BODY

{

	COLOR: #000; /* default text color */
	background: url(images/bg.gif);
	background-attachment: fixed;
	font-family: Arial;
	margin: 10px; /* no margins on any sides */
}



/* General Settings */

	a.footer:link, a.footer:visited {
	text-decoration: underline;
	color: #ffffff;
}


H1
{

	COLOR: #000;
	font-size: 14pt;
	border-bottom: solid 2px #000;
}



H2
{

	COLOR: #000;
	font-size: 12pt;
}



a:link, a:visited
{
	text-decoration: underline;
	color: #000;
	font-size: 10pt;

}


a:hover {
	text-decoration: none;
	color: #627595;
}



li

{
	margin-bottom: 6px;
}



/* Fixed width in the middle of the screen with a border */

.container

{
	width: 777px;
	display: block;
	border: solid 1px #000;
	position: relative;
}



/* Not important if using one solid header the same size as the container above */



.header

{
	border-bottom: solid 1px #000;
}


/* Use to set the color and size of the leftbar */



td.leftbar
{
	background-color: #29447B;
	color: #fff;
	border-right: solid 2px #000;
	width: 200px;
}


/* leaving the width at 100% makes it so it will stay with the width set in the leftbar above */


div.mainbodytext

{

	FONT-FAMILY: tahoma;
	font-size: 10pt;
	color: #000;
}


div.navbar

{
	margin-top: 20px;
	margin-bottom: 100px;
	width: 100%;
}


a.nav:link, a.nav:visited
 {
	display: block;
	vertical-align: left;
	FONT-FAMILY: tahoma;
	font-size: 12px;
	margin-left: 15px;
	margin-left: 5px;
	color: #ffffff;
	margin-bottom: 5px;
	margin-top: 0px;
	text-decoration: none;
	border-bottom: solid 1px #000000;
}



/* 

border (format: style size color) solid black on top, and white on bottom gives effect of inner drop shadow - button being pushed down 

*/


a.nav:hover {
	text-decoration: none;
	color: #000;
	background-color: #CDD3DD;
}

#featured {
	font-weight: bold;
}

div.addy
{
	position: absolute;
	bottom: 0px;
	background-color: #003333;
	color: #ffffff;
	width: 100%;
	font-size: .75em;
	padding: 10px;
}

td.mainwindow

{
	width: 575px;
	padding: 10px;
	background-color: #fff;
	font-size: 11pt;
	color: #000;
	font-family: tahoma;
}

td.other

{
	padding: 5px;
	font-size: 10pt;
	color: #000;
	font-family: arial;
}


.review {
	FONT-FAMILY: tahoma;
	font-size: 10pt;
	color: #000;
}

p.inheader

 {
	position: absolute; 
	top: 140px; 
	right: 10px;
	COLOR: #ffffff;
	font-size: 100%;
	FONT-FAMILY: Arial; 
}

.copy {

	background-color: #061348;
	border-TOP: 0px;
	display: block;

	color: #fff; 

	font-weight: bold;

	font-size: 10pt;

	FONT-FAMILY: arial;

	text-align: center;

	width: 775px;

	padding-top: 10px;

	padding-bottom: 10px;

}


.formula
{
float:left; 
text-align:center;
margin-left:10px;
}


.highlight{
text-decoration:underline;
}


.clear{
clear:both;
}

DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}


