/* CSS Document */

body {
	margin: 0px 0px 0px 0px ;
	background-color: #8B4A01;
}

a {
    color:#0066CC;
}

a:hover {
    color: #CC3300;
}

.header {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #6B9EB6;
}

.subHeader {
	color : #5F9905;
	font-size : 13px;
	font-style : normal;
	font-family : Geneva, arial, helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

.text {
	color : #333333;
	font-size : 11px;
	font-style : normal;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
	line-height: 16px ;
}

div.tnav {
	background-image:url(../images/nav_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 23px;
	padding: 11px 0px 0px 135px;
}

div.tnav a{
	color : #333333;
	padding: 9px 12px 10px 8px;
	font-size : 10px;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	background-image:url(../images/nav_seperator.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div.tnav a:hover{
	color : #000000;
	background-color: #B9CB3D;
}

div.snav {
	height: 37px; 
	background-position: top right;
	background-repeat: no-repeat;
	padding: 15px 0px 0px 0px;
}

div.snav a{
	color : #ffffff;
	padding: 9px 12px 10px 8px;
	font-size : 10px;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	background-image:url(../images/nav_seperator.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div.snav a:hover{
	color : #CEE050;
}

div.textBox {
	color : #333333;
	padding: 0px 0px 0px 10px;
	font-size : 11px;
	font-weight: normal;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	line-height:15px;
	text-decoration : none;
	overflow: hidden;
	height: 308px;
		
	scrollbar-3dlight-color:#ffffff;
    scrollbar-arrow-color:#4C8199;
    scrollbar-base-color:#ff6347;
    scrollbar-darkshadow-color:#4C8199;
    scrollbar-face-color:#A8D3E8;
    scrollbar-highlight-color:#CFEEFD;
    scrollbar-shadow-color:#80AEC4;
}

table.main {
    border-top: 15px solid #723D00;
	border-bottom: 15px solid #723D00;
	vertical-align: middle;
}

td.main {
	background-image:url(../images/home_right_bkgd.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
}


table.secondary {
    border-top: 15px solid #723D00;
	border-bottom: 15px solid #723D00;
	vertical-align: middle;
}

td.secondary {
	background-image:url(../images/sec_right_bkgd.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
}

.footer {
    color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
}

a.footer {
    color:#FFFFFF;
	text-decoration: underline;
}

a.footer:hover {
    color: #FFCC33;
	text-decoration: underline;
}

img.team {
    float: left;
	padding: 2px;
	margin: 0px 10px 5px 0px;
	border: 1px solid #A0D4EE;
	background-color:#ffffff;
}

img.teamCenter {
	padding: 2px;
	margin: 0px 10px 5px 0px;
	border: 1px solid #A0D4EE;
	background-color:#ffffff;
}

