html 	{
	width: 100%; height: 100%
	}

body 	{width: 100%; height: 100%}

body 	{text-align: center}

table	{clear: left;}

a	   {color: #336699; text-decoration: none;}
a:hover  {color: #FF0000; text-decoration: none;}
a:active {color: #3399CC;}

.main {width: 780px}

.header {float: right; margin-right: 30px}

/***  Start Nav  ***/

table.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position:relative;
	top: 0;
	left:0;
	background:#336699;
	color: #FFFFFF;
	width: 760px;
	margin:0;
	border-bottom:0px none #ffffff;
	border-top: 0px none #ffffff;
	font-weight: bold;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: aolid;
	border-left-style: none;
	}

td.menu {
	background:#336699;
	color: #ffffff;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	width:auto;
	}

td.menu a {
	display:block;
	text-decoration:none;
	padding: 2px 20px;
	color:#ffffff;
	background:#336699;
	}

td.menu a:hover {
	color:#FF0000;
	background:#ffffff;
	padding: 2px 20px;
	}

#current td.menu, #current a, #current a:hover {
	/*/*/
	background-color: #ffffff;
	color: #FF0000; /* */
	}

/***  End Nav  ***/

.bottomBar {
	BORDER-TOP: gray 1px solid; 
	FONT-SIZE: 0.8em; 
	WIDTH: 780px; 
	COLOR: gray; 
	HEIGHT: 40px
	}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}

.subcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	}

.contentBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #336699;
	}

