*{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.fLeft{
	float: left;
}

.fRight{
	float: right;
}

.fClear{
	clear: both;
}

body{
	padding: 5px;
}

body#body{
	color: #444;
	font: 11px/20px Verdana, Tahoma, sans-serif;
	background: #b1b1b1;
	width: 100%;
	text-align: center;
	padding: 0px;
}

div.container{
	width: 901px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #fff;
	border: 1px solid #818181;
	border-width: 0px 1px 1px 1px;
}

div#makeGap{
	margin-bottom: 40px;
}

div#leftContainer{
	float: left;
	width: 200px;
}

div#centerContainer{
	float: left;
	width: 496px;
	border: 1px solid #E2E2E1;
	border-width: 0px 0px 0px 1px;
}
div#rightContainer{
	float: right;
	width: 200px;
	border: 1px solid #E2E2E1;
	border-width: 1px 0px 0px 1px;
}

div#logo a{
	background: url(../images/logo.gif) no-repeat left;
	width: 200px;
	height: 150px;
	float: left;
}
div#banner{
	width: 700px;
	height: 150px;
	float: right;
}

div#clientLogin{
	font: 13px/20px "Trebuchet MS", "Century Gothic", Georgia;
	color: #000;
	float: right;
	margin: 40px 40px 0px 0px;
	_margin-right: 20px;
}

input.text{
	border: 1px solid #c3c3c3;
	font: 11px/16px Tahoma, "Trebuchet MS", "Century Gothic", Georgia;
	padding: 1px 3px 1px 3px;
	height: 16px;
	color: #A8A8A8;
}

input.button{
	background: #92C0AD;
	color: #fff;
	font: 11px/16px Tahoma, "Trebuchet MS", "Century Gothic", Georgia;
	height: 20px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #3C725D;
}

div#leftContainer ul{
	list-style: none;
	font: 11px/20px Arial, Tahoma, Verdana, sans-serif;
	width: 200px;
}

div#leftContainer ul li{
	position: relative;
	list-style: none;
	border-bottom: 1px solid #e7e3e7;
	margin: 0px 6px 0px 5px;
	width: 190px;
	_width: 180px;
}

div#leftContainer ul li.last, div#leftContainer ul li ul li.last{
	border-bottom: 0px;
}

div#leftContainer ul li a{
	display: block;
	text-decoration: none;
	padding: 6px 0px 4px 20px;
	color: #002856;
	font-weight: bold;
	
	width: 170px;
	_width: 160px;
	height: 20px;
	background: url(../images/pointer.gif) no-repeat 170px;
}

div#leftContainer ul li a:hover{
	color: #8B1D20;
}

div#leftContainer ul li ul{
	position: absolute;
	left: 180px;
	top: 0px;
	display: none;
	background-color: #F6F6F6;
	border: 1px solid #D2D2D2;
	_width: 180px;
	_width: 190px;
	_border: 0px;
}

div#leftContainer ul li ul a{
	background: none;
	height: auto;
	padding-left: 5px;
	
}

/* Fix IE. Hide from IE Mac \*/
* html div#leftContainer ul li { float: left; } * html div#leftContainer ul li a { height: 1%; }
/* End */


div#leftContainer ul li:hover ul, div#leftContainer ul li.over ul{ 
	display: block;
}

div#contacts{
	color: #939390;
	margin-top: 30px;
	margin-left: 25px;
	font: 13px "Trebuchet MS", "Century Gothic", Georgia;
}

div#contacts b{
	color: #000;
	font-size: 14px;
}

div.bigGap{
	height: 20px;
	line-height: 20px;
	font-size: 10px;
}

div#content{
}

div#news{
	width: 148px;
	margin: 5px;
}

h1{
	font: bold italic 16px/19px "Trebuchet MS","Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;
	color: #BB0000;
	margin: 10px 10px 5px 5px;
}

p{
	margin: 0px 0px 0px 0px;
}

h3{
	font: 13px/15px "Trebuchet MS","Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;
	color: #697a8a;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #DEDEDE;
}

