﻿
input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}


ul {
	margin: 0;
	list-style: none;
}

li {
	display: inline;
}


a {
	color: #1D74A6;
}

a:hover {
	text-decoration: none;
	color: #1D74A6;
}



hr {
	display: none;
}

#main
{
width: 1041px;
margin: 0 auto;
background: #EEF4F7 url(Images/table_back.jpg) no-repeat top;
}

#inner
{
width: 915px;
margin: 0 auto;
}

/* Header */

#header {
	height: 200px;
	width: 915px;
}

#logo {
width: 915px;
height: 184px;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 24px;
	color: #ffffff;
}
#logo h2 {
	padding: 10px 0 0 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

#menu {
height: 34px;
background: url(Images/menu.png) no-repeat;
width: 800px;
padding-left: 115px;
}

#menu ul {
	margin: 0;
}

#menu li 
{
	height:19px;
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 1px;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;

}

#menu a:hover 
{
	background: #336699;
	
}

/* Page */

#page {
	width: 915px;
	margin: 0 auto;
	margin-top: 12px;
}

/* Content */

#content {
	float: left;
	width: 497px;
	margin-left: 5px;
}

#content .post ul, #content .post ol
{
margin-left: 30px;
}

#content .top
{
width: 497px;
background: url(Images/top.png) no-repeat;
height: 13px;
}

#content .middle_back
{
width: 477px;
background: #ffffff;
padding: 10px;
}

#content .bottom
{
width: 497px;
background: url(Images/bottom.png) no-repeat;
height: 9px;
margin-bottom: 6px;
}

.post {
	margin-bottom: 15px;
	color: #000000;
	margin-top: 10px;
}

.post a {
	color: #0A6894;
}

.post a:hover {
	color: #0A6894;
}

.post H2
{
color: #0A6894;
font-size: 14px;
font-weight: bold
}


/* Calendar */

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}


/* Footer */

#footer {
	clear: both;
	padding-top: 20px;
	height: 62px;
	width: 462px;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0A6894;
}

#footer a {
	color: #0A6894;
}