@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, code, del, dfn, em,
img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
	border:0 none;
}

body {
	background-color:#FFFFFF;
	text-align:center;
	font-family:arial;
}

#siteContainer {
	width:875px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:875px;
	height:65px;
}

#logo {
	padding:10px 0;
	float:left;
}

#navbar {
	float:right;
	padding:10px 0;
	padding-top:35px;
}

.navLink a.navLinkSelected:link, .navLink a.navLinkSelected:visited{
	color:#929294;
	font-family: arial;
	font-size:12px;
	padding: 0 6px;
	text-decoration:none;
	border:1px solid #44af34;
	border-width:0 0 2px 0;
}

.navLink a.navLinkSelected:active, .navLink a.navLinkSelected:hover {
	border:1px solid #44af34;
	border-width:0 0 2px 0;
}

.navLink a:link, .navLink a:visited{
	color:#929294;
	font-family: arial;
	font-size:12px;
	padding: 0 6px;
	text-decoration:none;
}

.navLink a:active, .navLink a:hover {
	border:1px solid #44af34;
	border-width:0 0 2px 0;
}

#footer {
	width:875px;
	margin-top:10px;
	border:1px solid #e0e0e0;
	border-width:1px 0 0 0;
	text-align:left;
	font-family:arial;
	font-size:10px;
	padding:3px 0;
	color:#929294;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color:#929294;
	text-decoration:none;
}

