* {
margin: 0;
}

body {
	background-color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #003448;
	height: 100%;
	}
 html {
    height: 100%;
 }
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #800040;
	background-color: #6699CC;
	vertical-align:middle;
}

a {
	color: #452223;
	text-decoration: none;
}


.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #005b74;
	color: #452223;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
    color: #003448;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #6699CC;
  color: #660000;
}
.emphasize {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006666;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
	border-style: ridge;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}


.titlebar {
	font-family: Times New Roman, Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}



a:hover {
	text-decoration: underline;
	border-color: #6699CC;
	background-color: #6699CC;
}



#wrapper {
	width: 964px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	background-color: #999966;
	overflow:visible;
 }


#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	top: 298px;
	overflow:inherit;
}

#footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	bottom: 8px;
	margin-bottom: 8px;
	background-color: #330000;
	color: #999966;
	}
	
#clearfoot {
	clear:both;
	height:40px;
	overflow:hidden;
}

#header {
	width: 960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-color: #006699;
	color: #006699;
	top: 3px;
}
#notmain {
	top: 10px; 
	float: right;
	position: relative;
	width: 325px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #003448;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 4px;
}
#main {
	top: 10px;
	float:left;
	position:relative;
	width:550px;
	z-index:2;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #003448;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
}
