﻿/*
Based on a Design by Free CSS Templates
Only the original design is licensed under the Creative Commons Attribution 2.5 License, not the following Code.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	}

h1, h2, h3 {
	color: #10963F;
}

h1 {
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

img {
	border: 1px solid #3B3B3B;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Post */

.post {
	clear: both;
	padding: 20px;
}

.post .title {
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#header {
	width: 911px;
	height: 87px;
	margin: 0 auto;
}
#header a {
	color: green;
}


#header h1, #header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 38px 0 0 0;
	letter-spacing: -3px;
	font-size: 48px;
	color: black;
}

#header h2 {
	float: left;
	padding: 64px 0 0 10px;
}

#header a {
	text-decoration: none;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: url('../images/bg.gif') repeat-y;
	border-top: 20px solid green;
}

#content {
	float: right;
	width: 697px;
	padding-right: 1px;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}

/* Menu */
#menu .sub {
	padding-left:20px;
	}


#menu {
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
}

#menu a:hover {
	background: #4F789F;
	color: #FFFFFF;
}

#menu .active a {
	background: #BABABA;
	color: #000000;
}

/* Footer */

#footer {
	width: 870px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 15px;
 	background: green; 
	font-size: .77em;
	color: #FFFFFF;
}

/* Forms */

fieldset {
border:none;	
}

.search{
margin-top:64px;
margin-left:75px;
}

.info {
border : 1px solid #a0522d;
padding : 0.4em;
background-color : #ff6347;
color : #b0e0e6;
font-weight : bold;
text-align : center;
}
.t-h {
	background-color:#555555;
	color: white;
}
.t-w {
	background-color:white;
}
.t-g {
	background-color:#dddddd;
}