@charset "utf-8";
body {
	font-size: 81%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #8F8E8D;

}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}
.backTopRow {
	background-image: url(images/layout_01.jpg);
}
.backNavBar {
	background-image: url(images/layout_06.gif);
}
.borderredH {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}
.borderredV {
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #FF0000;
	border-right-color: #FF0000;
}
.borderblueInfo {
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #292E56;
	border-bottom-color: #292E56;
}
.PageHeader {
	font-size: 24px;
	color: #2B3058;
	font-style: italic;
}

.backRedLarge {
	background-image: url(images/layout_10.gif);
}
.backRedSmall {
	background-image: url(images/layout_12.gif);
}
.RedTab {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: auto;
	padding: 4px 0;
	border-width: 1px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('images/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 14px Arial, Helvetica, sans-serif; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('images/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
	color: #FF0000;
}

.black a.aero{
background-image: url('images/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('images/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}
.basenav {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
.basenav:hover {
	color: #FFFF00;
	font-size: 1em;
	font-weight: bold;
}
.basetext {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
.basetiny {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}
.BoldblueLink {
	font-size: 1.2em;
	font-weight: bold;
	color: #6A6A6A;
}
.BoldblueLink:hover {
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
}
.HeaderSection {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
}
