/* --------------------------------------------------------------- */
/* ----------------- 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, td {
	font: normal 12px tahoma;}

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

/* Redefines the p tag */
p {
	font-family: tahoma;
	font-size: 12;
	color: #003366;
}

/* GENERAL H1 TAG */
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	padding: 0px;}

/* GENERAL H2 TAG */
h2 {
	font-size: 12px;
	color:#FFFFFF;
	font-weight: normal;
	margin: 10px;
	padding: 0px;}
h3 {
font-size: 17px;
	color:#000;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align:left;
	}
h4 {
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	padding: 0px;}
	

ul li {color: #003366;}


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

img {
	border: 0px;}

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

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

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

/* DIV CONTAINER */
div#container {
	margin: 10px auto;
	width: 770px;
	background: #fff;
	border: 2px solid #01366A;
}

/* DIV HEADER */
div#header {
	width: 770px;
	height: 175px;
	background: no-repeat left top;
	clear: both;
	border-top: 5px solid #01366A;
	border-right: 0 solid #01366A;
	border-bottom: 1px solid #01366A;
	border-left: 0 solid #01366A;
	position:relative;
}
	#info span {
		font-size: 30px;}

/* DIV BODY */
div#body {
	clear: both;
	padding: 0 0 10px;
	background: url(images/body_bg.gif) repeat-y left top;
	padding-top: 10px;
}

div#content {
	padding: 0px 10px 25px 0px;
	margin-left: 200px;}
	#content h1 {
		padding: 4px 0 0 5px;
		text-align: right;
		color: #336699;
		font-weight: 900;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;}
	#content h2 {
		margin: 10px 5px;
		font-weight: bold;}
	#content p {
		margin-right: 5px;
		margin-left: 5px;}
	#content dl {
		margin: 0;
		padding: 0;}
	#content dt {
		padding: 2px 0;
		margin: 0 10px 3px 5px;
		font-size: 14px;
		font-weight: bold;}
	#content dd {
		margin: 0 10px 3px 15px;
		padding: 0;
		text-indent:0;}
	#content table {
		margin: 0 0 0 5px;}
	#content td {
}

/* DIV FOOTER */
div#footer {
	text-align: center;
	font-size: 10px;
	clear: both;}

	/* DIV UTILITY NAV */
	div#utilnav {
	text-align: center;
	font-size: 10px;
	background: #01366A;
	border-top: 1px solid #000000;
	border-right: 0 solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0 solid #000000;
	color: #CCCCCC;
}
		#utilnav a {
			text-decoration: none;
			font-size: 10px;
			font-weight: bold;
			line-height: 18px;
			color: #E0EFF2;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #B2CAE6;}
	
	/* DIV COPYRIGHT */
	div#copyright {
	text-align: center;
	font-size: 9px;
	padding: 5px;
	background: #4B638F;
	border: solid #999;
	border-width: 0 0 1px 0;
	color: #FFFFFF;
}
		#copyright a {
			text-decoration: none;
			font-size: 9px;
			font-weight: bold;}
		#copyright a:hover {
			text-decoration: underline;}

/* 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;
	margin: 0px 5px 0px 0px;
}
img.right {
	float: right;
	margin: 5 0 0px 2px;
	padding: 0px;
}
clear {
	clear: both;}

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

/* NAVIGATION CONTAINER */
div#nav {
	clear: both;
	margin: 0px;
	float: left;
	width: 200px;
	height: 100%;}
	
div#nav li a#current{
	background: url(images/btn_bg.gif) 0px -44px no-repeat;
	color: #fff;
	text-transform:uppercase;
	text-indent: 10px;}
	
div#nav li a#current:hover{
	background: url(images/btn_bg.gif) 0px -44px no-repeat;
	color: #ffffff;}

/* UL TAG */
div#nav ul {
	margin: 0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:capitalize;} 

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

div#nav li a {
	display:block;
	padding: 5px 0;
	color: #003366;
	text-decoration:none;
	white-space:nowrap;
	background: url(images/btn_bg.gif) 0px 0px no-repeat;
	width: 100%;
	text-indent: 15px;
	text-align: left;
	background: url(images/btn_bg.gif) 0px 0px no-repeat;}

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

div#nav li a:hover {
	background: url(images/btn_bg.gif) 0px -22px no-repeat;
	color: #fff;}

div#nav img {
	margin: 10px 0;}

div#nav h1 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 30% 0;}
	#nav h1 span {
		font-size: 16px;
		font-weight: bold;}

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

.tdtitle {
	padding: 5px 0;}
.tdinput {
	padding: 5px 0;}
.tdsubmit {
	padding: 10px 0;
	text-align: center;}
.field {
	color: #0B408E;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
}
#content h3 {

		padding: 5px 0 0 5px;
		text-align: left;
		color: #0B408E;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
}
.header {
	color: #990000;
}
