body {
	text-align:center;
	color:#333;
	background-color:#990000;
	font-size:12px;
	line-height:17px;
	font-family: georgia, times new roman, times, serif;
	font-weight: normal;
	}
		
p,ul,li {
	font-size:12px;
	font-family: georgia, times new roman, times, serif;
	font-weight: normal;
	line-height: 17px;
	color:#333;
	}
		
h1 {
	font-size:20px;
	font-weight:900;
	font-family:georgia, times new roman, times, serif;
	}
	
h2 {
	font-size:14px;
	font-weight:900;
	font-family:georgia, times new roman, times, serif;
	}
	
#frame {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background-color:#fff;
	}
		
#contentleft {
	width:170px;
	float:left;
	background-color:#F6EBEB;
	padding:15px;
	}
	
#contentleft a {
	color:#990000;
	}
		
#contentcenter {
	width:530px;
	margin-left:10px;
	padding:10px;
	float:left;
	background:#fff;
	}
	
#contentheader {
	background:#fff
	margin-bottom:20px;
	}
		
#contentbottom{
	background:#990000;;
	width:760px;
	margin-right:auto;
	margin-left:auto;
	}

#contentbottom p {
	font-size:11px;
	font-family: georgia, times new roman, times, serif;
	font-weight: normal;
	color:#ffffff;
	}
	
#contentbottom a {
	color:#ffffff;
	}	
a {
	color:#cc0000;
	font-weight:600;
	text-decoration:none;
	}

a:hover {text-decoration:underline;}
		
img {
      margin: 0;
      padding: 0;
	  border: 0;
   	}

.nav p {
	line-height:24px;
}

hr {
	color:#eeeeee;
	height:1px;
	margin: 5px 0;
	}