/*<group=General Styles>*/

body {
	font: 11px   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background: #E6E6E6;
	margin: 30px 5px 50px 5px;
	text-align: center;
	color: #333333;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link {
	color: #9F4040;
	text-decoration: none;
}

a:visited {
	color: #9F7777;
	text-decoration: none;
}

a:hover, a:active {
	color: #4C5F31;
}

img {
	 border:2px solid #9F7777;
}



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

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/

#container {
	background: #ffffff repeat-y right url(images/sidebar.jpg); /* This Is The BG Color Of The Main Div */
	width: 800px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #3e3e3e;
	padding-bottom: 30px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333333;
}

#pageHeader {
	width: 800px;
	text-align: left;
	list-style: none;
	height: 160px;
	background: url(images/header.jpg) no-repeat;
}

#pageHeader img {
	display: inline;
	float: right;
	margin-top: 30px;
	margin-right: 40px;
}

#pageHeader h1 {
	color: #ffffff;
	margin: 0px;
	font-weight: bold;
	font-size: 26px;
	padding: 30px 20px 0px 40px;
}

#pageHeader h2 {
	color: #ffffff;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 40px;
}

#contentContainer {
	width: 590px;
	float: left;
	text-align: left;
	padding-top: 30px;
}

#contentContainer #content {
	line-height: 2.0em;
	padding-right: 20px;
	padding-left: 50px;
	width: 520px;
}

#sidebarContainer {
	width: 190px;
	float: right;
	text-align: left;
	padding-top: 30px;
}

#sidebarContainer .sidebar {
	padding: 50px;
	line-height: 2.0em;
}

#footer {
	width: 800px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	height: 30px;
	height: 60px;
	background: url(images/footer.jpg) no-repeat;
	color: #ffffff;
}

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

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

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


/*<group=Toolbar>*/

/* Toolbar Styles */


#navcontainer {
	line-height: 2.0em;
	padding-top: 0px;
	background: transparent;
}

#navcontainer #current {
	color: #9F7777;
	font-weight: bold;
	font-size: 13px
	
}

/* Parent - Level 0 */

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

#navcontainer li { 
}

#navcontainer a {
	display: block;
	color: #4C5F31;
	text-decoration: none;
	height: 20px;
	font-size: 13px
}

#navcontainer a:hover {
	color: #79974F;
	font-size: 13px
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}

#navcontainer ul ul li { 
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	height: 20px;
}

#navcontainer ul ul a:hover {
	background: transparent;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	padding: 0px;
	color: #808080;
	margin-left: 15px;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
	height: 20px;
}

#navcontainer ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	padding: 0px;
	color: #999999;
	margin-left: 20px;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
}

#navcontainer ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #b3b3b3;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
}

#navcontainer ul ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #cccccc;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
}

#navcontainer ul ul ul ul ul ul a:hover {
	background: transparent;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout {
	background: #066aca;
	padding: 10px;
	color: #ffffff;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

h1 {
	color: #4C5F31;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 {
	color: #4C5F31;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
}

h3 {
	color: #4C5F31;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #4C5F31;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #4C5F31;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

.imageStyle {
	border:none
}
	
/*</group>*/





