/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, a, ul, li, dt, dd, address {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	margin: 10px 5px;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	line-height: 1.3;
}

h1 { 
	margin: 5px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
	clear: both;
	text-align: center;
}

h2 { 
	margin: 10px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #0066FF;
	text-align: center;
}

h3 { 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 5px 0px;
	padding: 0px 2px;
	border-bottom: 1px solid #cccccc;
}

h4 { 
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	margin: 5px 0px;
}


/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 20px 5px 30px;
	list-style-type: square;
}

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.5;
}

dl {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

dt {
	font-size: 10px;
	font-weight: bold;
	color: #000099;
}

dd {
	font-size: 11px;
	margin: 0px;
	padding-bottom: 10px;
}

/* ----------------- 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 {
	background-color: #000000;
	width: 760px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 75px;
	left: 0px;
}

ul#mainnav li {
	margin-top: 1px;
	padding: 0px;
	float: left;
	list-style: none;
	background-image: url(images/navbullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px 5px 0px 17px;
	font-size: 10px;
	font-weight: bold;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FFFF99;
}

/* ----------------- TOP NAV ----------------- */

div#topnav {
	position: absolute;
	top: 52px;
	right: 5px;
}

	div#topnav p {
		color: #666666;
		font-weight: bold;
		font-size: 10px;
	}
	
	div#topnav a {
		color: #023D9F; 
		text-decoration: none; 
		font-weight: normal; 
		font-size: 10px;
	}
	
	div#topnav a:hover, div#topnav a.current:link, div#topnav a.current:visited{
		color: #000000; 
		text-decoration: none; 
		font-weight: normal; 
	}

/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the foot navigation. */ 
div#footnav {
	border-top: 2px solid #000000;
	background: #ffffff;
	width: 750px;
	margin: 0px auto;
	padding: 1px 5px;
	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:link, div#footnav a:visited, div#footnav a:active {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}

div#footnav a:hover {
	color: #000000;
}

div#footnavleft {
	text-align: left;
	float: left;
}

div#footnavright {
	text-align: right;
	float: right;
}

/* ----------------- HEADER ----------------- */

/* Creates DIV container for header. */
div#header {
	width: 760px;
	height: 95px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	position: relative;
	background-image: url(images/header.gif);
}

	div#header img {
		border: 0px;
	}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#body{
	width: 760px;
	background-image: url(images/body_bg.gif);
	margin: 0px auto;
	padding: 0px;
}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 200px;
	margin: 0px;
	padding: 5px;
	text-align: left;
	float: left;
}

div#bodycenter {
	width: 378px;
	margin: 0px;
	padding: 0px 10px;
	text-align: left;
	float: left;
}

div#bodyright {
	width: 152px;
	float: right;
}

div#bodyint {
	margin: 0px;
	width: 539px;
	padding: 0px 5px;
	background-color: #ffffff;
	border-right: 1px solid #B6D8F2;
	float: left;
	text-align: left;
}

/* ----------------- PANELS AND BOXES ----------------- */

div.box {
	margin: 0px;
	padding: 5px 0px;
	border-top: 1px dotted #cccccc;
	clear: both;
	height: 1%;
}

div.boxfirst {
	margin: 0px;
	padding: 5px 0px;
	clear: both;
	height: 1%;
}

div.boxleft {
	float: left;
	text-align: left;
	width: 160px;
}

div.boxright {
	float: right;
	text-align: left;
	width: 379px;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 760px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 10px 0px;
	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: #333333;
}

div#copyright a:hover {
	color: #000000;
}

/* ----------------- FLASH ----------------- */

div#flash {
	width: 500px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* ----------------- NETOPIA IFRAME ----------------- */

iframe.noscroll {
	margin-top: -50px;
}

iframe.calendar {
	margin-top: -50px;
	margin-left: -25px;
}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.rightnobrd {
	margin: 0px 5px 5px 5px;
	float: right;
}

img.leftnobrd {
	margin: 0px 10px 10px 0px;
	float: left;
}

img.right {
	margin: 0px 0px 15px 5px;
	border: 1px solid #000000;
	float: right;
}

img.left {
	margin: 0px 5px 15px 0px;
	border: 1px solid #000000;
	float: left;
}

div.clear {
	clear: both;
	line-height: 0px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

.accent { 
	font-size: 10px;
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	text-transform: uppercase;
	margin: 10px 5px -5px 0px;
}

.note { 
	font-size: 10px;
	font-style: italic;
	color: #CC0000;
	text-align: center;
}