/* BODY TAGS */

body {
	margin-left: 0px;
	margin-top: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 3px;
	margin-bottom: 1px;
	padding-right: 3px;
}

ul {
	padding-left: 8px;  /* Netscape - Firefox */
	margin-left: 8px;  /* IE */
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	color: #666666;
}

#content a:link { 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1496c8;
}

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

#content a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1496c8;
	border-bottom: 1px solid #FF0000;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
-------------------------------------------
/* Page Layout Formats */

#mainwrap {
	width: 800px;
}

#contentwrap {
	width: 800px;
}

#footerwrap {
	width: 800px;
}

#header {
	width: 800px;
	float: left;
}

#banner {
	position: absolute;
	left: 580px;
	top: 15px;
	width: 205px;
	height: 70px;
	visibility: visible;
}

#login {
	width: 800px;
	height: 30px;
	float: left;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}

#menu {
	float: left;
	width: 150px;
}

#whatsnew {
	float: left;
	width: 145px;
	padding-top: 30px;
}

#content {
	float: left;
	width: 500px;
	padding-top: 5px;
}

#communication {
	width: 800px;
	float: left;
}

/* login formating */
.maroon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C80000;
}

/* login formating */
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00C800;
}

.fieldname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* menu formating */
#menu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

#menu li {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1496c8;
}

#menu li a:link { 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1496c8;
	padding: 0px 3px 0px 3px;
}

#menu li a:visited { 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1496c8;
	padding: 0px 3px 0px 3px;
}

#menu li a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #c0c0c0;
}

#menuAcct ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

#menuAcct li {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

#menuAcct li a:link { 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	padding: 0px 3px 0px 3px;
}

#menuAcct li a:visited { 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	padding: 0px 3px 0px 3px;
}

#menuAcct li a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C80000;
	background-color: #c0c0c0;
}

#bordertop {
	border-top: 1px solid c0c0c0;
	border-right: 1px solid c0c0c0;
}

/*=======================================================*/
/* Formats the footer table on all pages*/

#footer {
	border-top: 1px solid #c0c0c0;
	float: left;
	width: 798px;
	height: 50px;
}

#footer a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

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

#footer a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	border-bottom: 1px solid #FF0000;
}

.flushright {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: .5em;
	font-size: 10px;
	color: #666666;
}

/*-------------------------------------------*/
/* Color Formats */
#blue { color: #0A50A1; }
#gold  { color: #FFCB05; }
#white { color: #FFFFFF; }


/* clearfix code ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
