body {
	margin:0;
	padding:0;
	font-family:arial, helvetica, sans-serif;
	background:#fff url("imgs/bg.jpg") top left repeat-x;
	color:#000;
}

#header {
	height:50px;
	margin:0;
	background:#5895d3 url(imgs/header.jpg) repeat-x;
	border-bottom:1px solid #000;
}

#head_container {
	width:700px;
	margin:0 auto ;
	text-align:center;
}

#header h1{
	font-size:24px;
	color:#fff;
	margin:0;
	padding: 10px 0 0 0;
	text-transform:uppercase;
	font-weight: 100;
}

#navlist {
	width:700px;
	padding-top:34px;
	margin:0 auto -1px auto;
	text-align:right;
	clear: both;
}

#navlist ul {
	margin:0;
	padding:0;
	display:inline;
	float:right;
}

#navlist ul li {
	width:100px;
	margin:0 5px 0 5px;
	padding:1px;
	float:left;
	list-style-type:none;
	text-align:center;
}

#navlist ul li a {
	display:block;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#8fc02b;
	color:#fff;
	margin-bottom: -1px;
	font-weight:bold;
	text-decoration:none;
	font-size:9pt;
}

#navlist ul li a:hover {
	background:#fff;
	color:#1376d7;
}

#container {
	width:700px;
	margin:20px auto 20px auto;
	height:auto !important;
	height:600px;
	min-height:600px;
	color:#000;
}
	
#footer {
	clear:both;
	height:30px;
	padding:10px 0 10px 0;
	background:#ff007e url(imgs/footer.jpg) repeat-x;
	border-top:1px solid #000;
	text-align:center;
	color:#fff;
	font-size:8pt;
	line-height:30px;
}

#content {
	width:500px;
	float:left;
}

#content h1 {
	font-size:14pt;
	color:#1376d7;
	margin:20px 0 0 0;
	padding:0;
	text-transform:uppercase;
	font-weight:100;
}

#content p {
	font-size:9pt;
	line-height:2em;
}
#content ul, ol, li{
		font-size:9pt;
	line-height:2em;
}
#content p:first-letter {
	float:left;
	font-size:40px;
	line-height:35px;
	padding:0px 8px 0 0;
	color:#83b420;
}
#content b{
	color:#83b420;
}

#sidebar {
	width:180px;
	float:right;
	margin-top:40px;
}

#sidebar ul {
	margin:0 0 40px 0;
	padding:0;
}

#sidebar ul li {
	margin:0;
	padding:0;
	border-bottom:1px dotted #1000a5;
	list-style-type:none;
}

#sidebar ul li a {
	display:block;
	width:168px;
	height:18px;
	line-height:18px;
	font-weight: bold;
	padding:2px 2px 2px 10px;
	background:#fff;
	color:#83b420;
	font-size:8pt;
	text-decoration:none;
}

#sidebar ul li a:hover {
	color:#fff;
	background:#8fc02b;
}

#sidebar b {
	color:#1376d7;
	font-size:9pt;
	border-bottom:1px dotted #1000a5;
	display:block;
	width:180px;
}

#sidebar .xhtml {
	float:left;
}

#sidebar .wsg {
	float:right;
}

#sidebar p {
	font-size:7pt;
}
ul.links{
	list-style: none;
}
fieldset { 
	border:0;
	margin:0;
	padding:0; }
label { 
	display:block; }
input.submit { 
	padding:2px 5px; 
	margin: 15px; 
	font:bold 12px/12px arial,sans-serif;
	}
input{
	border:1px solid;
	border-color: #1376d7;
	}
textarea{
	border:1px solid;
	border-color: #1376d7;
	}
#contactFormArea{
	width: 350px;
	float: left;
	}