h4{
	font: bold 10px/15px Tahoma, verdana,lucida,arial,helvetica,sans-serif;
	color: #4D817B;
	padding-bottom: 5px;
}

h5 {
	font: bold italic 14px/16px "Trebuchet MS","Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;
	color: #BB0000;
	margin: 15px 10px 5px 5px;
}


div.gap{
	height: 10px;
	line-height: 10px;
	font-size: 8px;
}

div#footer{
	background: #C7DCBD;
	padding: 10px 20px 10px 20px;
	color: #748698;
	border-top: 1px solid #B4CCAA;
}

div#footer div.fRight{
	text-align: right;
	padding-right: 5px;
}

div#footer div.fLeft{
	padding-left: 5px;
}

div#footer a{
	color: #596A79;
	text-decoration: none;
	font-weight: bold;
}

div#footer a:hover{
	color: #000;
}

.node {
  background-color: #ffffff;
  padding: 15px 10px 10px 10px;
  border-top: 1px solid #E2E2E1;
}

.node a {
	font: 11px Verdana, Tahoma;
	color: #BF0000;
	text-decoration: none;
}

.node a:hover {
	text-decoration: underline;
}

.node h2 {
	color:#336698;
	font-size: 18px;
	text-decoration: none;
	font-weight:normal;
	font-style: normal;
	font-weight: normal;
}

.node h2 a:hover {
	color:#43AE39 !important;
	border-bottom:1px dotted; #43AE39;
	text-decoration: none;
}

.node h2 a {
	width: 100%;
	color:#336698;
	font-size: 18px;
	text-decoration: none;
	font-weight:normal;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-family: arial,verdana,sans-serif;
	padding: 5px 0px 0px 0px;
	line-height: 20px;
}

.info {

	color:#777777;
	font-size: 11px;
	line-height: 30px;
	float: right;
	padding: 0px 5px 5px 5px;
}

.pollStats{
	height: 11px;
	line-height: 11px;
	font-size: 8px;
	background: #E1E1E1;
	margin: 3px 5px 10px 0px;
	width: 1px;
	float: left;
}

div.pollBox {
	width: 190px;
	padding: 5px 5px 10px 5px;
	border-bottom: 1px solid #E2E2E1;
}

div.center{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

div.birthdayBox {
	width: 190px;
	padding: 10px 5px 5px 5px;
	border-bottom: 1px solid #E2E2E1;
}

.pagePath{
	margin: 10px 10px 5px 10px;
	padding-bottom: 5px;
	font: 11px Verdana, Tahoma;
}

.pagePath a {
	font: 11px Verdana, Tahoma;
	color: #BF0000;
	text-decoration: none;
}

.pagePath a:hover {
	text-decoration: underline;
}

div.comment{
	margin: 10px 0px 5px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E2E2E1;
}

div.comment div.title{
	font-size: 13px;
	color: #515151;
}

div.comment div.content{
	margin-top: 5px;
}

table.postComment{
	border: 1px solid #E2E2E1;
	margin-top: 10px;
	border-collapse: collapse;
}

table.postComment td{
	padding: 5px;
}

.text{
	border: 1px solid #E2E2E1;
	line-height: 21px;
	height: 21px;
	padding: 2px;
	color: #838383;
	font: 12px "lucida grande","trebuchet ms",verdana,sans-serif;
}

.textarea{
	border: 1px solid #E2E2E1;
	line-height: 21px;
	height: 70px;
	width: 300px;
	padding: 2px;
	color: #838383;
	font: 12px "lucida grande","trebuchet ms",verdana,sans-serif;
}

.text:focus, .textarea:focus{
	background: #FEFBEB;
}

.paging{
	font: 11px Verdana, Tahoma;
	padding-bottom: 10px;
	padding-left: 10px;
}

.paging a {
	font: 11px Verdana, Tahoma;
	color: #BF0000;
	text-decoration: none;
}

.paging a:hover {
	text-decoration: underline;
}