p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #003366;
	line-height: 1.4em;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #66FFFF;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
h1, h2, h3 {
	color: #480BFC;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
 #container {
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 98%;
	margin-top: 0px;
	background-color: #FFFFFF;
} 
 #containerV {
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 98%;
	margin-top: 0px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
 #HdrName {
	background-color: #480BFC;
	float: right;
	width: 33%;
	text-align: center;
	height: 80px;
	position: relative;
	padding: 10px;
	margin-left: -450px;
	color: #FFFFFF;
	margin-right: 5px;
	margin-top: 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	z-index: auto;
}
#HdrName a {
	color: #FFFFCC;
	font-size: 0.8em;
}
 #header {
	background-color: #FFFFFF;
	width: 50%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#dateformat {
	height: 20px;
	width: auto;
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 0.7em;
	background-color: #FFFFCC;
	color: #003366;
	letter-spacing: 0.2em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	visibility: inherit;
}
#sidebar2 #AFO {
	margin-left: 12px;
	height: 300px;
	width: 159px;
}
 #mainContent {
	margin-right: 25%;
	margin-left: 25%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	width: 50%;
} 
 #mainContentV {
	margin-left: 220px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
} 
 #footer {
	background-color: #FFFFCC;
	height: 1.5em;
	width: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;

} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.bodyText {
	font-size: 1em;
	color: #003366;
	text-align: justify;
}
.bodyTextunderline {
	font-size: 0.8em;
	line-height: 20px;
	color: #003366;
	text-decoration: underline;
	text-align: justify;
	margin: 0px;
}
.subHeader {
	font-size: 0.9em;
	line-height: 16px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	color: #480BFC;
}
.quote {
	font-size: 1.2em;
	line-height: 30px;
	color: #759da1;
}
.smallText {
	font-size: 0.8em;
	color: #003366;
}
.ItalicSmSpan {
	font-size: .8em;
	font-style: italic;
}
.Red {
	color: #ff0000;
}
.boldRed {
	font-weight: bold;
	color: #ff0000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
