/* @group General Styles */

body {
	text-align: left;
	padding: 30;
	margin: 0 0 20px;
	font: 12;
	cursor: text;
	filter: Invert;
	font-family: "Lucida Grande";
	top: 30px;
}

p {
	text-align: justify;
}

b, strong {
	font-weight: normal;
	color: #000;
	font-size: 24px;
}

a:link, a:visited {
}

a:hover, a:active {
	text-decoration: none;
	background-color: #CCCCCC;
	
	
}

img {
	border: none;
	text-align: center;
}

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

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

/* @group Layout */
#container {
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0;
	overflow: hidden;
	top: 0px;
	visibility: visible;
	left: 0px;
	background-color: #000000;
	color: #FFF;
}

.clearer {
	clear: both;
}

#pageHeader {
	display: block;
	height: 30px;
	border-top: 1px none;
	position: relative;
	font: lighter normal 14px "Lucida Grande";
	text-align: left;
	word-spacing: 3px;
	margin: 10px 10px 1px 20px;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	width: 95%;
	color: #ffffff;
	

	a:hover 
	text-decoration: underline;
	color: #ffffff;
	text-transform: none;
	background-color:#000000;
}



#pageHeader #grad {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 66px;
	overflow: hidden;
	z-index: 0;
}

#pageHeader #bar {
	position: absolute;
	left: 0;
	top: 150px;
	display: block;
	width: 100%;
	height: 25px;
	overflow: hidden;
	border-top: 1px solid;
}

#pageHeader #bar img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 23px;
}

#pageHeader img {
	position: absolute;
	right: 11px;
	top: 100;
	left: 600;
}

#pageHeader h1 {
	font-size:12px;
	margin: 30px 0 10px 20px;
	letter-spacing: -1px;
	position: relative;
	z-index: 1;
}

#pageHeader h2 {
	font-weight: normal;
	font-size: 1em;
	margin: 0 0 5px 20px;
	position: relative;
	z-index: 1;
	background-color: #FFFFFF;
	height: 30px;
	width: 600;
}

#contentContainer {
	margin-bottom: 1px;
	padding-top: 20px;
	padding-left: 40px;
}

#contentContainer #content {
	padding:1px 1px 1px;
	margin-left: 10px;
	top: 30px;
}

#sidebarContainer {
	width: 235px;
	margin-bottom: 20px;
	height: 3px;
}

#sidebarContainer #sidebar {
	margin-top: 60px;
	padding: 20px;
}

#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4 {
	font-weight: bold;
	border-bottom: 1px dashed;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

#sidebarContainer .sideHeader,
#sidebarContainer h1 {
	font-size: 1.4em;
}

#sidebarContainer h2 {
	font-size: 1.3em;
}

#sidebarContainer h3 {
	font-size: 1.2em;
}

#sidebarContainer h4 {
	font-size: 1.1em;
}

#footer {
	padding: 15px 0;
}

#footer p {
	margin: 0;
	padding: 0 30px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0 30px;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	display: block;
	padding: 0;
	position: relative;
	line-height: normal;
}

#navcontainer #top_grad {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	overflow: hidden;
}

#navcontainer #current {
}

#navcontainer #current img {
	position: absolute;
	left: 49px;
	bottom: 0;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	width: 100%;
	height: 30px;
	border-bottom: 2px solid;
}

#navcontainer li {
	display: inline;
}

#navcontainer a {
	text-decoration: none;
	display: block;
	float: left;
	height: 23px;
	color: #fff;
	padding: 7px 20px 0;
	text-align: center;
	font-weight: bold;
	position: relative;
	z-index: 10;
}

#navcontainer a:hover {
}

#navcontainer a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 32px;
	z-index: 5;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	font-size: 0.95em;
	height: 27px;
	border-top: 1px solid;
	border-bottom: none;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	font-weight: normal;
	height: 20px;
	padding-top: 7px;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul #current{
}

/* Child Level 3 */

#navcontainer ul ul ul {
	background: transparent;
	top: 27px;
	border-top: 1px solid;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	height: 21px;
	padding-top: 7px;
}

#navcontainer ul ul ul ul a:hover{

}


#navcontainer ul ul ul ul {
	display: none;
}
/* @end */

/* @group Global Classes */

blockquote, .standout {
	margin: 0;
	text-align: left;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.5;
}

h1 {
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-size: 16px;
}

h2 {
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-size: 2em;
}

h3 {
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-size: 1.8em;
}

h4 {
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-size: 1.6em;
	text-align: left;
}

	
/* @end */

