
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4D4D4D;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	/*color: #F93D00;*/
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top:0;
	line-height:150%;
}

ul, ol {
}

a {
	text-decoration: none;
	color:#4D4D4D;
}

hr{
	border:1px solid gray;
}

img{
	border:0px;
}

a:hover {
	color:#FF8000;
}

#wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
}

/* Header */

#header {
    width:960px;
    height:100px;
    background:url(../images/banner.gif) no-repeat left;
}

/* Logo */

#logo {
	float: left;
	height: 55px;
	margin: 2px ;
	padding-top: 10px;
	padding-left:20px;
	color: #00629E;
	/*background: url(../images/banner.gif) no-repeat left center;*/
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	color:white;
}
#logo img{
	float: left;
	padding-right:10px;
}
#logo h1 {
	float: left;
	/*letter-spacing: -1px;
	text-transform: lowercase;*/
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #00629E;
}


/* Menu */

#menu {
	width: 960px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/img03.gif) repeat-x left top;
	border:2px solid blue;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 50px;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 10px 30px 7px 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 10px 0px;
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 750px;
	padding: 0;
}

#content a{
	/*text-decoration: underline;*/
	color:#FF8000;
}

#content p {
    margin-top:5px;
    margin-bottom:5px;
}

.post {
	margin-bottom: 25px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 42px;
	padding: 8px 0 0 20px;
	letter-spacing: -.5px;
	color: #FFF;
	background: url(../images/img01.gif) repeat-x left top;
}

.post .title a {
	color: #FFFFFF;
	border: none;
}

.post .meta {
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
	color: #8AB52B;
}

.post .entry {
	padding: 0px 20px 20px 20px;
	padding-bottom: 20px;
	text-align: justify;
}

#admin{
	
}
#admin a{
	color:#fff;
}
#admin div{
	float:left;
	/*wi1dth:60px;*/
	height: 35px;
	font-size: 13px;
	line-height:18px;
	text-align:center;
	padding: 8px 8px 0 8px;
	margin-right:3px;
	background: url(../images/img01.gif) repeat-x left bottom;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
	padding: 0;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #C5DB76;
	padding-left: 10px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	font-size: 20px;
	padding: 8px 0 0 10px;
	background: url(../images/img03.gif) repeat-x left top;
	letter-spacing: -.5px;
	color: #FFFFFF;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 3px 3px 13px;
	text-align: justify;
}



#sidebar h2 a {
	color: #FFF;
	border: none;
}

#sidebar a:hover {
	/*font-weight:bold;*/
	
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 960px;
	background: #5F5F5F;
	height: 40px;
	margin: 0 auto;
	padding: 5px 0px 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	
}

#footer p {
	margin: 0;
	padding-top: 2px;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	padding:5px 20px 0 00px;
	text-align:right;
}

#footer a {
	color: #FFFFFF;
}
#navbar{ height:60px;}
#navbar div{
	float:left;
	/*wi1dth:60px;*/
	height: 35px;
	font-size: 13px;
	line-height:18px;
	text-align:center;
	padding: 8px 8px 0 8px;
	margin-right:3px;
	background: url(../images/img01.gif) repeat-x left bottom;
	color: #FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
#navbar div.selected{
	/*background: url(../images/img01.gif) repeat-x left bottom;*/
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
#navbar .space{	
	float:left;
	background: url(../images/arrow.gif) no-repeat center;
	width:20px;
	height:35px;
	line-height:25px;
	display:block;
	padding:0px 5px;	
}
.box{
	border:4px solid gray;
	width:95%;
	margin:0px auto;	
	padding:10px;
}
h1 {
	height:50px;
	line-height:40px;
	color:#fff;
	padding:0px 20px;
	margin-bottom:10px;
	/*background: url(../images/img03.gif) repeat-x left bottom;*/
    background: url(../images/img01.gif) repeat-x left top;
}
h1.header{
	height:50px;
	line-height:40px;
	color:#fff;
	padding:0px 20px;
	margin-bottom:0px;
	background: url(../images/img03.gif) repeat-x left bottom;
}
h3.header{	
	color:#000;
	padding:5px;
	margin-bottom:0px;
	border:3px solid #626262;
}
.box p{
	margin:0 10px 10px 10px;
}
.box hr{
	margin:20px 0px 10px 0px;
}
.button{
	padding:3px 15px 3px 15px;
	font-size:16px;
}
.star{
	color:red;
}
#registerForm input, #signupForm input {
	font-size:16px;
}
#registerForm th, #registerFormCheck th, #signupForm th, #signupForm th {
    padding:2px 5px;
    color:white;
    height:1.8em;
}
#registerFormCheck td, #signupFormCheck td {
	color:blue;
}
#registerForm td.tableTitle, #registerFormCheck td.tableTitle, #signupForm td.tableTitle, #signupForm td.tableTitle {
	color:black;
	width:125px;
    padding:2px 5px;
    text-align:right;
    font-weight:bold;
}
.help {
    font-size:0.8em;
    color:green;
    margin-left:3px;
}
.msg{
	text-align:center;
	border:2px solid #F66F6F;
	background:#FFEAEA;
}
.blue {
	color:blue;
}
.red {
	color:red;
}
.green {
	color:green;
}
.small {
	font-size:small;
}
table.colorTable {
    text-align:center;
    border:2px solid #F66F6F;
    border-collapse:collapse;
    margin-top:10px;
}
table.colorTable caption {
    margin-bottom:5px;
}
table.colorTable thead tr th,table.colorTable tbody tr th,table.colorTable tfoot tr td {
	color: #FFFFFF;
    border:1px solid #F66F6F;
    letter-spacing:1px;
	padding:3px 1px 3px 1px;
	background: url(../images/img01.gif) repeat-x left top;
}
table.colorTable tr td {
	border:1px solid #F66F6F;
	padding:3px 3px 3px 3px;
	color:#4f6b72;
}
p.p1 {
    text-indent:-2em;
    margin-left:2.6em;
}
p.p1_0 {
    margin-left:2.6em;
}
p.p2 {
    text-indent:-3em;
    margin-left:3.6em;
}

.bgBlue {
    background-color:#E6FFFF;
}
.bgGreen {
    background-color: #EEFFEE;
}
.bgYellow {
    background-color: #FFFFEE;
}
.bgPink {
    background-color: #FFEEFF;
}

.bold {
    font-weight: bold;
}

.hover {
    background-color: #FFFF00;
}

.dialog p, .dialog td {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	font-size: 12pt;
}

