/*******************copyright Missyredboots/JC Broug 2010*******************/

@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-y;
	background-position: center;
}
/*************************************wrappers*********************************/
.VLWeb #container {
	width: 780px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
}
.VLWeb #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: auto;
	background-color: #FFF;
}
.VLWeb #top { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.VLWeb #mainContent {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
} 
.VLWeb #EndContainer {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 15px;
	clear: both;
}
/*************************************navigation*********************************/
#navigation {
	color: #661918;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 755px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 15px;
	background-image: url(../nav/nav_bc.gif);
	margin: 0px;
}
#navigation a:link, #navigation a:visited {
	font-style: normal;
	color: #661918;
	padding-right: 5px;
	text-decoration: none;
	font-size: 11px;
	padding-left: 5px;
	font-weight: bold;
	height: 15px;
	padding-top: 2px;
	padding-bottom: 7px;
}
#navigation a:hover {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	height: 15px;
	padding-top: 2px;
	padding-bottom: 7px;
	background-image: url(../nav/nav_over.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}	
.navigationon {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	height: 15px;
	padding-top: 2px;
	padding-bottom: 7px;
	background-image: url(../nav/nav_down.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*************************************Disclaimer*********************************/
#Disclaimer {
	display: block;
	width: 820px;
	clear: both;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #666666;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #aeaeae;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*************************************RelateContent*********************************/
#RelateContent {
	display: block;
	border-left-width: 0px;
	border-right-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #661918;
	font-size: 12px;
	font-weight: normal;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 20px;
}
#RelateContent .smalltext {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#RelateContent a:link, #RelateContent a:visited {
	color: #666;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#RelateContent a:hover {
	color: #661918;
	background-image: url(../nav/left_a_bc.gif);
	font-size: 11px;
	font-weight: bold;
}
#RelateContent .adown {
	color: #661918;
	background-image: url(../nav/left_a_bc.gif);
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-repeat: repeat;
	background-position: left top;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	padding-left: 1px;
}
#RelateContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: #661918;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #661918;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#RelateContent h2 {
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	color: #666;
}
#RelateContent h3 {
	color: #666;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#LeftContent {
	display: block;
	border-left-width: 0px;
	border-right-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #661918;
	font-size: 12px;
	font-weight: normal;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-image: url(../nav/left_bc.gif);
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#LeftContent .smalltext {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#LeftContent a:link, #LeftContent a:visited {
	color: #661918;
	text-decoration: underline;
}
#LeftContent a:hover {
	color: #333;
}
#LeftContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: #661918;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #661918;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 24px;
}
#LeftContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color: #661918;
	display: block;
	color: #661918;
	margin: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #661918;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	height: 29px;
	line-height: 24px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#LeftContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color: #661918;
	display: block;
	color: #333;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #661918;
	font-size: 17px;
	font-weight: bold;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#LeftContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AEAEAE;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*************************************MainContent*********************************/
#Content {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
#Content a:link, #Content a:visited {
	color: #661918;
	text-decoration: underline;	
}
#Content a:hover {
	color: #666666;
	text-decoration: none;	
}
#Content h1 {
	color: #661918;
	margin: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #661918;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	line-height: normal;
}
#Content h2 {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #AEAEAE;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	color: #AEAEAE;
	letter-spacing: -1px;
}
#Content h3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AEAEAE;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	display: block;
}
#Content h4 {
	font-size: 14px;
	font-weight: bold;	
}
#Content h5 {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #686868;
}
#Content h6 {
	text-align: right;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;	
}

#Content ul {
	list-style-type: square;
	padding-bottom: 2px;
	text-align: left;
}
#Content li {
	padding-bottom: 10px;
}
#Content img {
	border: 1px solid #aeaeae;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/*************************************UpAnchor*********************************/
#UpAnchor {
	display: block;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #661918;
}
#UpAnchor img {
	text-align: right;
	border-top-width: 0px;
	margin: 0px;
	padding: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*************************************Copyright*********************************/
#Copyright {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 760px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
}
#Copyright p {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: right;
}
#Copyright  a:link, #Copyright  a:visited {
	color: #661918;
}
#Copyright  a:hover {
	color: #686868;
}
#Copyright h5 {
	font-size: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCBCBC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 9px;
	font-variant: normal;
}
.warningnote {
	font-weight: bold;
	color: #C00;
}
.minihighlight {
	font-weight: bold;
	color: #661918;
}
