* {padding: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

body {
	background-image: url(images/body_tile.jpg);
	background-repeat: repeat-y;
	font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 954px;
	font-size: 1.2em;
}

#left {
	background-image: url(images/left_bg.jpg);
	float: left;
	height: 434px;
	width: 274px;
	padding-top: 251px;
}

#right {
	background-image: url(images/right_bg.jpg);
	float: left;
	width: 590px;
	padding-top:92px;
	padding-right: 90px;
	background-repeat: no-repeat;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 90px;
	width: 700px;
	padding-left: 220px;
	padding-top: 90px;
	clear: both;
	font-size: 10px;
	color: #777766; 
}

#navcontainer { width: 150px; }

#navcontainer ul
{
margin: 0px 0px 0px 40px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
color: #AAAA66;
}

#navcontainer a:link, #navlist a:visited
{
	color: #74752b;
	text-decoration: none;
	/*background-image: url('images/bullet.gif');*/
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 7px;
	font-weight: bolder;
    height: 15px;
}

#navcontainer a:hover
{
	color: #75492b;
	/*background-image: url(images/bullet_hover.gif);*/
	background-repeat: no-repeat;
}

p {
   	font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;}

h1 {
	text-align: center;
    font-family: Times New Roman, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 2.5em;
}

h2 {
	text-align: center;
    font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #333333;
	font-size: 1.2em;
	padding-bottom: 10px;
}

h3 {
	text-align: left;
    font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #98A549;
	font-size: 1.5em;
}

h4 {
	text-align: left;
    font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #808D33;
	font-size: 1.5em;
	margin-left: 107px;
	margin-bottom: 30px;
}

h5 
{
    
	line-height:normal;
	font-size:10pt;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

blockquote {
	font-style: italic;
	border: 1px dotted #98A549;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #74752B;
	
}


a:link {color: #7C8832}
a:visited {color: #74752B}
a:hover {color: #993300}
a:active {color: #993300}
