/* CSS Document */

body {
	font-family: arial, helvetica, serif;
	font-size: 14px;
	color: #FFFF99;
	background-color: #336666
}

#PageLinks {
	 width:500;
	 cellpadding:4;
	 align:center;
	 font-size:12px;
	 font-weight:normal;
	 color:#336666;
}

#PageLinks a {
	 width:500;
	 cellpadding:4;
	 align:center;
	 font-size:12px;
	 font-weight:normal;
	 color:#336666;
}

#PageLinks a:hover {
	 width:500;
	 cellpadding:4;
	 align:center;
	 font-size:12px;
	 font-weight:normal;
	 color: #FF0000;
}

#Full {
	width: 99%;
}

#Title {
	position: absolute;
	left: 140px;
	top: 5px;
	width: 345px;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #336666;
	color: #FFFF99;
	font-size: 24px;
	z-index: 10;
}

#Menu {
	position: absolute;
	left: 320px;
	top: 100px;
	width: 633px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;	
	border-bottom-color: #FFFF99;
	border-top-color: #FFFF99;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	z-index: 20;
}

#MenuAux {
	position:absolute;
	left:537px;
	top:27px;
	width:438px;
	height:20px;
	z-index:20;
	font-size: 10px;
	color: #CCCCCC;
}

#MenuAux a {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}

#MenuAux a:hover {
	font-size: 10px;
	color: #FFFF66;
	text-decoration: none;
}

#Old_Guy {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 125px;
	height: 100px;
	z-index: 10;
}

#Copyright {
	background-color: #336666;
	color: #CCCCCC;
	font-size:12px;
	width: 100%;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
	background-color: #336666;
}

#Page {
	width: 99%;
	font-size: 18px;
	text-align: center; 
}

#Line {
	width: 100%;
}

#content {
	Position: absolute;
	/*	padding: 5px;  */
	clear: left;
	background-color: #CAC8B7;
	color: #000000;
	Top: 135px;
	Left: 25px;
	Width: 950px;
	/*	min-height: 500px;  */
	z-index: 10;
	border-left-color: #00FFCC;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: blue;
	text-decoration: none;
}

#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000
}

#content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

#nav, #nav ul { /* all lists */
	font-size: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
}

#nav a { /* don't know why the block, but this sets block size for all list items */
	display: block;
	width: 6.5em;
	color: #FFFF99;
	text-decoration: none;
}

#nav a:hover { 
	color: #FF0000;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	text-align: left;
	width: 6.5em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #336666;
	color: #FFFF99;
	width: 6.5em;
	line-height: 1.5;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 6.5em;
}

#nav li:hover ul ul, 
#nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li li:hover ul, 
#nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*  Specific Font Classes  */


.Idle {
	color: #999999;
}

.SubTitle {
	background:#336666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #CCCCCC;
}

.Breadcrumb {
	font-size: 10px;
	color: #0000FF;
}

.Breadcrumb a {
	font-size: 10px;
	color: #0000FF;
}


.Breadcrumb:link {
	font-size: 10px;
	color: #0000FF;
	text-decoration: none;
}


.Breadcrumb:hover {
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}

.Arrows {
	color: #336666;
	font-size: 16;
	font-weight: bold;
}

.Arrows:link {
	color: #336666;
	font-size: 16;
	font-weight: bold;
}

.Arrows:hover {
	color: #FF0000;
	font-size: 16;
	font-weight: bold;
}

.BodyBlue {
	color: #0000FF;
}

.BodyRed {
	color:#FF0000;
}

.Small {
	font-size: 10px;
}


.Numbers {
	color: #336666;
	font-size: 12;
	font-weight: bold;
}

.Numbers:link {
	color: #336666;
	font-size: 12;
	font-weight: bold;
}

.Numbers:hover {
	color: #FF0000;
	font-size: 12;
	font-weight: bold;
}
#MenuAux2 {

	position:absolute;
	left:537px;
	top:47px;
	width:438px;
	height:20px;
	z-index:20;
	font-size: 10px;
	color: #CCCCCC;
}
#MenuAux2 a {

	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#MenuAux2 a:hover {

	font-size: 10px;
	color: #FFFF66;
	text-decoration: none;
}

