@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #4a250e;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #072c13;
	padding: 0px;
	margin: 0px;
}
#container {
width:931px;
background-image:url(../images/pagebg.png);
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
}

#header {
width:931px;
height:202px;
background-image:url(../images/header.jpg);
}
#menubar {
width:931px;
height:34px;
background-image:url(../images/nav_bg.jpg);
}

#content {
width:807px;
min-height:584px;
background-image:url(../images/content_bg.jpg);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
padding:30px  40px;
}
#footer {
width:931px;
height:53px;
background-image:url(../images/footer.jpg);

}
/******************* PARAGRAPH TAG *******************/
/* no padding and margin prevents problems while styling */
/* Use <br> to create extra page break after paragraphs */
p {
	padding: 0px;
	margin: 0px;
}
/******************* HEADINGS *******************/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #3a4616;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4a250e;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 10px;
	margin: 0px;
}
/******************* Fixes Browser Bugs *******************/
.clearFix {
	clear: both;
}
/******************* BODY LINKS *******************/
a:link, a:visited {
	color: #0000FF;
	padding: 0px;
	margin: 0px;
}
a:hover {
	color: #FF0000;
	padding: 0px;
	margin: 0px;
}

/******************* COPYRIGHT *******************/
#copyright 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
#copyright a:link, a:visited {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px; 
	text-decoration:none;
}
#copyright a:hover {
	color: #FFCC00;
	padding: 0px;
	margin: 0px;
	text-decoration:none;
}
/******************* menu stuff *******************/
#nav {
width:850px;
height:20px;
margin-left:auto;
margin-right:auto;
}
#nav ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;	
}
#nav li
{
	list-style: none;
	display: inline;
	padding-left: 50px;
	font-size:18px;
	text-decoration:none;
}
#nav ul li a:link, a:visited {
	text-decoration:none;
	color:#003300;
}
#nav ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
/*******************  dropcap banner *******************/

.title {
color : #003300;
font-size:20px;
margin-bottom:10px;
}

h1.title:first-letter {
font-size : 300%;
font-weight : bold;
float : left;
width : 1em;
color : #003300;
}
