/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #cccc99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 160%;
	}

 #wrap {
	width: 900px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	border-style: solid;
	border-color: #000;
	border-left-width:medium;
	border-right-width:medium;
	border-bottom:none;
	border-top:none;
	background-color:#FFF;
	
	}
	
#header {
	width: inherit;
	text-align: center;
	color: #2e4b5b;
	font-size: 1.3em;
	font-weight:bold;
	background-image:url(images/header-bg.jpg);
	
}


#header a{
	color: #2e4b5b;
	text-decoration:none;
	
}

#menu {
	text-align:center;
	font-size: 1em;
	font-weight: lighter;
	float: left;
	background-color:#183c63;
	padding: 0px 0px 0px 0px;
	width: 190px;
	height:inherit;
	border-top:solid 10px #acc9f7;
	color:#FFF;
}

#menu .table { 
	color:#000;
	font-weight:bold;
	border-left:medium #183c63 solid;
}

#content {
	float: left;
	text-align: left;
	width: 650px;
	background-color:#fff;
	padding: 10px 30px 18px 30px;
	border-top:solid 10px #acc9f7;
}

#bodywrap {
	width:900px;
	background-color:#FFF;
}

#footer {
	clear: both;
	background-color: #183c63;
	color:#FFF;
	padding: 0;
	text-align: center;
	height: 125px;
	width: 900px;
	vertical-align:top;
	border-top: solid 3px #cccc99;
	} 

	
a {
	color: #00F;
	text-decoration: underline;
}

a:hover {
	color: #c96776;
	text-decoration: underline;
}

a:visited {
	color: #609;
	text-decoration: underline;
}

h1 {
	color: #238544;
	font-size: 190%;
	border-bottom-color: #238544; 
	border-bottom-style: solid; 
	border-bottom-width: thin;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	color:#238544;
	font-size: 175%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 160%;
	margin-top: 16px;
	margin-bottom: -8px;
}
h3 {
	color:#2e4b5b;
	font-size: 115%;
	font-weight: normal;  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 14px;
	margin-bottom: -8px;
}
h4 {
	color:#333; 
	font-size:small; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

hr {
	border: none;
	color: #666;
	background-color: #666;
	height: 1px;
	margin: 22px 24px 20px 24px;
}

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

#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #c96776;
	text-decoration: underline;
}

