body {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}


/*  ---------------------- Redefines the p tag  ---------------------- */

p {
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #333333;
}

/*  ---------------------- Redefines the h tag  ---------------------- */

h1 {
	font: normal 12pt "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #003269;
	padding: 2px;
}

h2 {
	font-size: 10pt;
	color: #CC9900;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-variant: small-caps;
}

/*  ---------------------- Redefines the li tag  ---------------------- */

li {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:9pt;
	}

/*  ---------------------- Redefines input tags  ---------------------- */

input {
	margin:3px;
	padding:0px;
	background: #FFE391;
	}

textarea {
	margin:3px;
	padding:0px;
	background: #FFE391;
	}

select {
	margin:3px;
	padding:0px;
	background: #FFE391;
	}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	font: 9pt "Trebuchet MS", Arial, sans-serif;
	color: #0099FF;
	text-decoration: underline;
}

a:visited {
	font: 9pt "Trebuchet MS", Arial, sans-serif;
	color: #0099ff;
	text-decoration: underline;
}

a:hover {
	font: 9pt "Trebuchet MS", Arial, sans-serif;
	color: #33CCFF;
	text-decoration: none;
}

a:active {
	font: 9pt "Trebuchet MS", Arial, sans-serif;
	color: #33CCFF;
	text-decoration: none;
}

/* ----------------- TABLE LAYOUT ELEMENTS ----------------- */

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

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

/* -------------------- HEADER STUFf --------------------- */

div#header {
	height: 180px;
	margin : 0 auto;
	padding : 0px;
	border-bottom : 1px solid #666666;
	text-align : left;
	width: 740px;
	position: relative;
	clear: both;
}

div#sloganheader{
	position:absolute;
	left:330px;
	top:3px;
	width:400;
	height:105;
	z-index:1
}

div#textheader {
	position:absolute;
	left:334px;
	top:77px;
	width:381px;
	height:93px;
	z-index:2
}

div#textheader p{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18pt;
	color: #999999;
	font-weight: normal;
	text-align: center;
	line-height: 15px;

}

/* ----------------------------- Creates DIV container for top. ---------------------*/

div#top {
	background-color:#CC9900;
	width: 100%;
	height: 30px;
	text-align:right;
	border-bottom: 1px solid #FFFFFF;
}

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

div#contentcontainer {
	width: 740px;
	position:relative;
	clear: both;
	margin: 0px auto;
	height: auto;
}

div#bodycontainer {
	position:relative;
	width:740;
	z-index:1;
	clear: both;
	height: auto;
	margin: 0px;
	padding: 0px;
}

div#colright {
	left:0;
	top:0;
	text-align:left;
	width:470px;
	height:auto;
	border-right: 1px solid #666666;
	margin: 0px;
	padding: 15px 10px 0px 0px;
	float: left;
	background-color: #FFFFFF;
}

div#colleft {
	text-align:left;
	top:0;
	width:236px;
	height:100%;
	background: #003269;
	left: 480px;
	float: left;
	border-left: 5px solid #FFFFFF;
	vertical-align: top;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: -8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}

div#colleft p {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:8pt;
	line-height: 15px;
	padding-left: 0px;
	color: #FFFFFF;
	height: 100%;
}

div#colleft img {
	background: #FFFFFF;
	margin:0px;
}

div.caption {
	float: left;
	margin: 5px 20px 5px 40px;
}
div.caption p {
text-align: center;
}

div#clear {
clear:both;
}

/* ---------------------- Creates MAIN NAVIGATION ---------------------- */

div#navcontainer {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	clear: both;
	height: 26px;
	border-top: 2px solid #073566;
	border-bottom: 1px solid #013366;
	text-align: center;
	background: url(images/bg_nav.gif);
	position: relative;
} 

ul#mainnav {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	text-align: center;

}

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: url(images/bg_nav.html);
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #6B3400;
	text-decoration: none;
	text-align: left;
	display: inline;
	padding: 3px 6px;
	height: 28px;
	line-height: 10px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	font-size: 7pt;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #00366E;
}



/* ---------------------- Creates the div container for the footer. ---------------------- */

div#footer {
	font-size: 7pt;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	height: auto;
	border-top: 1px solid #666666;
	text-align: right;
	position:relative;
}

div#footernavcontainer {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	height: 30px;
	text-align: center;
} 

ul#footer {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	text-align: right;
}

ul#footer li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: right;
	padding: 10px 5px 0px 5px;
}

div#footer a:link {
	font-size: 7pt;
	font-family:Arial, Helvetica, sans-serif;
	color: #003269;
	text-decoration: none;
	text-align: center;
	display: block;
}

div#footer a:visited {
	font-size: 7pt;
	font-family:Arial, Helvetica, sans-serif;
	color: #003269;
	text-decoration: none;
	text-align: center;
	display: block;
}

div#footer a:hover {
	font-size: 7pt;
	font-family:Arial, Helvetica, sans-serif;
	color: #663300;
}

div#footer a:active {
	font-size: 7pt;
	font-family:Arial, Helvetica, sans-serif;
	color: #663300;
}

/* -----------------  COPYRIGHT STUFF ----------------- */

div#copyright {
	font-size: 7pt;
	font-family:Arial, Helvetica, sans-serif;
	color: #006633;
	width: 740px;
	margin: 10px auto 0px;
	padding: 0px;
	clear: both;
	height: auto;
	text-align: center;
}


div#copyright a:link {
	font: 7pt "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	text-decoration: underline;
}

div#copyright a:visited {
	font: 7pt "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	text-decoration: underline;
}

div#copyright a:hover {
	font: 7pt "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-decoration: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 3px 60px 8px 3px;
	border-top: 1px solid #003300;
	border-right: 3px solid #003300;
	border-bottom: 3px solid #003300;
	border-left: 1px solid #003300;
}

img.right {
	float: right;
	margin: 5px;
	border-top: 1px solid #003269;
	border-right: 1px solid #003269;
	border-bottom: 1px solid #003269;
	border-left: 1px solid #003269;
	background-color: #FFFFFF;
	padding: 4px;
}


.clear {
	clear: both;
}
