/* CSS Document */

/* Basic Elements */
html, body {
	margin: 0px auto;
	background-color:#016a39;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	}
table, td, ul, li, p {
	font-size:12px;
	}

p {
	padding: 5px;
	margin: 0;
	}
	
#content p {
	font-size:13px;
}
	
img {
	border: 0;
	}

#container {
	width: 980px;
	margin: 0px auto;	
	background-color:#FFFFFF;
	}

#header {
	width: 980px;
	/* height: 120px; */
	}

#menubar {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 0px 0;
	color: #fff;
	background: url("images/menu-background.gif");
	}

div#topnav {
height: 25px; width: 830px;
/* background-color:#CCCCCC; */
background: url("images/menu-background.gif");
margin-left:0px;
	 
	padding: 0 0px 0 150px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#wrapper {
	float: left;
	width: 980px;
	background:#ffffff;
	margin: 0px;
	}

#content {
	margin: 20px 170px 0px 185px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#disclaimer {
	margin: 0px;
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
	font-size:10px;
	}

#left {
	float: left;
	width: 175px;
	margin-left: 0px;
	}

#right {
	float: right;
	width: 160px;

	background: #eeeeee;
	}

#footer {
	width: 980px;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	background: url("images/black_funk2.jpg");
	}

a, a:visited, a:link {
	color: #126b38;
	text-decoration:none;
	font-weight:bold;
	}
a:hover { color:#000000; text-decoration:underline; font-weight:bold;}

a.whitelink, a.whitelink:visited, a.whitelink:link {display: block;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
a.whitelink:hover { background-color: black; color:#FFFFFF; text-decoration:none; font-weight:bold;}



/* Sidebar */
#sidebar {
	margin: 0;
	background: url("images/black_funk2.jpg");
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar li {
	border-top: 0px dotted #cecece;
	}

#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: black;
	border-right: 0px solid #cecece;
	text-decoration: none;
	padding: 0px 0 0px 15px;
	}

#sidebar li a:hover {
	color: white;
	border-right: 0px solid orange;
	}
	
a.whiteheaderlink {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: white;
	border-right: 0px solid #cecece;
	text-decoration: none;
	padding: 0px 0 0px 5px;
	}

a.whiteheaderlink:hover {
	color: black;
	border-right: 0px solid orange;
	}

.sidebarheading_white {color:#FFFFFF; font-weight:bold; margin-left:5px;}


/* Additional styles */



.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}


.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

