html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Helvetica;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main Styles */

html {
background-color: #ffffff;
}

#container {
width: 950px;
height: 900px;
margin: 1em auto;
}

#header {
background-color: #000000;
width: 950px;
height: 100px;
}

#header h1 {
font-family: Arial;
font-size: 25px;
color: #f6ff00;
text-align: center;
padding: 5px;
font-weight: 100;
}

#header h2 {
font-family: Arial;
font-size: 16px;
color: #ffffff;
padding: 5px;
text-align: center;
font-weight: 100;
}

#navbar {
background-color: #318310;
width: 950px;
height: 20px;
}

#navbar ul {
text-align: center;
position: relative;
}

#navbar li {
display: inline;
padding-left: 45px;
}

#navbar li a {
font-family: Arial;
font-size: 14px;
color: #ffffff;
text-decoration: underline;
}

#navbar li a:hover {
font-family: Arial;
font-size: 14px;
color: #ffffff;
text-decoration: none;
}
	
#content {
background-color: #cccccc;
width: 950px;
height: 870px;
}

#leftcontent {
float: left;
width: 435px;
margin-top: 20px;
margin-left: 25px;
}

#leftcontent h3 {
font-family: Arial;
font-size: 16px;
line-height: 34px;
}

#leftcontent p {
font-family: Arial;
font-size: 12px;
line-height: 16px;
padding-bottom: 16px;
}

#leftcontent li {
font-family: Arial;
font-size: 12px;
line-height: 20px;
text-align: justify;
padding-bottom: 14px;
}

#rightcontent {
float: right;
width: 435px;
margin-top: 25px;
margin-right: 25px;
}

#rightcontent h3 {
font-family: Arial;
font-size: 16px;
line-height: 34px;
}

#rightcontent p {
font-family: Arial;
font-size: 12px;
line-height: 16px;
padding-bottom: 16px;
}

#rightcontent li {
font-family: Arial;
font-size: 12px;
line-height: 20px;
text-align: justify;
padding-bottom: 14px;
}

#maincontent {
width: 550px;
margin-left: 225px;
}

#maincontent h3 {
font-family: Arial;
font-size: 16px;
line-height: 34px;
padding-top: 24px;
}

#maincontent p {
font-family: Arial;
font-size: 12px;
line-height: 16px;
padding-bottom: 16px;
}

#footer {
background-color: #000000;
margin-bottom: 1em;
height: 40px;
}

#footer ul {
text-align: center;
position: relative;
}

#footer li {
display: inline;
padding-left: 20px;
}

#footer li a {
font-family: Arial;
font-size: 12px;
color: #ffffff;
text-decoration: underline;
}

#footer li a:hover {
font-family: Arial;
font-size: 12px;
color: #ffffff;
text-decoration: none;
}

#footer p {
font-family: Arial;
font-size: 10px;
color: #f6ff00;
text-align: center;
padding-top: 10px;
padding-bottom: 5px;
}