body {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color:#FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:80%;
	background-color:#FFFFFF;
	behavior: url("csshover3.htc");  
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
table.pad td {
	padding:4px 5px 0px;
	margin: 0px;
}
td, th { 
	padding: 0; 
	vertical-align: top;
}
img {
	vertical-align:bottom;
}
a img {
	border:none;
}
a {
color: #002952;
text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size: 130%;
	margin: 7px 0px;
	padding: 7px 0px 0px;
	clear: both;
	font-weight: bold;
	color: #002952;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}
h2 {
	font-size: 110%;
	margin: 7px 0px;
	padding: 0px;
	clear: both;
	color: #990000;
	font-weight: bold;
	}
h3 {
	font-size: 95%;
	margin: 7px 0px;
	padding: 0px;
	clear: both;
	font-weight: bold;
	color:#002952
}
h4 {
	font-size: 90%;
	margin: 7px 0px;
	padding: 0px;
	clear: both;
	font-weight: bold;
	color:#002952
}
p, li {
	line-height:135%;
	color: #333;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
ul {
	margin-top:0px;
	color:#333333;
}
li {
	padding: 0px 0px 5px 0px;
	margin:0px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
blockquote {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
form {
	margin: 0px;
	padding: 0px;
}
form td{
	padding:0px;
	vertical-align:middle;
}
form td p{
	padding:0px;
}
input, select {
	font-size:85%;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #CCC;
	color:#666;
	margin:2px;
	padding:1px;
}
input.dark, select.dark {
	color:#FFF;
	background-color: #999;
	border: 1px solid #666;
}
input.noborder, select.noborder {
	border: 0px none #FFF;
}



/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */



/* --------------------------------------------------------------- */
/* --------------------------- DIV IDs --------------------------- */
	#universe {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		width: 785px;
		vertical-align: top;
		overflow: hidden;
		background-color:#E2E2E2;
		border: 1px solid #C9C9C9;
		border-top:none;
	}
	#topmenu {
		margin: 0px;
		padding: 5px 7px 5px 7px;
		background-color:#990000;
		color:#FFF;
		font-size:0.85em;
		border-top:1px solid #FFF;
	}
	#topmenu a{
		color:#FFF;
		text-decoration:none;
	}
	#topmenu a:hover{
		color:#FFF;
		text-decoration:underline;
	}
#header {
	white-space: nowrap;
	overflow:hidden;
	width:785px;
	background-color:#002952;
	padding:0px;
	margin:0px;
	border-width: 2px;
	border-style: none none solid none;
	border-color: #FFFFFF;
}
#header img{
	padding: 0px;
	margin: 0px;
}

#leftmenu {
	margin: 0px 0px 25px;
	padding: 2px 5px 0px 5px;
	float: left;
	font-size:0.9em;
	background-color: #ECECEC;
}

/* -----------------left menu and popout---------------------*/
	
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.leftmenu {
	margin: 0px 0px 25px;
	padding: 2px 5px 0px 5px;
	float: left;
	font-size:0.9em;
	background-color: #ECECEC;
}


.leftmenu ul{
margin: 0px 0px 25px;
padding: 0;
list-style-type: none;
width: 164px; /* Main Menu Item widths */
/*border-bottom: 1px solid #999999;*/
}
 
.leftmenu ul li{
position: relative;
padding: 0px;
margin: 0px;
}

/* Top level menu links style */
.leftmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#454545;
text-decoration: none;
padding: 3px 5px 3px 5px;
margin: 4px 0px 0px 0px;
border:1px solid #999999;
background-color: #E1E1E1;
font-weight: bold;
}

.leftmenu ul li a:link, .leftmenu ul li a:visited, .leftmenu ul li a:active{
background-color: #E1E1E1; /*background of tabs (default state)*/
}

/*
.leftmenu ul li a:visited{
color: white;
}

*/

.leftmenu li.on a{
	text-decoration:none;
	padding: 3px 5px 3px 5px;
	margin: 4px 0px 0px 0px;
	list-style-type: none;
	background-color:#FFF;
	color:#990000;
	border:1px solid #999;
	background-image: url(../images/leftmenubg.gif);
	background-repeat: repeat-x;
	}

.leftmenu ul li a:hover{
	color: #002952;
	text-decoration:none;
	background-color:#FFF;
	background-image: url(../images/leftmenubg.gif);
	background-repeat: repeat-x;
}

.leftmenu li.on a:hover{
	cursor:text;
	text-decoration:none;
	padding: 3px 5px 3px 5px;
	margin: 4px 0px 0px 0px;
	list-style-type: none;
	background-color:#FFF;
	color:#990000;
	border:1px solid #999;
	background-image: url(../images/leftmenubg.gif);
	background-repeat: repeat-x;
	}


/*Sub level menu items */
.leftmenu ul li ul{
position: absolute;
padding: 0px 2px 2px 2px;
margin: 0px;
width: 110px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
font-weight: normal;
background-color: #ECECEC;
}
.leftmenu ul li ul li, .leftmenu ul li ul li a{
	margin: 0px 0px 1px 0px;
}


 
/* Holly Hack for IE \*/
* html .leftmenu ul li { float: left; height: 1%; }
* html .leftmenu ul li a { height: 1%; }
/* End */



	
	
	
#contentandbarholder {
	width:582px;
	float:left;
	padding: 0px 7px 0px 10px;
	margin: 0px 0px 0px 0px;
	clear:right;
	background-color:#FFF;
}
#content {
	/* min-height hack for ie6 */
	min-height: 425px;
	height: auto !important;
	height: 425px;
	/** end hack */
	margin: 0px 10px 0px 0px;
	padding: 7px 5px 15px 0px;
	width: 410px;
	float: left;
	background-color:#FFF;
}

#contentwide {
	/* min-height hack for ie6 */
	min-height: 425px;
	height: auto !important;
	height: 425px;
	/** end hack */
	margin: 0px 10px 0px 0px;
	padding: 7px 5px 15px 0px;
	width: 550px;
	float: left;
	background-color:#FFF;
}

#sidebar {
	width: 140px;
	clear: none;
	float: right;
	overflow:hidden;
	background-color:#FFF;
	clear:right;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin: 7px 0px 0px 0px;
	padding: 30px 5px 0px 10px;
	background-image: url(../images/quicklinks.gif);
	background-repeat: no-repeat;
	color:#666;
	font-weight:bold;
	font-size:.85em;
}
	#sidebar a {
		color:#666;
		text-decoration:none;
		font-weight:bold;
	}
	#sidebar a:hover {
		color:#666;
		text-decoration:underline;
		font-weight:bold;
	}
	
#sidebar2 {
	width: 140px;
	float: right;
	border: 1px solid #999999;
	margin: 7px 0px 0px 0px;
	padding: 10px 5px 0px 10px;
	color:#666;
	font-size:.85em;
}
	#sidebar2 a {
		color:#666;
		text-decoration:none;
		font-weight:bold;
	}
	#sidebar2 a:hover {
		color:#666;
		text-decoration:underline;
		font-weight:bold;
	}

#footer {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	padding: 10px 15px 15px 0px;
	width: 772px;
	vertical-align: top;
	overflow: hidden;
	font-size: 10px;
	color: #990000;
	border-width: 15px;
	border-style: solid none none none;
	border-color:#002952;
	clear:both;
}
	#footer p{
		font-size: 10px;
		color: #666;
	}
#sponsorsad {
	text-align: center;
	padding: 0px;
	margin: 40px 0px 0px 0px;
}
#overDiv {
	position:absolute; 
	visibility:hidden; 
	z-index:1000;
}


