body {
	margin:0;
	padding:0;
	font:0.9em Arial, Helvetica, sans-serif;
	text-align:center;
}

.clear {
	clear:both;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:840px;
	margin-top:20px;
}

/* ================================================ LOGO */

#logo {

}

/* ================================================ TOP TEXT */

#top-text {
	border-bottom:15px solid white;
}

#top-left {
	float:left;
	width:580px;
}

#top-left h3 {
	font-size:1em;
	color:#666666;
	padding:0;
	margin:8px 0 0 0;
}

#top-right {
	float:right;
	width:200px;
	margin-top:8px;
}

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

#top-right li {
	display:inline;
	margin-left:10px;
	background-image:url(pix/cube_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
}

#top-right a, #top-right a:visited {
	color:#1A7C5A;
	font-weight:bold;
	text-decoration:none;
}

#top-right a:hover {
	border-bottom:3px solid #1A7C5A;
}

/* ================================================ PAGE CONTAINER */

#page-container {
	background-image:url(pix/page_container_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:200px;
	border-top:5px solid #1A7C5A;
}

/* ================================================ LEFT CONTENT */

#left-content {
	width:190px;
	float:left;
	background-color:#f5f5f5;
}

/* top level */

#left-content ul {
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid white;
}

#left-content ul li {
	border-top:1px solid #fff;
}

#left-content ul li a, #left-content ul li a:visited {
	color:#072a60;
	text-decoration:none;	
	font-size:0.8em;
	display:block;
	padding:8px;
	background-color:#f5f5f5;	
	border-left:5px solid #006600;	
} 

#left-content ul li a:hover {
	text-decoration:underline;
	border-left:5px solid #FF6600;
}

/* 2nd level */
#left-content ul ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1em;
}

#left-content ul ul li a, #left-content ul ul li a:visited {
	color:#666;	
	padding-left:25px;
	padding-right:10px;}

#left-content ul ul li a:hover {
}

#left-content ul ul li a.current, #left-content ul ul li a:visited.current {
	color:#666;
	background-repeat:no-repeat;
	background-position: 5px 10px;		
}

/* 3rd level */

#left-content ul ul ul li a, #left-content ul ul ul li a:visited {
	padding-left:45px;
	padding-right:2px;
}

#left-content ul ul ul li a:hover {
	background-color:#d1d1d1;
	color:#000;
}

/* ================================================ CENTER CONTENT */

#center-content {
	width:450px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	color:#646565;
	line-height:1.4em;
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}

#center-content h1 {
	font-size:1.8em;
	color:#1a7c5a;
	margin-top:0;
	padding-top:0;
	line-height:2em;
}

#center-content h2 {
	font-size:1.2em;
	color:#333333;
}

#center-content h3 {
	font-size:1.2em;
	color:#666666;
	background-image:url(pix/h3_line.gif);
	padding-bottom:5px;
	line-height:1.4em;
	display:block;
}

#center-content h4 {
	font-size:1.2em;
	color:#666666;
}

#center-content a, #center-content a:visited {
	color:#003300;
}

#center-content img {
	padding:10px;
}

/* ================================================ RIGHT CONTENT */

#right-content {
	width:135px;
	float:right;
}

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

#right-content ul li {
	margin-bottom:5px;
}

#right-content a, #right-content a:visited {
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	font-size:0.8em;
}

#right-content a:hover {
	text-decoration:underline;
}



/* ================================================ FOOTER */

#footer {
	margin-bottom:10px;
	border-top:1px solid #006633;
	padding-top:10px;
}

#footer-left {
	float:left;
}

#footer-right {
	float:right;
}

#footer a, #footer a:visited {
	color:#006600;
}

/* ================================================ MISC */

blockquote {
	border-left:1px solid #ccc;
	padding-left:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.news-sidebar-summary {
	font-size:0.8em;
	color:#666666;
}

/* ================================================ CENTER CONTENT WIDE */

#center-content-wide {
	width:570px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	color:#646565;
	line-height:1.4em;
	border-left:1px dotted #ccc;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}

#center-content-wide h1 {
	font-size:1.8em;
	color:#1a7c5a;
	margin-top:0;
	padding-top:0;
}

#center-content-wide h2 {
	font-size:1.2em;
	color:#333333;
}

#center-content-wide h3 {
	font-size:1.2em;
	color:#666666;
	background-image:url(pix/h3_line.gif);
	padding-bottom:5px;
	line-height:1.4em;
	display:block;
}

#center-content-wide h4 {
	font-size:1.2em;
	color:#666666;
}

#center-content-wide a, #center-content-wide a:visited {
	color:#003300;
}

#center-content-wide img {
	padding:10px;
}