/* @group General Styles */

body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background : #FFFFFF 0px 0px;
	padding-top : 0;
	padding-right : 0;
	border-top-width : 0;
	border-right-width : 0;
	border-bottom-width : 0;
	border-left-width : 0;
	margin : 0;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #B9C2E0;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #E1E4EF;
	scrollbar-highlight-color: #B9C2E0;
	scrollbar-shadow-color: #B9C2E0;
	scrollbar-track-color: #EBEDF4;
	color: #000;
	background: repeat-y url(images/content_bg.png);

}

p {
}

b, strong {

}

a:link, a:visited {
	/* color: #8c8300; */
}

a:hover, a:active {
	/* color: #b6aa00; */
	font-weight: bold;
}

img {
border: 0px;

}

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

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

/* @group Layout */

#container {
	
	width: 766px;
}

.clearer {
	clear: both;
}

#pageHeader {
	width: 780px;
	height: 120px;
	margin-left: 9px;
	margin-top: 10px;
	background: no-repeat url(images/header_bg.png);
	position: relative;
	left: 18px;
}

#pageHeader h1 {
	color: #ffffff;
	margin: 0;
	position: absolute;
	top: 67px;
	left: 165px;
	font: normal 2.5em Georgia, Times New Roman, Times, serif;
	text-shadow: 2px 2px 2px #000;
}

#pageHeader h2 {
	margin: 0;
	position: absolute;
	top: 107px;
	left: 165px;
	color: #ffffff;
	font: normal 1.3em Georgia, Times New Roman, Times, serif;
	text-shadow: 2px 2px 2px #000;
}

#contentContainer {
	width: 619px;
	height: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	line-height: 20px;
	margin-right: 0px;
	text-align: justify;
}

#contentContainer #content {
	padding-right: 30px;
	padding-left: 30px;
}

.logo img {
	margin-bottom: 10px;
}

#sidebarContainer {
	width: 145px;
	height: auto;
    margin-left: 20px;
	margin-bottom: 0px;
}

#sidebarContainer #sidebar {
	padding: 0 20px;
	font-size: 0.9em;
}

#sidebarContainer .sideHeader {
	font: bold 1.2em Georgia, Times New Roman, Times, serif;
	margin-bottom: 5px;
	text-decoration: underline;
}

#footer {
	
	width: 776px;
	height: 70px;
	margin-left:17px;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
	position: relative;
	left: 10px;
}

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

}

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

}

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

/* @group Bread-crumb */

#breadcrumbcontainer {
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 10px;
	background: repeat-x url(images/divider.png);
	font-size: 0.9em;
}

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

}

#breadcrumbcontainer li {
	display: inline;

}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 0.9em;
}

#navcontainer #current {
	/* background: no-repeat center bottom url(images/button_current.png);*/
	color: #000;
	background-color: #C4BAD8;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	/* background: no-repeat center bottom url(images/button_current.png);*/
	color: #000;
}

/* Parent - Level 0 */

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

#navcontainer li {
	font-size: 12px;
	list-style-type:none;
}

#navcontainer a {
    list-style: none;
	width: 145px;
	 height: 18px;
	display: list-item;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left:1px;
	text-indent: 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color: #C4BAD8;
}

#navcontainer a:hover {
	/* background: no-repeat center bottom url(images/button_over.png);*/
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	width: 145px;
	margin-top: 0px;
	margin-left: 1px;
	text-indent: 15px;
	background-color: #ECF5E4;
}

#navcontainer ul ul li {
list-style: none;
}

#navcontainer ul ul a {
    list-style: none;
	background: none;
	height: 25px;
	padding-bottom: 6px;
	margin-left: 0px;
}

#navcontainer ul ul a:hover{
	background: none;
	color: #300c00;
}

#navcontainer ul ul #current{
	background: none;
}

#navcontainer ul ul .currentAncestor {
	color: #300c00;
	background: none;
}


/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	border-top: 1px solid #cfc5b9;
	border-bottom: 1px solid #cfc4b8;
	margin: 10px 0;
	padding: 0 10px;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
	margin:  20px;
	padding: 0;
	list-style: none;	
}


#contentContainer #content li {
	background: no-repeat left 6px  url(images/list_item.png);
	padding-left: 20px;
	padding-bottom: 8px;
}

#contentContainer #content ul ul {
	margin: 8px 0 0;
}

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

#sidebarContainer #sidebar li {
} 

/* Table Styles */
table {
	font-size: 1em;
}
	
/* @end */

#sidebarcontainer ul ul IMG      { vertical-align: middle;
		width: 45px; 
		height: 24px;
		border: 1px solid #000;
}

#sidebarcontainer ul IMG      { vertical-align: middle;
		width: 6px; 
		height: 6px;
		border: 0px;
}

