@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 81%;
}
a {
	color:#000066;
}
a:hover { color:#990000;
}
.basenav {
	color:#000066;
	font-size: 12px;
}
.basenav:hover { 
	color:#990000;
	font-size: 12px;
}
.aboutusbg {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.tablebdrright {
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #171650;
}
.tablebdrtop {
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #171650;
}

.tabbg {
	background-image: url(images/layout1_05.jpg);
}
.leftrightbrd {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.underbarbg {
	background-image: url(images/layout1_08.jpg);
}
.bottomnavbg {
	background-image: url(images/layout1_17.jpg);
}
.darkbluebg {
	background-color: #171650;
}
.leftnavbg {
	background-image: url(images/layout1_09.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 25px;
}
.redheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #801328;
}
.headerblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #17135F;
}


<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
.animatedtabs{
border-bottom: 1px solid gray;
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(images/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(images/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

</style>
.aboutusbg {
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.tiny {
	font-size: 9px;
	font-style: italic;
	color: #FFFFFF;
}
