
body {
	margin:  0px 0px 50px 0px;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-size: 13px;
	color: #000033;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000033;
}
 h3{

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color: #FF0000;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 2em;
	text-align:center;
}

.none
{   font-size: 13px;
    }

img { border: none; }

/* Header */

#header {
	width: 830px;
	height: 280px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
}

/* Logo */

#logo {
	height: 170px;
	background: url(images/img07c.gif) no-repeat left 65%;
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 50px;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float: right;
	padding: 68px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #372412;
}


/* Menu */

#menu {
	width: 830px;
	height: 70px;
	background: url(images/img03.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 166px;
	height: 73px;
	padding-top: 35px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
	color: #0000FF;
}

#menu a:hover {
	background: url(images/img09.jpg) no-repeat;
	color: #FF0000;
}

#menu .active a {
	background: url(images/img09.jpg) no-repeat;
	color: #372412;
}

/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 532px;
}

.post {
	padding: 0 0 20px 0;
}

.state {
	padding: 20px 20px 20px 20px;
}

.title {
	margin: 0;
	border-bottom: 2px solid #;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #FFFFFF;
	text-align: right;
	color: #646464; /* gray */
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding:  20px 0 2px 30px;
	background: url(images/img05.gif) no-repeat left bottom;
	border-bottom: 2px solid #4A3903;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: Red;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background: #000033;
	border-top: 3px solid #FF0000;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
	top: 2000px;
}

#footer a {
	color: #C28C21;
}

caption {
	text-align: left;
	width: 400px;
}

.babyblue
{   text-align:left; 
    margin: 20px 20px 20px 20px; 
    background-color:#F4FFFF;
    width:499;
    }
    
.highlightbox {
	background-color: #dbdbd9;/*themecolour1%90;*/
	padding: 4px 30px;
	border: 1px solid #333333;
	text-align:center;
}