body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.gif);
	font-size:small;
	color:black;
	}
a:link, a:visited, a:active {
	color:#22354e;
	text-decoration:none;
	}
a:hover {
	color:#5b7fad;
	}
h1 {
	color:#22354e;
	font-size:2.2em;
	}
h2 {
	color:#22354e;
	font-size:1.6em;
	}
.container {
	margin-top:0;
	}
.text {
	color:black;
	}
#header {
	background-image:url(../images/main_img.gif);
	height:428px;
	}
#menu {
	background-image:url(../images/menu.png);
	height:68px;
	}
#menu img {
	float:left;
	}
.blog-post {
	margin-right:5px;
	margin-left:-2px;
	margin-bottom:-7px;
	}
#content {
	background-color:white;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	}
.content-area {
	padding-left:10px;
	margin-right:40px;
	}
.seperator {
	padding-bottom:1px;
	margin-bottom:5px;
	margin-right:5px;
	border-bottom:1px solid #ccc;
	}
#blog-sidebar {
	color:#22354e;
	list-style-image: url(../images/1267200395_bullet_next.gif);
	}
#members li {
	margin-left:-20px;
	padding:4px;
	list-style-image:url(../images/member.png);
	}
.bullets {
	padding-top:10px;
	list-style-image:url(../images/1267200395_bullet_next.gif);
}
#footer {
	margin-top:10px;
	padding-top:10px;
	background-image:url(../images/seperator.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
#footer p {
	color:white;
	padding-left:10px;
	font-size:0.85em;
	}
#footer a:link {
	color:#537192;
	}
#footer a:active {
	color:#537192;
	}
#footer a:visited {
	color:#537192;
	}
/*****	NAVIGATION	*****/

#navigation li {
	float:right;
	display:block;
	padding:25px 0px 0px 0px;
	list-style:none;
	}
#navigation a {
	color:white;
	display:block;
	font-size:1.1em;
	text-align:center;
	text-decoration:none;
	width:100px;
	}
#navigation a:hover {
	padding-bottom:20px;
	border-bottom:2px solid #969faa;
	}
#navigation .section a:hover {
	margin-bottom:-22px;
	border-bottom:2px solid white;
	}
#navigation .section {
	padding-bottom:20px;
	border-bottom:2px solid white;
	}
	
/*****     CONTACT FORM     *****/

fieldset {
	border:0;
	margin:0;
	padding:0;
	}
#Form_Form input {
	background-color:#eee;
	padding:2px;
	border-color:#ccc;
	}
#Form_Form input:focus {
	background-color:#dfdfdf;
	border-color:#ccc;
	}
#Form_Form textarea {
	background-color:#eee;
	border-color:#ccc;
	}
#Form_Form textarea:focus {
	background-color:#dfdfdf;
	border-color:#ccc;
	}
#Form_Form_action_process {
	color:#000;
	padding:4px;
	font-size:14px;
	width:75px;
	border:1px solid #ccc;
	}
#Form_Form_action_process:hover {
	color:#fff;
	cursor:pointer;
	background-color:#969faa;
	border:1px solid #20334c;
	}
#Form_Form_action_clearForm {
	color:#000;
	padding:4px;
	font-size:14px;
	width:75px;
	border:1px solid #ccc;
	}
#Form_Form_action_clearForm:hover {
	color:#fff;
	cursor:pointer;
	background-color:#969faa;
	border:1px solid #20334c;
	}
#PageCommentInterface_Form_PostCommentForm_action_postcomment {
	color:#000;
	padding:4px;
	font-size:14px;
	width:75px;
	border:1px solid #ccc;
	}
#PageCommentInterface_Form_PostCommentForm_action_postcomment:hover {
	color:#fff;
	cursor:pointer;
	background-color:#969faa;
	border:1px solid #20334c;
	}