/* General Styles */

body {
	margin: 0px;
	padding: 0px 40px;
	background: #25416E;
	color: #333333;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: middle;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #666666;
	margin: 0 0 5px;
	padding: 0;
}

form {
	color: #333333;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0.1em;
}

input, textarea, select {
	color: #333333;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0.1em;
	background: #FFFFFF;
	border: 1px #00933F solid;
}

.label {
	color: #333333;
	font-family: Verdana, Arial;
	font-size: 7pt;
	font-weight: normal;
	letter-spacing: 0.1em;
}

blockquote {
	border-left: 5px solid #00933F;
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0.1em;
}

/* Link Styles */

a:link, a:visited {
	color: #118130;
	text-decoration: none;
}

a:hover, a:active {
	color: #118130;
	text-decoration: underline;
}

/* Page Layout */

#container {
	margin: 0px auto;
	padding: 0px;
	border: 1px solid;
	border-top: none;
	border-color: #DEDEDE;
	position: relative;
	top: 0px;
	width: 835px;
	background: url(../images/sidebar.png) repeat-y left top;
	background-color: #FFFFFF;
}

.clearer {
	clear: both;
}

#pageHeader {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
	width: 100%;
	height: 175px;
	background: url(../images/header.png) no-repeat center top;
	clear: both;
}

#pageHeader #border {
	height: 175px;
	background: url(../images/border.png) ;
}

#contentContainer #content {
	margin: 20px 30px 20px 217px;
}

#sidebarContainer {
	color: #666666;
	float: left;
	width: 187px;
}

#sidebarContainer #sidebar {
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 10px 0px;
	font-size: 8pt;
}

#sidebarContainer .sideHeader {
	color: #333333;
	margin: 0px 10px 10px 10px;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}

#sidebarContainer #logo {
	text-align: center;
	margin: 10px 0px;
	padding: 10px 0px;
	border-top: 1px solid;
	border-color: #DEDEDE;
}

#footer {
	color: #666666;
	font-size: 7pt;

}

#footer p {
	text-align: center;
}

/* Bread Crumb Container */

#breadcrumbcontainer {
	color: #118130;
	border-top: 1px solid;
	border-color: #DEDEDE;
	padding-top: 5px;
	clear: both;
	font-size: 10pt;
	text-align: center;
}

/* Navigation Styles */

#navcontainer {
	position: relative;
	top: 142px;
	margin-left: 187px;
	height: 33px;
	text-align: right;
	font-size: 8pt;
	letter-spacing: 0;
	width: 648px;
	min-width: 648px;
	z-index: 2;
}

#navcontainer .current {
	color: #118130;
	background: no-repeat url(../images/button2.png);
}

#navcontainer .current:hover {
	
}

#navcontainer .currentAncestor {
	background: no-repeat url(../images/button3.png);
}

#navcontainer a {
	width: 107px;
	height: 33px;
	display: block;
	background: no-repeat url(../images/button1.png);
	text-decoration: none;
	padding-top: 6px;
	text-align: center;
	color: #ffffff;
	z-index: 0;
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#navcontainer ul li {
	position: relative;
	left: 0px;
	display: inline;
	float: left;
	height: 33px;
	width: 107px;
}

#navcontainer ul li a:hover, #navcontainer ul li a:active {
	height: 33px;
	width: 107px;
	color: #118130;
	background: no-repeat url(../images/button2.png);
	text-decoration: none;
	border: none;
	position: relative;
	z-index: 10;
}

/* Side Navigation Styles */

#side-navcontainer {
	position: relative;
	top: -20px;
	margin-bottom: 0px;
	border-top: 1px solid;
	border-color: #DEDEDE;
	font-size: 8pt;
	letter-spacing: 0;
}

#side-navcontainer .current {
	background: #cccccc;
	color: #000000;
}

#side-navcontainer .currentAncestor {
	color: #000000;
}

#side-navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#side-navcontainer li {
	position: relative;
	display: inline;
	height: 0px;
}

#side-navcontainer a {
	display: none;
	padding-left: 10px;
	padding-top: 6px;
	height: 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid;
}

#side-navcontainer a:hover {
	background: #000000;
	color: #ffffff;
}