@charset "utf-8";
/* CSS Document */

body{
	font-size:smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(images/dark-blk-bg%20_%20grey%20diag-lines.gif);
	margin-left: 0px;
	margin-top: 0px;
}

h1 {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}
h2 {
		font-size: 12px;
	
}

B {
	FONT-WEIGHT: normal
}
strong {
	FONT-WEIGHT: normal
}
.txt-info {
	color: #CCCCCC;
	font-size:small;
	font-weight: normal;
}
.blink {
	color: #999999;
	font-size:small;
	font-weight: normal;
	text-decoration: none;
}
.hlink {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}.tlink {
	color: #333333;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

#navigation {
	DISPLAY: inline-block;
	color: #999999;
	font-size: 9px;
	list-style-type: upper-alpha;
	list-style-position: inside;
	width: 766px;
	float: left;
}
#navigation UL LI {
	DISPLAY: inline;
	list-style-type: none;
	list-style-position: outside;
	width: 766px;
}
#navigation UL LI A {
	PADDING-RIGHT: 0em;
	DISPLAY: inline-block;
	PADDING-LEFT: 0em;
	PADDING-BOTTOM: 0em;
	MARGIN: 0em;
	COLOR: #999999;
	PADDING-TOP: 0em;
	TEXT-DECORATION: none;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: none;
}
#navlist li 
{
	list-style: none;
	background-image: url(pointer.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
ul {
	text-indent: 0px;
	list-style-image: none;
	list-style-type: none;

	}
	
A.topnav:link { 
font-size : small;
color : #ffffff;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : bold;
} 
A.topnav:active { 
font-size : small;
background : #ffffff;
color : #ffffff;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : bold;
} 
A.topnav:visited { 
font-size : small;
color : #ffffff;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : bold;
} 
A.topnav:hover { 
font-size : small;
color : #ffc900;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : bold;
} 

#headerfooter { 
font-size : 11px;
display:block;
border:1px solid #525148;
text-align:center;
background-color : #fffff;
padding : 5px 15px;
margin : 0;
} 


			#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				margin: 5px 0;
				padding: 0 0 0 10px;
				list-style-type: none;
				font-size: 12px;
				background: #eee;
				height: 40px;
				border-top: 2px solid #eee;
				border-left: 2px solid #eee;
				border-bottom: 2px solid #ccc;
				border-right: 2px solid #ccc;
			}
			#menu li {
				float: left;
				margin: 0;
				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 40px;
				color: #666;
			}
			#menu li a:hover, #menu li.active a {
				background-color: #f5f5f5;
				border-bottom: 2px solid #DDD;
				color: #999;
			}
			
			/* Black Menu */
			#menu.black {
				border-top: 2px solid #333;
				border-left: 2px solid #333;
				border-bottom: 2px solid #000;
				border-right: 2px solid #000;
				background: #333;}
			#menu.black a {color: #CCC;}
			#menu.black li a:hover, #menu.black li.active a {color: #999; background: #555; border-bottom: 0px solid #444;}

			
			/* Blue Menu */
			#menu.blue {
				border-top: 2px solid #356AA0;
				border-left: 2px solid #356AA0;
				border-bottom: 2px solid #204061;
				border-right: 2px solid #204061;
				background: #356AA0;}
			#menu.blue a {color: #fff;}
			#menu.blue li a:hover, #menu.blue li.active a {color: #90CDFF; background: #3D7BBB; border-bottom: 2px solid #356AA0;}
			
			/* Red Menu */
			#menu.red {
				border-top: 2px solid #660000;
				border-left: 2px solid #660000;
				border-bottom: 2px solid #450000;
				border-right: 2px solid #450000;
				background: #660000;}
			#menu.red a {color: #fff;}
			#menu.red li a:hover, #menu.red li.active a {color: #F27F84; background: #990000; border-bottom: 2px solid #660000;}
			
			/* Orange Menu */
			#menu.orange {
				border-top: 2px solid #d15600;
				border-left: 2px solid #d15600;
				border-bottom: 2px solid #B44500;
				border-right: 2px solid #B44500;
				background: #d15600;}
			#menu.orange a {color: #fff;}
			#menu.orange li a:hover, #menu.orange li.active a {color: #FA9B5B; background: #B44500; border-bottom: 2px solid #d15600;}	


