/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#330000;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 width:800px;
 margin:auto;
 }

#flashcontent {
 height:175px;
 background:#330000;
 color: #cccccc;
 text-align:center;
 }
a:hover {
	color: #FFFFFF;
}

#flashcontent2 {
	height:80px;
	background:#330000;
	color: #cccccc;
	text-align:center;
	text-decoration:none;
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	
 }
 #flashcontent2 a:hover {
 color:#FFFFFF;
 text-decoration:none;
 }
#flashcontent2 a:link {
color:#CCCCCC;
text-decoration:none;
}
#flashcontent2 a:visited {
color:#999999;
text-decoration:none;
}

#bodyblock {
 position:relative;
 background: #330000;
 color: #cccccc;
 width:800px;
 margin:auto;
 }

#l-col {
 float:left;
 background:#330000;
 color: #cccccc;
 font-size:12px;
 font:Georgia, "Times New Roman", Times, serif;
 width:200px;
 }

#cont {
 float:right;
 width:595px;
 background:#330000;
 }
 #cont #top {
 text-align:left;
 color: #cccccc;
 text-align:left;
 font-size:16px;
 font:Georgia, "Times New Roman", Times, serif;
 }
 #cont #top h1{
 color: #cccccc;
 text-align:left;
 font-size:28px;
 font-weight:bold;
 font:Georgia, "Times New Roman", Times, serif;
 }
 #cont #mid {
 text-align:left;
 color: #cccccc;
 text-align:left;
 font-size:16px;
 font:Georgia, "Times New Roman", Times, serif;
 }
 #cont #btm {
 text-align:center;
 color: #cccccc;
 font-size:16px;
 font:Georgia, "Times New Roman", Times, serif;
 }
 #cont a:Link {
 color:#CCCCCC;
 }
 #cont a:visited {
 color:#CCCCCC;
 }

#ftr {
	margin-left:auto;
	margin-right:auto;
	height:25px;
	width:800px;
	color: #cccccc;
	font-size:10px;
	font:Georgia, "Times New Roman", Times, serif;
	left: 247px;
	top: 652px;
	
 }
 
 #bdycnt {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
}
