@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0px;
	background-color:#FFF;	
	/*background-image: url(/images/oakhurst.gif);
	background-repeat: repeat;*/
}

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;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ol, ul {
	list-style:none;
}

body {
	font-size: small;
	text-align: left;
	line-height: normal;
}

p {
	margin:10px 0;
}

.imgframeleft  {
	border: 0;
	background:#F2F2F2 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	max-width:600px;
	padding:5px;
	float:left;
	text-align:left;
	margin-right:10px;
}


.imgframeright {
	border: 0;
	background:#F2F2F2 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	max-width:600px;
	padding:5px;
	float:right;
	text-align:right;
	margin-left:10px;
}
.imgframecenter {
	border: 0;
	background:#F2F2F2 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	max-width:600px;
	padding:5px;
	margin: 10px auto;
	text-align: center;
	display: block;
}

caption {
	text-align: left;
}

.PageContainer {
	width:947px;
	margin:auto;
		
}

.Header {
	height:112px;
	width:947px;
	background:url(/images/header-hung.png);
	background-repeat:no-repeat;
	position:relative;
	margin: auto;
	margin-top: 50px;
}

.Menu {
	position:absolute;
	top: 90px;
	left: 15px;	
	overflow:hidden;
	font-family:"Comic Sans MS", cursive;
	width:930px ;
}
.Menu ul {
	overflow:hidden;
	height:100%;
}
.Menu li {
	float:left;
	position: relative;
	font-size:16px;
}

.Menu li a,
.Menu li a:visited {
	text-decoration:none;	
	color:#fff;
	padding:0 8px;
}

.Menu li a:hover {
	text-decoration:none;
	color:#ced2d3;
}

#Wrapper {
	background-color: #ccc;
	padding: 2px;	
	overflow: hidden;
	width: 943px;
	margin: auto;
	min-height: 350px;
}

#WrapperSidebar {
	background:url(/images/wide.png);
	background-repeat:repeat-y;
	min-height:350px;
	margin: -2px -1px;
	position:relative;
	padding:2px;	
	overflow:hidden;
	width:963px;
	
}

#ContentArea{
	width: 650;
	float: left;
	overflow: hidden;
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	
		
}

#ContentAreaFull{
	width: auto;
	float: none;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 20px;
	overflow: hidden;
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size:12px;
	line-height:145%;
		
}

.ContentHeader{

	position:relative;
	margin-bottom: 18px;
	font-size:22px;	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	max-width: 800px;
	color: #006680;
}

.ContentSubHeader{

	position:relative;
	margin-bottom: 18px;
	margin-top: 15px;
	font-size:16px;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	max-width: 800px;
	color: #006680;
}


.Footer {
	background:transparent url(/images/footer-blue.png) no-repeat scroll 0 0;
	height:90px;
	margin: auto;
	padding-top: 40px;
	position:relative;
}

.Links {
	
	color: #006680;
	text-align: center;
	font-family:"Comic Sans MS", cursive;
}


.Links a {
	color: #006680;
	text-decoration:none;
	font-size:12px;	
}


.Links a:hover {
	color: #999999;

}

.Quote {
	font-family:"Lucida Calligraphy", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 24px;	
}
