/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, address {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 10px 10px 10px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #333333;
	line-height: 1.3;
	margin: 5px;
}

h1 { 
	margin: 5px 10px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	padding: 5px 0px 0px 0px;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	width: 250px;
	margin: 10px;
	padding-bottom: 2px;
	border-bottom: 2px dotted #cccccc;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 0px 8px 30px;
	list-style-type: square;
}

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 3px;
	color: #000000;
}

/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ----------------- MAIN NAVIGATION ----------------- */

ul#mainnav {
	padding: 0px 6px 10px 3px;
	width: 133px;
}

ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

ul#mainnav li a {
	font-size: 10px;
	font-weight: bold;
	color: #111149;
	text-decoration: none;
	display: block;
	width: 113px;
	border-bottom: 1px dotted #cccccc;
	margin-top: 5px;
	padding: 0px 0px 0px 20px;
	background-image: url(images/navbullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}

ul#mainnav li a:hover {
	color: #d02b06;
	background-image: url(images/navbulleton.gif);
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #000000;
	background-image: url(images/navbulleton.gif);
}

/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 770px;
	margin: 0px auto;
	clear: both;
}

/* Redefine p tag within the footnav container. */
div#footnav p {
	margin: 0px;
	color: #333333;
	font-size: 10px;
}

/* Set link style for footnav. */
div#footnav a {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}

div#footnav a:hover {
	color: #000000;
}

div#footnavleft {
	float: left;
}

div#footnavright {
	float: right;
}

/* ----------------- HEADER ----------------- */

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 120px;
	text-align: left;
	margin: 0px auto;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

	div#header img {
		border: 0px;
	}
	
/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	background-image: url(images/body_bg.gif);
	border: 1px solid #191c43;
	margin: 0px auto;
	padding: 0px;
}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 145px;
	padding-left: 5px;
	text-align: left;
	float: left;
}

	div#bodyleft p {
		line-height: 1.2;
		font-size: 9px;
		margin: 5px;
		color: #464545;
	}
	
	div#bodyleft img {
		border: 0px;
	}

div#bodyright {
	width: 620px;
	text-align: left;
	padding-bottom: 5px;
	float: right;
	position: relative;
}
	
/* ----------------- FOOTER ----------------- */

div#footer {
	width: 770px;
	height: 10px;
	background: #000066;
	text-align: left;
	clear: both;
}

	div#footer p {
		font-size: 10px;
		font-style: normal;
		color: #ffffff;
		line-height: 1;
		margin: 0px;
	}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 770px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 15px 0px 5px 0px;
	clear: both;
}

/* Set link style for copyright. */
div#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

div#copyright a:hover {
	color: #000000;
}

div#copyright img {
	border: none;
	margin-top: 10px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	margin: 5px 5px 5px 13px;
	border: 1px solid #000000;
	float: right;
}

img.left {
	margin: 5px;
	border: 1px solid #000000;
	float: left;
}

div.clear {
	clear: both;
	line-height: 0px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

iframe.noscroll {
	margin-top: -70px;
}
div#green {
	text-align: center;
	padding-top: 15px;
	}