/*<group=General Styles>*/

body {
	background: #e5e5e5;
	margin: 20px;
	text-align: center;
	color: #373737;
	padding: 0px;
	font: 0.75em/1.5em helvetica, arial, sans-serif;
	letter-spacing: 1px;
	padding: 0;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #0074d8;
	text-decoration: none;
}

a:hover, a:active {
	color: #373737;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}
	
/*</group>*/

/*<group=Layout>*/

#container {
	margin: 0px auto;
	text-align: left;
	color: #333333;

}

.clearer {
	clear: both;
}

#pageHeader {
	background: #000000;
	height: 85px;
	margin-bottom: 15px;
	position: relative;
}

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

#pageHeader h1 {
	color: #ffffff;
	margin: 0px;
	padding: 30px 20px 0px 20px;
	letter-spacing: 2px;
	font-size: 2.2em;
}

#pageHeader h2 {
	color: #cccccc;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0px;
	padding-left: 20px;
	font-size: 1.5em;
}

#contentContainer {
	background: #ffffff;
	padding: 0px;
	margin: 0px 15px 15px 0px;
	position: relative;
	z-index: 10;
	left: -60px;
	width: 540px;
	top: -186px;
}

#contentContainer #content {
	padding: 20px;
	border: 1px solid #ccc;
}

#sidebarContainer {
	float: right;
	width: 140px;	
	border: 1px solid #cccccc;
	background: #ffffff;
	margin: 0 0 15px;
	padding: 0;
	position: relative;
}

#sidebarContainer #sidebar {
	padding: 0px 10px 10px;
	line-height: 1.6em;
}

#sidebarContainer .sideHeader {
	padding: 10px 10px 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #0074d8;
}

#footer {
	text-align: left;
	height: 30px;
	background: #000000;
	vertical-align: middle;
	top: -187px;
	position: relative;
}

#footer p {
	color: #ffffff;
	padding-top: 15px;
	padding-left: 20px;
}

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

#footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: none;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: left;
	border: 1px solid #bdbdbd;
	margin-bottom: 15px;
	padding: 10px 0px 10px 0px;
	background: #f1f1f1;
	position: relative;
	top: -187px;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	padding: 0px 0px 0px 20px;
}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	background: #ffffff;
	line-height: 2.0em;
	position: relative;
	top: 0;
	width: 100%;
	display: block;
}

#navcontainer #current {
	color: #333333;
	font-weight: bold;
	background: #f1f1f1;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	color: #333333;
	font-weight: bold;
	background: #f1f1f1;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
}

#navcontainer a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	border-bottom: 1px solid #cccccc;
	height: 25px;
}

#navcontainer a:hover {
	background: #f1f1f1;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
	background: #ffffff;
}

#navcontainer ul ul a {
	color: #c3c3c3;
	padding: 0px 0px 0px 30px;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
	font-weight: bold;
	background: #f9f9f9;
}

#navcontainer ul ul .currentAncestor {
	font-weight: bold;
	background: #f9f9f9;
}
/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding: 0px 0px 0px 50px;
	color: #808080;
}

#navcontainer ul ul ul a:hover{

}

#navcontainer ul ul ul #current{
	font-weight: bold;
	background: #fdfdfd;
}

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


/* Child Level 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	color: #999999;
	padding: 0px 0px 0px 70px;
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	color: #b3b3b3;
	padding: 0px 0px 0px 90px;
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
	color: #cccccc;
	padding: 0px 0px 0px 110px;
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/*</group>*/

/*<group=Global Classes>*/

blockquote, .standout {
	font-style: italic;
	color: #666666;
}

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

#contentContainer #content li {
}

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

#sidebarContainer #sidebar li {
}





