/* CSS Document */
#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
	padding: 0px;
	top: 85px;
	width: 805px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
	
#header {
	position:absolute;
	left: 0px;
	top:4px;
	width: 100%;
	height 80px;
	background-color:#FFFFFF;
	vertical-align: middle;
}
	
#navigation {
	position:absolute;
	padding-top: 5px;
	left: 0px;
	top: 80px;
	width: 175px;
	height: 470px;
	background-color:#666666;
	border= 5px;
	border-color:#000000;
}
	
#content {
	position: absolute;
	text-align: left;
	padding: 5px;
	padding-top: 0px;
	padding-left: 9px;
	line-height: 125%;
	top: 77px;
	left: 175px;
	width: 586px;
	height: 470px;
	border: 0px;
	background-image:url(images/bg_trademark.gif);
}
	
#content a {
	color:#CC0000;
}

#content a:hover {
	color:#669933;
}

#flash {
	position: absolute;
	text-align: left;
	padding: 0px;
	align: bottom;
	top: 100px;
	left: 175px;
	width: 600px;
	height: 450px;
	border: 0px;
	background-color:#FFFFFF;
}

#footer {
	position: absolute;
	top: 550px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 771px;
	height: 12px;
	font-size: 10px;
	background-color:#669933;
	padding: 2px;
}	
	
	
h1 {
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   color: #CC0000;
   text-decoration: none;
   line-height: 100%;
}


h2 {
   font-style: normal;
   font-weight:normal;
   font-size: 11px;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   text-decoration : none;
   line-height: 125%;
}

dropcap {
	font-weight: bold;
	font-size: 14px;
	color: #CC0000;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

a, a:visited, a:active {
		font-weight:bold;
		font-size: 11px; 
		color:#FFFFFF;
		text-decoration: none;
		line-height: none;
		}
		
a:hover {
   color:#CC0000;
}		

	
