body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
body {
	background-color:#000000;
	color:black;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

a, a:visited {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}

#container {
	position:relative;
	width:800px;
	margin:20px auto;
	border:8px solid #660000;
	background-color: #CCCCCC;
}

#header {
	position:relative;
	width:800px;
	height:213px;
	background:transparent url(images/header.gif) no-repeat;
}

#header img {
	position:absolute;
	left:38px;
	top:15px;
	border:none;
}

#left_panel_container {
	width:199px;
	position:relative;
	float:left;
	margin-right:20px;
	background:transparent url(images/l_panel_header2.gif) no-repeat top left;
	background-color: #666666;
}

.cl {
	clear:both;
	height:0;
	line-height:0;
}

#menu {
	padding:35px 0 0 12px;
	color:white;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#menu a {
	color:white;
	display:block;
	padding:5px 0;
	font-weight:bold;
}

#menu a:hover {
	text-decoration:underline;
}

#left_panel {
	background:transparent url(images/l_panel_b.gif) repeat-y;
	margin-top:11px;
}

#main_content {
	width:578px;
	position:relative;
	float:left;
	padding-top:10px;
	background-color: #CCCCCC;
}

#main_content p {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#660000;
	margin:20px 10px 20px 0;
}
#bodycopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

#main_content p:first-letter {
	font-size:1.7em;
}


#footer {
	margin-top:60px;
}

#footer a{
	color:#666666;
}

#footer_wraper {
	width:470px;
	text-align:center;
	color:#666666;
	font-size:17px;
	font-family:'Times New Roman', Times, serif;
	margin:0 auto;
}

#contact_info {
	font-family:'Times New Roman', Times, serif;
	text-align:center;
	color:white;
	font-weight:bold;
	padding:20px 0px;
}

