body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select {
	margin: 0;  
	padding: 0;  
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	font: 12px arial, sans-serif;
	color: #565656;
	background: #4b78a1 url("../images/background.jpg") repeat-x center top;
}

h1 {
	font: bold 30px arial;
	text-decoration: none;
	padding-bottom: 1px;
	margin-bottom: 15px;
	color: #0e589a;
	border-bottom: 1px solid #eaeaea;
}

img {
	border: 0;
}

a {
	outline: none;
}

a:link {color: #0e589a; text-decoration: underline}
a:visited {color: #0e589a; text-decoration: underline}
a:active {color: #0e589a; text-decoration: underline}
a:hover {color: #0e589a; text-decoration: none}

#container {
	margin: 0 auto;
	width: 999px;
}

#head {
	float: left;
	position: relative;
	width: 999px;
	height: 111px;
}

.logo {
	position: absolute;
	left: 75px;
	top: 41px;
}

.slogan {
	position: absolute;
	left: 371px;
	top: 43px;
	width: 400px;
	font-size: 14px;
}

#content {
	float: left;
	width: 940px;
	padding-left: 28px;
}

.left_column {
	float: left;
	width: 675px;
	margin-top: 45px;
	background: #fff;
}

.menu {
	float: left;
	position: relative;
	height: 45px;
	padding-left: 19px;
	margin-top: -45px;
	background: url("../images/menu_corner.gif") no-repeat 0 0;
}

.menu ul {
	float: left;
	list-style: none;
	width: 632px;
	height: 45px;
	background: url("../images/menu_bg.gif") repeat-x 0 0;
}

.menu li {
	float: left;
	padding: 17px 25px 0 0;
}

.content {
	padding: 25px 40px 25px 30px;
	background: url("../images/content_corner.gif") no-repeat left bottom;
}

.reports {
	padding-left: 40px;
}

.report {
	padding-bottom: 30px;
}

.date {
	color: #9b9b9b;
}

.reply {
	float: left;
	display: inline;
	position: relative;
	margin-left: -50px;
	width: 39px;
	height: 23px;
	padding: 23px 11px 0 0;
	text-align: center;
	font-size: 17px;
	color: #fff;
	background: url("../images/reply_bg.gif") no-repeat left bottom;
}

.reply a:link {color: #fff; text-decoration: none}
.reply a:visited {color: #fff; text-decoration: none}
.reply a:active {color: #fff; text-decoration: none}
.reply a:hover {color: #fff; text-decoration: underline}

.subscribe {
	float: left;
	display: inline;
	position: relative;
	width: 243px;
	height: 69px;
	padding: 19px 20px 10px 11px;
	margin-left: -30px;
	background: url("../images/subscribe_bg.png") no-repeat 0 0;
}

.subscribe_text {
	font-size: 15px;
	font-weight: bold;
	padding-top: 8px;
	color: #949494;
}

.green {
	color: #92bc00;
}

.subtitle {
	margin-top: -13px;
	padding-bottom: 10px;
	color: #9b9b9b;
}

#footer {
	float: left;
	position: relative;
	width: 999px;
	height: 85px;
}

.copyrights {
	position: absolute;
	left: 50px;
	top: 34px;
	color: #fff;
}

.right_column {
	float: right;
	width: 289px;
	margin-left: -24px;
}

.blue_block {
	float: left;
	width: 243px;
	padding: 15px 23px 15px 23px;
	background: #1d4f7c;
}

.blue_corner {
	float: right;
	width: 289px;
	height: 16px;
	background: url("../images/blue_corner.png") no-repeat;
}

.search {
	float: left;
	width: 100%;
}

.search_input {
	float: left;
	width: 215px;
	height: 19px;
	padding: 6px 14px 0px 14px;
	background: url("../images/search_input.png") no-repeat;
}

.search_input input {
	float: left;
	font: 11px arial;
	background-color: transparent;
	border-width: 0;
	cursor: text;
	width: 215px;
	color: #fff;
}

.previous_archives {
	float: left;
	display: inline;
	width: 206px;
	height: 19px;
	margin: 10px 0 0 5px;
	padding: 3px 13px 0 13px;
	font-size: 11px;
	background: url("../images/previous_archives.gif") no-repeat;
}

.previous_archives a:link {color: #8ec9ff; text-decoration: none}
.previous_archives a:visited {color: #8ec9ff; text-decoration: none}
.previous_archives a:active {color: #8ec9ff; text-decoration: none}
.previous_archives a:hover {color: #8ec9ff; text-decoration: underline}

.definitions {
	float: left;
	position: relative;
	width: 243px;
	min-height: 276px;
	height: expression(this.offsetHeight < 276?"276":"this.offsetHeight");
	margin-top: -16px;
	padding: 15px 23px 5px 23px;
	background: #51a7d6 url("../images/definitions_bg.jpg") no-repeat;
}

.definitions_corner {
	float: right;
	width: 289px;
	height: 16px;
	background: url("../images/definitions_corner.png") no-repeat;
}

.definitions_title {
	font-size: 18px;
	color: #fff;
	padding-bottom: 15px;
}

.definitions dt {
	float: left;
	clear: both;
	color: #fff;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: underline;
	cursor: pointer;
}

.definitions dd {
	display: none;
	float: left;
	width: 100%;
	clear: both;
	color: #423f65;
	padding-bottom: 10px;
}

.definitions .active {
	padding-right: 15px;
	background: url("../images/arrow.gif") no-repeat 100% 8px;
}

#datepicker {
	float: left;
	width: 232px;
	overflow: hidden;
	padding: 0; 
	display: inline; 
	margin: 20px 0 0 5px;
}

.ui-state-custom {
	border: 1px solid #1d4f7c !important;
	background: url("../images/planned.gif") no-repeat center center !important;
}

.adsense{
	font-size:11px;
}

.contactForm .text-field, .contactForm .textarea{
	border-top:1px solid #969e7f;
	border-left:1px solid #c9d4ab;
	border-right:1px solid #c9d4ab;
	border-bottom:1px solid #e9f3cf;
	background:#dfedb9;
	padding:2px;
	color:#595959;
	font:11px Arial !important;
	width:250px;
	
}
#footer ul{
	list-style-type:none;
	margin:10px 0 0 40px;
	padding:0;
}

#footer ul li{
	float:left;
	padding:0 10px;
}
#footer ul li a{
	color:#fff;
}