/* @group General Styles */

body {
	text-align: center;
	background: #ebebeb;
	color: #111111;
	margin: 30px;
	font: 0.9em/1.6em Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	line-height: 130%;
}

p {
	line-height: 130%;
	margin-top: 24px;
}

em {	
	font-style:italic;
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	color:#004080;
	text-decoration: underline;
}

a:hover, a:active {
	color: #001E4D;
	text-decoration: none;
}

img {

}

.image-left {
	float: left;
	margin: 0 6px 0 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
}
	
/* @end */

/* @group Layout */

#container {
	border: 1px solid #b0b0b0;
	padding: 0 8px;
	width: 800px;
	margin: 0 auto 8px;
	text-align: left;
}

.clearer {
	clear: both;
}




#pageHeader {
	width: 800px;
	height: 140px;
	border-bottom: 8px solid #fff;
	border-top: 8px solid #fff;
	position: relative;
}

#pageHeader img {
	position: absolute;
	left: 0;
	top: 0;
}

#pageHeader h1 {
	color: #fff;
	text-shadow: #000 2px 2px 2px;
	font-weight: bold;
	font-style: normal;
	margin: 8px 10px 3px 10px;
	line-height: 120%;
	font-size: 20px;
}

#pageHeader h2 {
	color: #fff;
	text-shadow: #000 2px 2px 2px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	position: absolute;
	bottom: 10px;
	font-size: 20px;
}

#pageHeader h4 {
	color: #fff;
	text-shadow: #000 2px 2px 2px;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	text-align: right;
	font-size: 20px;
}

#contentContainer {
	width: 780px;
	float: left;
	border: 1px solid #b0b0b0;
	margin: 0px 0px 8px 0px;
}

#contentContainer #content {
	padding: 10px 10px 0px 10px;
}

#sidebarContainer {
	width: 176px;
	float: left;
}

#sidebarContainer #sidebar {
	padding: 10px;
}

#sidebarContainer .sideHeader {
	color: #111111;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
}

#footer {
	margin: 0px auto;
	color: #111111;
	width: 816px;
	border: 1px solid #b0b0b0;
	background: #ffffff;
}

#footer p {font-size: 0.8em;
		margin-top: 8px;
		margin-bottom: 8px;	
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #111111;
	text-decoration: none;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
}

#breadcrumbcontainer ul {
}

#breadcrumbcontainer li {
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	width: 650px;
	height: 31px;
	position: absolute;
	right: 2px;
	bottom: 2px;
}

#navcontainer #current {
	background: url(images/nav_bg_ie_over.gif) no-repeat center 26px;
}

html>body #navcontainer #current {
	background: url(images/nav_bg_over.png) no-repeat top center;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	background: url(images/nav_bg_ie_over.gif) no-repeat top center;
}

html > body #navcontainer .currentAncestor {
	background: url(images/nav_bg_over.png) no-repeat top center;
}

/* Parent - Level 0 */

#navcontainer ul{
	margin: 0;
	padding: 0 0 0 8px;
	list-style-type: none;
	position: absolute;
	top: 0;
	right: 0;
}

html > body #navcontainer ul {
	background: url(images/nav_bg_left.png) left top no-repeat;
}

#navcontainer li {
	display: inline;
	float: left;
	position: relative;
}

#navcontainer a {
	text-align: right;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	padding: 6px 10px 9px 20px;
	display: block;
	height: 31px;
	text-shadow: #000 3px 3px 3px;
}

html > body #navcontainer a {
	background: url(images/nav_bg.png) repeat-x left top;
}

#navcontainer a:hover {
	background: url(images/nav_bg_ie_over.gif) no-repeat center 26px;
}

html>body #navcontainer a:hover {
	background: url(images/nav_bg_over.png) no-repeat top center;
}

#navcontainer a:active {
}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 27px; }
/* End */

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 1px;
	top: 30px;
	display: none;
	z-index: 100;
	margin: 0;
	padding: 0;
	width: 70px;
	background: none;
}

#navcontainer ul ul li {
	display: block;
	float: none;
	position: relative;
}

#navcontainer ul ul a {
	background: #101729;
	padding: 6px 0px 9px 0px;
	height: auto;
}

#navcontainer ul ul a:hover {
	background-image: none;
	background-color: #172639;
}

#navcontainer ul ul #current{
	background-image: none;
	background-color: #172639;
}
/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 100px;
	top: 0;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	padding: 5px;
	margin: 0px;
	color: #4c4c4c;
	text-align: left;
	background: #fffdf0;
}

h1 {
	color: green;
	font-size: 0.7em;
	margin-botom: 0;
}

h2 {
	margin-bottom: 28px;
	color: green;
	font-size: 1.1em;
	text-shadow: #000 1px 1px 1px;
	font-weight: bold;
}

h3 {
	margin: 5 px;
	color: green;
	font-size: 1.3em;
	text-shadow: #000 1px 1px 1px;
	font-weight: bold;
	text-align: center;
}



.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	
}
	
/* @end */

