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

body {
	background: #8d4ab3;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, a, ul, li, lo, address, marquee, caption, td, th {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, marquee {
	margin: 10px 10px 15px 10px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #1C464A;
}

h1 { 
	margin: 5px 5px 15px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #d10707;
	text-align: left;
	padding: 5px 0px 1px 0px;
	border-bottom: 1px dotted #cccccc;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #2e4493;
	margin: 10px 5px;
}

h3 { 
	margin: 20px 5px -5px 5px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #3300CC;
}

h4 { 
	margin: 20px 5px -5px 5px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 20px 15px 30px;
	list-style-type: square;
}

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.5;
	color: #2e4493;
}

/* ----------------- TABLE ELEMENTS ----------------- */
	
caption {
	font-size: 11px;
	font-weight: bold;
	color: #331703;
	padding: 5px 0px;
}

table, td, th  {	
	border-collapse: collapse;
}

table#fees {
	border: 1px solid #cccccc;
	margin: 10px auto;
	clear: both;
}

table#fees th {
	padding: 3px 10px;
	font-size: 11px;
	color: #0F1563;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

table#fees td {
	vertical-align: top;
	font-size: 11px;
	padding: 2px 40px;
}

	table#fees tr.row1 {
		background-color: #F3F0F0;
	}
	
	table#fees tr.row2 {
		background-color: #D8E7D8;
	}

/* ----------------- GENERAL LINKS ----------------- */

a:link, a:visited, a:active { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ------------------------- MAIN NAVIGATION TAB STYLE----------------------------- */

ul#mainnav {
	width: 760px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 67px;
	right: 0px;
}

ul#mainnav li {
	margin: 0px;
	float: right;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 3px 10px 5px 16px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/navbullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FFFF00;
}

/* ----------------- TOP NAV----------------- */

div#topnav {
	text-align: right;
	position: absolute;
	top: 38px;
	right: 2px;
}

	div#topnav a {
		color: #A46B08; 
		text-decoration: none; 
		font-weight: normal; 
	}
	
	div#topnav a:hover, div#topnav a.current:link, div#topnav  a.current:visited { 
		color: #071e71; 
	}
	
/* ----------------- HEADER ----------------- */

/* Creates DIV container for header. */
div#header {
	width: 762px;
	height: 92px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-image: url(images/header.gif);
	position: relative;
}

	div#header img {
		border: 0px;
	}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#body{
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image: url(images/body_bg.gif);
}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 200px;
	margin: 0px;
	padding: 2px 2px 2px 3px;
	text-align: left;
	float: left;
}

div#bodyright {
	width: 551px;
	margin: 0px;
	padding: 2px;
	text-align: left;
	float: right;
	position: relative;
}

/* ----------------- RIGHT PANELS ----------------- */

div.panel {
	width: 188px;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #828282;
}

	div.panel p {
		color: #1C464A;
		font-size: 10px;
		line-height: normal;
		margin: 5px 0px;
		padding: 0px;
	}
	
	div.panel h1 { 
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		text-align: left;
		margin: 5px 0px;
		padding: 0px;
		border-bottom: 0px;
		border-bottom: 1px dotted #cccccc;
	}

/* ----------------- FOOTER ----------------- */

/* Creates DIV container for the footer. */
div#footer {
	width: 762px;
	margin: 0px auto;
	padding: 3px 0px 15px 0px;
	clear: both;
}

div#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #ffffff;
}

div#footer a:link, div#footer a:visited, div#footer a:active {
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	color: #ffffff;
}

div#footer a:hover {
	color: #ffffff;
}

div#footleft {
	float: left;
}

div#footright {
	float: right;
}

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

/* Creates DIV container for the copyright. */
div#copyright {
	width: 750px;
	margin: 15px auto 5px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	clear: both;
}

/* Set link style for copyright. */
div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

div#copyright a:hover {
	color: #ffffff;
}

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

img.left {
	margin: 5px 10px 5px 5px;
	border: 1px solid #828282;
	float: left;
}

img.right {
	margin: 5px 5px 5px 10px;
	border: 1px solid #828282;
	float: right;
}

img.border {
	border: 1px solid #828282;
}

img.rightnobrd {
	margin: 5px 5px 5px 10px;
	float: right;
}

div.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.accent {
	font-weight: bold;
	color: #ce0825;
}

.center {
	text-align: center;
}

.saving {
	text-align: center;
	font-weight: bold;
	padding-left: 72px;
	float: left;
}

div#flash {
	position: absolute;
	top: 5px;
	left: 0px;
}

iframe.noscroll {
	margin-top: -50px;
}

