/* Background */
body {
	background: #e5e5e5;
	margin: 10px;
	text-align: center;
	color: #373737;
	padding: 0px;
	font: 0.75em helvetica, arial, sans-serif;
	letter-spacing: 1px;
	line-height: 2.0em;
	padding: 0;
}
a:link, a:visited {
	color: #0074d8;
	text-decoration: none;
}
a:hover, a:active {
	color: #373737;
}

/* ------------- Header ------------ */
#pageHeader {
	background: #333333;
	height: 80px;
	margin-bottom: 7px;
	position: relative;
}

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



/* ----------- Main --------- */

#contentContainer {
	padding: 0px;
	margin: 0px 220px 0px 0px;
	position: relative;
	z-index: 10;
}

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

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}



/* ---------- RHS Menu ------------- */
#container {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #333333;
	width: 1000px;
}

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

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

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

/* Root Level */

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

#navcontainer li {
}

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

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

#navcontainer a:active {
}

/* 1st level */

#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;
}
/* 2 level */

#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;
}

/* --------- Footer ------------------*/
#footer {
	text-align: left;
	height: 25px;
	background: #333333;
}
#footer p {
	color: #ffffff;
	padding-top: 0px;
	padding-left: 20px;
}
#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: none;
}




