/* CSS Document */
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/PageBG.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #A80532;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #FF3366;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-right: 30px;
}
h1 {
	font-size: 130%;
	color: #A80532;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
	color: #A80532;
}
#SidebarLeft  li.MainLink a {
	font-size: 110%;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
#SidebarLeft  li.SubLink a {
	font-size: 100%;
	padding-left: 20px;
	font-weight: bold;
	padding-right: 10px;
}
#SidebarLeft .vNav li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#SidebarLeft   p   {
	margin-right: 19px;
	margin-left: 38px;
}
#SidebarLeft ul {
	margin-right: 3px;
	margin-left: 28px;
}
#SidebarLeft ul ul.vNav {
	margin: 0px;
	padding: 0px;
}
.box {
	float: right;
	width: 274px;
	background-image: url(images/Box-Bottom.gif);
	background-position: right bottom;
	padding-bottom: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.box  p, .box h2 {
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 20px;
	margin: 0px;
}
.box h2 {
	font-size: 100%;
	font-weight: bold;
}

.box ul.vNav {
	margin-left: 10px;
	margin-right: 24px;
}
.box ul.vNav li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.imageTop {
	background-image: url(images/Box-Top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 28px;
	width: 274px;
}


.border {
	border: 1px solid #CCCCCC;
}
