/**************************RESET CSS********************************/
/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
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;
}







/********************************BEGIN STYLING***********************************/

body {
	background-color: #108e45;
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
}

#header {
	padding: 0px;
	margin: 0px auto;
	background-image: url('../images/header.gif');
	width: 868px;
	height: 204px;
}

#main {
	padding: 0px 0px;
	margin: 0px auto;
	background-image: url('../images/content2.gif');
	background-repeat: repeat-y;
	width: 868px;
}






/************************COLLAPSABLE NAVIGATION MENU********************************/

#nav {
	margin: 0px 0px 0px 22px;
	padding: 0px 0px;
	width: 200px;

}

#nav ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	border-bottom: 1px solid #ffffff;
}

#nav ul.menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	margin: 0px 0px;
	display: block;
	border-top: 1px solid #ffffff;
	background-color: #081f63;
}

#nav ul.menu a:hover {
	color: #108e45;
}

#nav ul.submenu a {
	padding: 5px 8px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	border: none;
	display: block;
	background-color: #fff;
	color: #081f63;
}

#nav ul.submenu a:hover {
	color: #108e45;
}




/******************************CONTENT SPECIFIC STYLES********************************/


#content {
	padding: 20px 50px 20px 0px;
	margin: 0px 0px 0px 260px;
}

#content h1 {
	color: #081f63;
	font-size: 28px;
	font-variant: small-caps;
	margin: 0px 0px;
	padding: 0px 0px 10px 0px;
}

#content h2 {
	color: #081f63;
	font-size: 22px;
	margin: 8px 0px;
}

#content h3 {
	color: #081f63;
	font-size: 18px;
	margin: 0px 0px 8px 0px;
	padding: 20px 0px 0px 0px;
	border-bottom: 2px solid #081f63;
	font-style: italic;
}

#content h4 {
	color: #081f63;
	margin: 5px 0px 11px 0px;
}

#content p {
	margin: 0px 0px;
	padding: 0px 0px 14px 0px;
}

#content a {
	color: #108e45;
	text-decoration: none;
}

#content a:hover {
	color: #108e45;
	text-decoration: underline;
}

#content ul {
	list-style-type: square;
	padding: 0px 0px 10px 35px;
}

#content ol {
	padding: 0px 0px 10px 35px;
}

#footer {
	padding: 0px;
	margin: 0px auto;
	background-image: url('../images/footer.gif');
	width: 868px;
	height: 24px;
	clear: both;
}

.right {
	float: right;
	padding: 10px;
}

.left {
	float: left;
	padding: 10px;
}