body {
	margin:0;
	padding:0;
	text-align:center;
	font:0.8em Arial, Helvetica, sans-serif;
	background-color:#fff;
}

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

img {
	border:none;
}

/* ================================ HEADER */

#header {
	width:100%;
	background-color:#fff;
	background-image:url(../pix/headerbg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-bottom:13px;
	border-bottom:2px solid #ccc;
}

#logo-container {
	float:left;
	margin:20px;
}

#logo-container a, #logo-container a:visited {
	font-size:24px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}

#logo-container a:hover {
	text-decoration:underline;
}

#search-form {
	float:right;

}


#logo-container .black a, .black a:visited {
	color:#000;
}

/* ================================ MAIN IMAGE */

#page-top {
	height:212px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

#top-menu {
	float:left;
	margin-top:180px;
	margin-left:10px;
}

#top-menu ul {
	margin:0;
	padding:1px 0 0 0;
	list-style:none;
	color:#ccc;	
}

#top-menu li {
	display:inline;
	text-align:center;
}

#top-menu li a, #top-menu li a:visited {
	color:#fff;
	font-size:1.2em;
	text-decoration:none;
	padding-left:7px;
	padding-right:7px;	
}

#top-menu li a:hover {
	color:#fff;
	text-decoration:underline;
}

#page-top-text {
	width:422px;
	float:right;
	margin-top:21px;
}

#page-top-text h3 {
	color:#666;
	margin:0;
	padding:15px 20px 10px 210px;
	line-height:1.5em;
	font-size:12px;
}

#page-top-menu {
	text-align:left;
	background-image:url(../pix/topmenu_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height:30px;
	width:422px;
}

#page-top-menu ul {
	margin:0 0 0 11px;
	padding:7px 0 0 0;
	list-style:none;
}

#page-top-menu li {
	display:inline;
	margin-left:10px;
}

#page-top-menu li a, #page-top-menu li a:visited {
	color:#fff;
	text-decoration:none;
}

#page-top-menu li a:hover {
	text-decoration:underline;
}

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

#left-content {
	float:left;
	width:200px;
	margin:13px 0 0 0px;
	color:#333;
	line-height:1.7em;
	font-size:0.9em;
	padding-bottom:20px;
	background-color:#efefef;
}

#left-content h2 {
	color:#fff;
	font-size:1em;
	margin:10px 0 0 0;
	font-weight:bold;
	padding:6px;
	background-color:#666;
}

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

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

#left-content ul li a, #left-content ul li a:visited {
	color:#333;
	text-decoration:none;	
	font-size:1em;
	display:block;
	padding:5px 5px 5px 10px;
	background-color:#efefef;	
	border-left:5px solid #333;	
} 

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

/* 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:#333;	
	padding-left:30px;
	padding-right:10px;
	background-image:url(../pix/list_arrow.png);
	background-repeat:no-repeat;
	background-position: 12px 10px;
}

#left-content ul ul li a:hover {

}

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

/* 3rd level */

#left-content ul ul ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1em;
}

#left-content ul ul ul li a, #left-content ul ul ul li a:visited {
	color:#333;	
	padding-left:50px;
	padding-right:10px;
	background-image:url(../pix/list_arrow.png);
	background-repeat:no-repeat;
	background-position: 30px 10px;
}

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

}

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


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

#center-content {
	float:left;
	width:450px;
	margin:13px 20px 0 20px;
	color:#333;
	line-height:1.7em;
	font-size:0.9em;
	padding-bottom:20px;
}

#center-content h1 {
	color:#996633;
	font-size:1.7em;
	margin:0 0 3px 0;
}

#center-content h2 {
	color:#666;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.4em;
	margin:10px 0 10px 0;
}

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

#center-content ul {
	list-style-image:url(../pix/bullet_orange.png);
}

blockquote {
	border-left:1px solid #666;
	font-style:italic;
	padding-left:15px;
	color:#666;
}


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

#right-content {
	float:right;
	width:175px;
	margin:13px 0 0 0;
	background-color:#f5f5f5;
}

#right-content h2 {
	color:#fff;
	font-size:1em;
	margin:0 0 3px 0;
	font-weight:bold;
	padding:7px;
	background-color:#666666;
}

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

#right-content ul li {
	border-bottom:1px solid white;
	padding:5px 10px 5px 10px;	
	line-height:1.5em;
}

#right-content ul li a, #right-content ul li a:visited {
	color:#666;
	text-decoration:none;
}

#right-content ul li a:hover {
	text-decoration:underline;
	color:#000;
}

#right-content .scm-sidebar-body {
	padding:10px;
	color:#666;
}

#right-content .scm-sidebar-body img {
	margin:-10px;
}


.scm-sidebar-body a, .scm-sidebar-body a:visited {
	color:#333333;
}

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

#footer {
	width:853px;
	padding:7px 10px 8px 10px;
	margin-left:auto;
	margin-right:auto;
	color:#666;
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.3em;
	background-color:#cccccc;
}

#footer-left {
	float:left;
	font-size:0.85em;
}

#footer-left a, #footer-left a:visited {
	color:#666;
	text-decoration:underline;
}

#footer-right {
	float:right;
	font-size:0.8em;
}

#footer-right a, #footer-right a:visited {
	color:#666;
}


.article {
	margin-top:10px;
}

.article a, .article a:visited {
	color:#000066;
	font-size:.85em;
	font-weight:bold;
	text-decoration:none;
}

.article a:hover {
	text-decoration:underline;
}

/* ================================ OTHER */

.clear {
	clear:both;
}

#scm-sidebar-members {
	padding-left:10px;
}

#scm-sidebar-members form {
	padding:5px 10px 5px 10px;
	margin-left:-10px;
}

#scm-sidebar-members h2 {
	margin-left:-10px;
}

#scm-sidebar-members a, #scm-sidebar-members a:visited {
	color:#996633;
}

#comments {
	width:300px;
}

#sitemap ul {
	list-style-image:none;
}

/* ================================ BREADCRUMB */

#breadcrumb {
	background-color:#efefef;
	text-align:left;
	padding:10px;
	font-size:0.9em;
	border-bottom:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
}

#breadcrumb a, #breadcrumb a:visited {
	color:#666666;
}