html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, input {
	margin: 0; 
	padding: 0;
	border: 0;
}


body {
	background: #6D9F0A url("../images/body_bg.jpg") repeat-x; 
	font: 100.01% Arial, Helvetica, sans-serif; 
}


#skip {
	position: absolute; 
	left: -3000px; 
}


#wrapper {
	width: 760px; 
}


#header {
	background:   url("../images/header_bg.jpg") no-repeat; 
	height: 136px;
	width: 480px;
	margin-left: 280px; 
}

#header img {
	margin-top: 1px;
}

#header p {
text-align: center;
}


#innerwrapper {
	float: left;
	width: 760px;
	padding: 1px 0 1px 0;
	background:   url("../images/content_bg.jpg") 280px 0 repeat-y;
}


#content {
	float: right;
	width: 445px; 
	margin: 0 15px 0 35px; 
	display: inline;
}

#content h1 {
	padding: 10px 20px 5px 5mm;
	font: 120% Georgia, "Times New Roman", 	Times, serif;
	color: #0000cc;
}

#content h2 {
	padding: 10px 20px 0 0;
	font: bold 90% Times, "Times New Roman", serif;
	color: #000000;
}

#content p {
	margin: 1em 0em 1em 0em;
	font-size: 80%;
	line-height: 120%;
	font-family: Verdana, Helvetica, Arial, 	sans-serif;
	font-weight: normal;
}

#content ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 5px 0 5px 5px;
	color: #000;
	font-weight: normal;
	background-color: #fff;
}

#content ul li {
	line-height: 120%;
	font-size: 80%;
}

#content ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 5px 0 5px 5px;
	color: #000;
	font-weight: normal;
	background-color: #fff;
}

#content ul li {
	line-height: 120%;
	font-size: 80%;
}

#content form {
margin: 20px auto;
padding: 10px;
border: 1px #407e06 solid;
background: #fff;
font-size: .8em;
width: 400px;
}

#content input {
background: #e7e2e5;
border: 1px solid #96808c;
padding: 2px;
margin-left: 5px;
}

#content table {
margin: 1.5em 0em 1.5em 0em;
border: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 85%}

#content label {
font-weight: normal;
color: #000;
font-size: 1.5 em;
text-align: left;}

#content th, #content td {
padding: 0px 1px 1px 0px;
text-align: left;
border: none;}

#content th {
background: #fff;
color: #000;
text-align: left;
font-weight: bold;
}

#content a {
text-decoration: none;
font-family: Verdana, Helvetica, Arial, 	sans-serif;
font-size: 80%;
color: #006600;
font-weight: 600;}

#sidebar {
	float: right;
	width: 250px;
	margin-top: 200px;
}

#sidebar p {
	font-size: 80%; 
	color: #fff;
	margin: 1em 0 .6em 0;
}


#nav {
	left: 30px;
	top: 130px; 
  position: absolute;
	width: 240px;
	height: 185px;
}

#nav a { 
    display: block; 
    width: 100%; 
    padding: 5px 0 5px 0; 
} 

#nav a:link, #nav a:visited { 
    color: #fff;
    text-decoration: none; 
    font-family: Georgia, "Times New Roman", Times, serif;
} 

#nav a:hover, #nav a:active, #nav a:focus { 
    color: #999999; 
} 


#nav li { 
    padding-left: 20px; 
    font-size: 90%; 
    list-style: none; 
    background:   url("../images/nav_bg.jpg") 0 7px no-repeat; 
} 


#footer {
	background:   url("../images/footer_bg.jpg") no-repeat;
	width: 480px; 
	margin-left: 280px; 
	margin-bottom: 10px; 
	height: 63px; 
	clear: both; 
}

#footer p {
	font-size: 75%; 
	color: #fff; 
	padding-top: 25px;
	padding-bottom: 5px; 
	text-align: center; 
}

#footer a {
	color: #fff;
}


.lftimg {
	float: left;
	margin-right: 10px;
}

.rghtimg {
	float: right; 
	margin-left: 10px; 
}