/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */
body, p {
	font: normal 12px arial;
	color:#666666;}

/* Defines the body tag */
body {
	background:  url(images/bg.gif) top left;
	margin: 0px 0px 0px 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px 0px 0px 0px; /* Always apply padding if you apply margins */
}

/* Redefines the p tag */
p, .uline {
	margin: 0px;
	padding: 10px 15px 5px 16px;
}

.uline {
	text-decoration:underline;
	padding: 10px 15px 0px 16px;
}

/* GENERAL H1 TAG */
h1 {
	font-size: 18px;
	font-weight: bold;
	color:#093482;
	margin: 0px;
	padding: 28px 0px 0px 16px;}

/* GENERAL H2 TAG */
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 0px 16px;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #666666;}
a:visited {
	text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #333333;}
a:active {
	text-decoration: none;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;}

div {
	padding: 0px;
	margin: 0px;}

/* DIV CONTAINER */
div#container {
	width: 800px;
	margin: 0px auto;
	}

/* Flash 
div#flash {
	float:left;
	height: 155px;
	width: 299px;
	padding: 0px;
	margin: 0px;
	}*/

/*DIV FORM*/
div#form{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight: normal;
	text-align:left;
	text-decoration:none;
	padding: 10px 15px 10px 16px;
	line-height:18px;
	}
/* DIV HEADER */
div#header {
	height: 159px;
	width: 800px;
	padding: 0px;
	margin: 0px;
	background: url(images/header.gif) top left no-repeat;
	text-align: right;}

div#header p {	
	padding: 42px 11px 0px 0px;
	margin: 0px;
	font-weight:bold;
	text-align: right;
	text-decoration:none;
	font-style: normal;
	font-size:14px;
	clear:right;
	color:#093482;}



/* DIV BODY */
div#content {
	clear: both;
	background-color:#ffffff;
}



/* DIV FOOTER */
div#footer {
	background: url(images/footer.gif) top left no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 0px 5px 0px 5px;
	height:47px;
	clear: both;
	color:#ffffff;
	}

	/* DIV UTILITY NAV */
	div#utilnav {
		text-align: center;
		font-size: 10px;
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 0px 0px;
		color:#ffffff;
		}
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#ffffff;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color:#666666;
			}
	
	/* DIV COPYRIGHT */
	div#copyright {
		color:#666666;
		text-align: center;
		font-size: 9px;
		margin: 10px 0px 0px 0px;
		}
		#copyright a {
			color:#093482;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#666666;
			text-decoration:none ;
			}

/* Styles the table that serves as the container for the content and navigation.*/
table#tblcontainer {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#tblcontainer td {
	vertical-align: top;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img.left {
	float: left;}
img.right {
	float: right;
	margin: 0px 0px 0px 8px;
	}
/*img.rightspacer {
	float: right;
	}*/
clear {
	clear: both;}

/* --------------------------------------------*/
/* ----------------- CSS NAV ----------------- */
/* --------------------------------------------*/

/* NAVIGATION CONTAINER */

div#mainnav, div#mainnav a#current { 
	font-weight: bold;
	}
	
div#mainnav a#current { 
	background: url(images/navbkgon.gif);
	color:#093482;
	}

div#mainnav {
	font: bold 11px/11px arial;
	border: 0px solid #fff;
	}

div#mainnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
div#mainnav li {
	float: right;
	width: 103px;
	text-align: center;
	background: url(images/navbkg.gif) top left no-repeat;
	}

div#mainnav li a {
	display: block;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	color: #fff;
	height: 100%;
	width: 100%;
	}

html>body #mainnav li a {
	width: auto;
	}

div#mainnav li a:hover {
	background: url(images/navbkgon.gif);
	color: #093482;
	}
/*--------------------------------------------------------------------------*/
/*div#nav {
	clear: both;
	height: 25px;
	background: url(images/navbg.gif) top left no-repeat;
	}
	
div#nav li a#current{
	color: #FF0000;
	text-transform: uppercase;}
	
div#nav li a#current:hover{
	color: #FF0000;
	text-transform: uppercase;}


div#nav ul {
	margin:0px auto;
	padding:0;
	list-style:none;
	font-size:11px;
	line-height:11px;
	text-transform:lowercase;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding:7px 16px 6px 16px;
	margin: 0px 0px 0px 0px;
	color:#333333;
	text-decoration:none;
	white-space:nowrap;
	font-weight: bold;}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	color: #FF0000;}*/


/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/
