* 
{
margin: 0px;
padding: 0px;
}

body {
	background: #000000 url(images/bg.png) repeat-x;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: tahoma, arial, sans-serif;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}


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;
background: #000000 url(images/table_back.jpg) no-repeat top;*/
}

#inner
{
width: 915px;
margin: 0 auto;
}

/* Header */

#header {
	height: 200px;
	width: 915px;
}

#logo {
width: 915px;
height: 195px;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 0px 0 0 0px;
	font-size: 24px;
	color: #66FF00;
	/*text-transform: uppercase;*/
}
#logo h2 {
	padding: 4px 0 0 0px;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
}

#logo a, a:hover {
	text-decoration: none;
	color: #666666;
}

#menu {
	height: 32px;
	background: url(images/menu.png) no-repeat;
	width: 900px;
	padding-left: 30px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 140px;
	height: 26px;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	color: #ffffff;
}

#menu a:hover {
	background: url(images/menu_r.gif) repeat-x;
}

/* 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: #666666;
	margin-top: 10px;
}

.post a {
	color: #0A6894;
}

.post a:hover {
	color: #0A6894;
}

.post H2
{
color: #0A6894;
font-size: 14px;
font-weight: bold
}
.post ul
{
	padding-left:20px;
	list-style-image: url(http:images/Bullet-green.png);
}
.post ol
{
	padding-left:0px;
}

/* banner */
#banner {
	float: left;
	width: 800px;
	margin-left: 2px;
}

#banner .post ul, #banner .post ol
{
margin-left: 30px;
}

#banner .top
{
width: 920px;
background: url(images/top_banner.png) no-repeat;
height: 9px;
}

#banner .middle_back
{
width: 890px;
background: #ffffff;
padding: 10px;
color:#666666;
}

#banner .bottom
{
width: 910px;
background: url(images/bottom_banner.png) no-repeat;
height: 9px;
margin-bottom: 6px;
}
.post {
	margin-bottom: 15px;
	color: #666666;
	margin-top: 10px;
}

.post a {
	color: #0A6894;
}

.post a:hover {
	color: #0A6894;
}

.post H2
{
color: #0A6894;
font-size: 14px;
font-weight: bold
}

/* Sidebars */
.sidebar {
	float: left;
	width: 202px;
	margin-top: 10px;
	color: #666666;
	font-size:12px;

}

.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: #0A6894;
	font-size: 11px;
}
.sidebar a:hover {
	color: #0A6894;
	text-decoration: underline;
}

.sidebar h2 {
	padding-top: 5px;
	color: #FFFFFF;
	background: url(images/title.png) no-repeat;
	height: 23px;
	padding-left: 20px;
	font-size: 14px;
}

.bottom_small
{
height: 11px;
background: url(images/bottom_small.png) no-repeat;
width: 202px;
margin-bottom: 6px;
}
/* table border */
#box {
	margin: 0px auto;
	border-color: #64BEE9;
	border-width: 0px 1px 1px;
	border-style: solid;
	padding-bottom:5px;
}

/* Left Sidebar */

#leftbar {

}

/* Right Sidebar */

#rightbar {
margin-left: 5px;
}

#leftbar .back, #rightbar .back
{
background: #ffffff url(images/title_back.png) no-repeat;
padding: 10px;

}


/* 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: 30px;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0A6894;
}

#footer a {
	color: #0A6894;
}