/* CSS Document */

/* layout -------------------------------------------*/
	#outer {width: 800px; background-color:#ffffff; margin: 5px auto; text-align: left; padding: 0px; border: 1px solid #336699; position: relative;}
	#logo {margin: 0 0 0 0; padding: 0; height: 209px; width: 100%; background-color: #ffffff; background-image: url('../images/logo.jpg'); background-repeat: no-repeat; text-align: center;}
	#page {background: #0e1516; margin: 0; padding: 0;}
	#content {margin: 0px 12px 0px 12px; background: #0e1516;}
	#main {padding: 30px; color:#ffffff; line-height: 150%; margin: 0 0 0 0; width:92%; _width:100%;/* _width content width for IE */}

/* general formatting ------------------------------ */
	table {color:#dddddd}

	body {margin: 0; padding: 0; font-family:Arial, Helvetica, sans-serif; font-size:12px; background-color: #575757; text-align: left;}
	
	br.indent {margin-left:50px;margin-right:50px}


	h1 {color:#003366;  font-size: 14px; line-height: 17px; font-weight : bold; margin: 0; padding: 7px 12px 7px 12px; }
	h2 {color: #b1d557; font-size: 13px; margin: 0;}
	h3 {color: #666; font-size: 13px; margin: 0;}
	
	.header {background: transparent;}
	.nav {background: #eee;}
	.login {background: #eee;}
	
	.links li {padding:2px; list-style: none; font-size:12px; color:#ffffff;}
	
/* footer ------------------------------ */
	#footer {padding: 19px; margin: 0 auto; font-size: 10px; clear:both; background-color: #0e1516; color: #888888; height: 40px; text-align: left; border: solid #ffffff; border-width: 0px; width: 100%;}
	#footer a {text-decoration: underline; color: #575757;}
	#footer a:hover {color: #003769;}
	#copyright {padding: 0 0 20px 0; margin: 0px; FONT-WEIGHT: normal; text-align: center; FONT-SIZE: 9px; COLOR: #888888; background-color:#0e1516; clear:both;}
	A.copyright:link {FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #003399;  TEXT-DECORATION: underline}
	A.copyright:active {FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #003399;  TEXT-DECORATION: underline}
	A.copyright:visited {FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #003399;  TEXT-DECORATION: underline}

/* links ---------------------------------*/	
	A {color:#b1d557; text-decoration : underline;}
	A:active {color: #b1d557; text-decoration : underline;}
	A:visited {color: #0fefb8; text-decoration : underline;}
	A:hover {color: #dfefb8; text-decoration : underline;}
	
/* tabnav-----------------------------  */	
	#tabnav {float: none; margin-left: 0px; padding: 0; width: 100%; height: 34px; background: #0e1516; color:#8f8f8f;  font-size: 13px; background-image: url('../images/tabbk.gif'); background-repeat: repeat;}
	#tabnav ul{margin:0; padding:0; list-style:none;}
	#tabnav li{display:inline; margin:0px; padding:0;}
	#tabnav a {float:left; color:#fff; background: transparent url("../images/tableftB.gif") no-repeat left top; margin:0px; padding:0 0 0 7px; text-decoration:none;}
	#tabnav a span, #tabnav span{float:left; display:block; color:#fff; background: transparent url("../images/tabrightB.gif") no-repeat right top; padding:7px 36px 7px 25px;}
	
	#tabnav a:hover{background-position:0% -30px; cursor: pointer;}
	#tabnav a:hover span{color: #0e1516; background-position:100% -30px;}
	
	#tabnav #current a {color:#8f8f8f; background: transparent url("../images/tableftA.gif") no-repeat left top; margin:0px; padding:0 0 0 7px; text-decoration:none;}
	#tabnav #current a span, #tabnav  #current span{float:left; display:block; color:#0e1516; background: transparent url("../images/tabrightB.gif") no-repeat right top; background-position:100% -30px; padding:7px 36px 7px 25px;}
	#tabnav #current a:hover{background-position:0% -30px;}
	#tabnav #current a:hover span{color: #000; background-position:100% -30px;}
	
	#tabclear {}

