/*<group=General Styles>*/
body {
	color: #7e7e7e;
	font: 0.75em/1.6em "lucida grande", verdana, tahoma, sans-serif;
	text-align: left;
	margin:  20px 20px;
/*	background: repeat-x left top url(images/header_bg.png); */
}
b, strong { }
a:link, a:visited { }
a:hover, a:active { }
img { }
.image-left {
	float: left;
	margin: 3px 3px 3px 0;
}
.image-right {
	float: right;
	margin: 3px 0 3px 3px;
}
/*</group>*/
/*<group=Layout>*/
#container {
	margin: 10px auto; /* Right And Left Margin Widths To Auto */
	text-align: justify; /* Hack To Keep IE5 Windows Happy */
	position: relative;
}
.clearer {
	clear: both;
}
#pageHeader {
	color: #7e7e7e;
	height: 50px;
	margin-bottom: 20px;
	padding-top: 70px;
	border-bottom: 1px solid #eaeaea;
}
#pageHeader img {
	position: absolute;
	top: 0;
	right: 0;
}
#pageHeader h1 {
	color: #7e7e7e;
	font-size: 3em;
	margin: 0 0 7px;
	letter-spacing: -1.5px;
}
#pageHeader h2 {
	font-weight: normal;
	margin: 0;
	letter-spacing: 1px;
	word-spacing: 2px;
}
 #contentContainer {
} 
#contentContainer #content {
	width: 700px;
}
/* Determines the width of the menu on the RHS of the screen */
#sidebarContainer {
	width: 120px;
	float: right;
	margin-bottom: 212px;
}
#sidebarContainer #sidebar {
}
#sidebarContainer .sideHeader {
	color: #7e7e7e;
	font-weight: bold;
}
#footer {
}
#footer p {
}
#footer a:link, #footer a:visited {
}
#footer a:hover, #footer a:active {
}
/*</group>*/
/*<group=Bread-crumb>*/
#breadcrumbcontainer {
	border-top: 1px solid #eaeaea;
	margin-top: 30px;
	padding-top: 10px; 
}
#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#breadcrumbcontainer li {
	display: inline;
}
#breadcrumbcontainer a {
}
#breadcrumbcontainer a:hover {
}
/*</group>*/
/*<group=Toolbar>*/
/* Toolbar Styles */
#navcontainer {
	margin-bottom: 25px;
	padding-bottom: 40px;
	/* border-bottom: 1px solid #eaeaea; */
}
#navcontainer #current {
	text-decoration: underline;
}
#navcontainer #current:hover {
}
#navcontainer .currentAncestor {
	background: no-repeat left center url(images/button_down.png);
} 
/* Parent - Level 0 */
#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
#navcontainer li {
}
 #navcontainer a {
/* background: no-repeat left center url(images/button_normal.png); */
	display: block;
	height: 20px;
	padding-left: 16px;
	text-decoration: none;
	color: #7e7e7e;
}
#navcontainer a:hover {
	color: #7e7e7e;
}
#navcontainer a:active {
}
/* Child - Level 1 */
#navcontainer ul ul {
}
#navcontainer ul ul li {
}
#navcontainer ul ul a {
	background: none;
	padding-left: 32px;
	background-position:16px 3px;
}
#navcontainer ul ul a:hover{
}
#navcontainer ul ul #current{
	background: no-repeat 16px 3px url(images/button_down.png);
}
#navcontainer ul ul .currentAncestor {
	background: no-repeat 16px 3px  url(images/button_down.png);
}
/* Child - Level 2 */
#navcontainer ul ul ul {
}
#navcontainer ul ul ul li { 
}
#navcontainer ul ul ul a{
	padding-left: 46px;
	background-image: none;
}
#navcontainer ul ul ul a:hover{
}
#navcontainer ul ul ul #current{
	background-image: none;
}
#navcontainer ul ul ul .currentAncestor {
	background-image: none;
}
blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #7e7e7e;
}
h1 {
}
h2 {
	color: #7e7e7e;
	font: 1.4em "lucida grande", verdana, tahoma, sans-serif;
	text-align: left;
    padding-top: 25px;
/*	padding-left: 30px; */
}
h3 {
	color: #7e7e7e;
	font: 1.5em "lucida grande", verdana, tahoma, sans-serif;
	font-weight: 200
}
h4 {
}
.imageStyle {
}
/*div#test {
    background-repeat: no-repeat;
    height: auto;
    width: auto;
} */
div#testtext {
	position: relative;
    height: auto;
    width: auto;
    left: 20px;
    top: 50px;
}
