/*
Design by Daryn
*/

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

img
{
	border: 1px;
}

.imgleft
{
	margin-right:10px;
	border:1px;
	height:auto;
	width:auto;
	float:left;
}

body 
{
	background: #FFFFFF;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #404040;
	line-height: 1.3;
	margin-bottom: 30px;
}

input, textarea {
	background: #eeeeee;
	border: 1px solid #999999;
	font: bold 12px Tahoma, Verdana, sans-serif;
	color: #404040;
}

h1 {
	font-size: 2.4em;
}


a {
	color: #BD0000;
}

a:hover {
	text-decoration: none;
	color: #BD0000;
}



hr {
	display: none;
}

#main
{
	width: 967px;
	background: url(images/bg_tb.gif) ;
}

#main2
{
	background: url(images/top.gif) left top no-repeat;
}

#main3
{ 
	background: url(images/bottom.gif) left bottom no-repeat;
	padding: 15px 16px 0px 13px;
}


/* Header */

#header {
	width: 967px;

}

#logo {
	height: 125px;
	background:  url(images/logo.jpg) left top no-repeat;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 2px 0 0 20px;
	font-size: 18px;
	color: #ffffff;
}
#logo h2 {
	padding: 50px 0 0 20px;
	font-size: 14px;
	color: #ffffff;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

#menu {
	height: 37px;
	background: url(images/menu.gif) no-repeat;
	width: 967px;
	padding-top: 0x;
}

#menu ul {
	margin: 0px 0px 0px 120px;
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 135px;
	height: 29px;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;

}

#menu a:hover {
	background:url(images/b2.gif) 0px 2px repeat-x;
	
}

/* Page */

#page {
	margin: 0 auto;
	background: url(images/cent_m.jpg) repeat-y;
}

.page2 {
	background: url(images/top_m.gif) top no-repeat;
}

/* cent */

#content {
	margin: 10px auto 3px auto;
	width: 967px;
}


#cent .post ul, #cent .post ol
{
	margin-left: 30px;
}

#cent .top
{
	width: 497px;
	height: 13px;
}

#cent .middle_back
{
	padding: 10px 20px 20px 20px;
}

.middle_back ol
{
	padding-left:30px;
}

#cent .title
{
	height: 28px;
	padding-top: 10px;
	padding-left: 20px;
	color: #404040;
	font-family:Verdana, Tahoma, sans-serif;
	font-size:12px;
}

#cent .date 
{
	height: 31px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 3px;
	font-size: 10px;	
}

#cent .date ul
{
	list-style: none;	
}

#cent .date li
{
	display: inline; 
}

#cent .small_icon1
{
	height: 24px;
	width: 150px;
	float: left;
	display: block;
	text-align: left;
	padding-top: 6px;
	padding-left: 30px;
}

#cent .small_icon2
{
	height: 24px;
	width: 120px;
	float: left;
	display: block;
	text-align: left;
	padding-top: 6px;
	padding-left: 30px;
}

#cent .small_icon3
{
	height: 24px;
	width: 100px;
	float: left;
	display: block;
	text-align: left;
	padding-top: 6px;
	padding-left: 30px;
}

#cent {
	margin-top: 6px;
}

.st1 {
	width: 530px;
	border-top: 2px solid #00224c;
	border-left: 1px solid #00224c;
	border-bottom: 2px solid #00224c;
	border-right: 1px solid #00224c;
	background: #F8F8F8;
	float: left;
	margin-bottom: 6px;
}

#st11 {
	width: 530px;
	float: left;
}

.st2 {
	width: 212px;
	border-top: 3px solid #d10000;
	border-left: 1px solid #d10000;
	border-bottom: 3px solid #d10000;
	border-right: 1px solid #d10000;
	background: #FFFFFF;
	margin-bottom: 6px;
}

#st21 {
	padding: 0px 0px 0px 7px;
	float: left;
}

.st3 {
	width: 208px;
	border-top: 4px solid #00224c;
	border-left: 1px solid #00224c;
	border-bottom: 4px solid #00224c;
	border-right: 1px solid #00224c;
	background: #F0F0F0;
    	float: right;
	margin-bottom: 6px;
}

#st31 {
	width: 208px;
	float: right;
}

.st4 {
	width: 748px;
	border-top: 2px solid #00224c;
	border-left: 1px solid #00224c;
	border-bottom: 2px solid #00224c;
	border-right: 1px solid #00224c;
	background: #F8F8F8;
	float: left;
	margin-bottom: 6px;
}

#st41 {
	width: 748px;
	float: left;
}


#st51 {
	width: 425px;
	float: right;
}

.post {
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}

.post a {
	color: #034791;
}

.post a:hover {
	color: #034791;
}

.center {
	text-align: center;
}

table {
	width:100%;
}

td {
	width:17%;
	vertical-align:top;
    padding:5px;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 219px;

}

.sidebar2 {
	padding: 13px 7px 0px 11px;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	padding: 0px 0 4px 10px;
}

.sidebar a {
	text-decoration: none;
	color: #034791;
	font-size: 11px;
}
.sidebar a:hover {
	color: #0A6894;
	text-decoration: underline;
}


.bottom_small
{
	height: 2px;
	background: url(images/small_bottom.gif) no-repeat;
	width: 183px;
}


/* Left Sidebar */

.sidebar3 {
	padding: 13px 0px 0px 8px;
}

/* Right Sidebar */

.back
{
	padding: 0px 20px 20px 20px;
}

.back ul
{
	padding: 10px;
}



#bot_tb { 
	background:url(images/bot_m.jpg) bottom no-repeat;
	height: 17px;
}
/* Footer */

#footer {
	clear: both;
	padding-top: 10px;
	height: 34px;
	background: url(images/futer.gif) top no-repeat;
	text-align: center;
	margin-top: 3px;
}

#footer p {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #00224c;
}

#bg {
	background: url(images/futer.jpg) bottom repeat-x;
}
