body {
	margin:0;
	text-align:center;
	font:0.7em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	background-image:url(pix/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.clear {
	clear:both;
}

.scm-sidebar {
	margin-bottom:10px;
}

#page-holder {
	width:969px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(pix/lines_bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
}

#wrapper {
	width:890px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.default {
	background-image:url(pix/wrapper_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-top:275px;
}

.home {
	background-image:url(pix/home_wrapper_bg_2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-top:450px;
}


/*---------- HEADER ----------*/

#logo-container img {
	margin:117px 0 0 10px;
	border:none;
	width:161px;
	height:131px;
} 

#top-nav {
	float:right;
	margin:25px 0 0 0; 
	width:260px;
	text-align:right;
}

#top-nav ul {
	margin:0; 
	padding:0;
	list-style:none;
} 
 
#top-nav li {
	display:inline;
	font-size:1.2em;
	color:#fff;
	line-height:2.1em;
}

#top-nav li a, #top-nav li a:visited { 
	color:#3399CC;
	text-decoration:none;
	padding:8px;
	height:20px;
	background-color:#fff;
	background-image:url(pix/top_nav_bg.gif);
	background-position:left;
	background-repeat:repeat-x;
}

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

/*---------- LEFT CONTENT ----------*/ 

#left-content {
	width:200px;
	float:left;
	margin-bottom:10px;
	margin-left:10px;
}

#left-content h2 {
	font-size:1.1em;
	color:#fff;
	background-color:#007bbe;
	margin:0;
	padding:8px;
}

/* top level */

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

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

#left-content ul li a, #left-content ul li a:visited {
	color:#666;
	font-weight:bold;
	text-decoration:none;	
	display:block;
	padding:7px 10px 7px 10px;
	background-color:#efefef;		
} 

#left-content ul li a:hover {
	text-decoration:none;
	background-color:#002f65;
	color:#fff;
}

#left-content ul li a.current, #left-content ul li a:visited.current {
	background-color:#002f65;
	color:#fff;
}

/* 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:#4a4949;
	padding-left:25px;
	padding-right:2px;
	background-image:url(pix/arrow_blue.jpg);
	background-repeat:no-repeat;
	background-position: 5px 10px;
}

#left-content ul ul li a:hover {
	color:#fff;
	background-color:#666;
	background-image:url(pix/arrow_white.jpg);
	background-repeat:no-repeat;
	background-position: 5px 10px;	
}

#left-content ul ul li a.current, #left-content ul ul li a:visited.current {
	background-color:#d1d1d1;
	color:#666;
	background-image:url(pix/arrow_blue_current.jpg);
	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;
	background-image:url(pix/line_blue.jpg);
	background-repeat:no-repeat;
	background-position: 15px 13px;
}

#left-content ul ul ul li a:hover {
	background-color:#d1d1d1;
	color:#000;
	background-image:url(pix/line_blue_on.jpg);
	background-repeat:no-repeat;
	background-position: 15px 13px;
}

/*---------- CENTER CONTENT ----------*/

#center-content {
	width:470px;
	float:left;
	line-height:1.6em;
	margin-bottom:10px;
	margin-left:20px;
	color:#666;
	font-size:1.1em;	
}

#center-content h1 {
	font-size:1.5em;
	font-weight:bold;
	line-height:1.2em;
	color:#003366;
	margin-top:0;
}

#center-content h2 {
	color:#666;
	font-size:1em;
	font-weight:bold;
	line-height:1.4em;
}

#center-content h3 {
	font-size:1em;
	color:#000066;
	border-bottom:1px solid #000066;
}

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

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

/*---------- CENTER CONTENT WIDE TEMPLATE ----------*/

#center-content-wide {
	width:670px;
	float:right;
	line-height:1.5em;
	margin-right:10px; 
}

#center-content-wide h1 {
	font-size:1.8em;
	font-weight:100;
	color:#fff;
	margin-top:0;
}

#center-content-wide h2 {
	color:#fff;
	font-size:1.1em;
	
}

#center-content-wide h3 {
	font-size:1em;
	border-bottom:1px solid #fff;
	padding-right:50px;
	color:#fff;
}

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

#center-content-wide a:hover {
	color:#fff;
}

/*-------- RIGHT CONTENT --------*/

#right-content {
	width:170px;
	float:right;
	margin-right:10px;
}

#right-content h2 {
	font-size:1.1em;
	color:#fff;
	background-color:#007bbe;
	margin:0;
	padding:8px;
}

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

#right-content ul li {
	padding:5px 10px 5px 0px;
	line-height:1.5em;
	margin-bottom:5px;
}

#right-content ul li a, #right-content ul li a:visited {
	color:#000066;
	text-decoration:none;
	display:block;
	padding:2px 5px 2px 0;
}

#right-content ul li a:hover {
	text-decoration:underline;
	background-color:#efefef;

}

#right-content a, #right-content a:visited {
	color:#fff;
	text-decoration:underline;
}

/*-------- RIGHT CONTENT ***WIDE WIDE**** --------*/

#right-content-wide {
	width:320px;
	float:right;
	margin-right:20px;
}

#right-content-wide h2 {
	font-size:1.1em;
	color:#fff;
	background-image:url(pix/homepage_h2_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#002b5b;
	margin:0;
	padding:12px 10px 10px 8px;
}


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

#right-content-wide ul li {
	border-bottom:1px solid #fff;
}

#right-content-wide ul li a, #right-content-wide ul li a:visited {
	color:#666;
	font-weight:bold;
	text-decoration:none;	
	display:block;
	padding:9px 10px 9px 10px;
	background-color:#efefef;
	/*background-image:url(pix/homepage_li_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;	*/
} 

#right-content-wide ul li a:hover {
	text-decoration:underline;
}
	
/*---------- FOOTER ----------*/

#footer {
	line-height:1.8em;
	width:969px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(pix/footer_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:right;
	margin-bottom:20px;
	padding-bottom:12px;
	font-size:0.9em;
} 

#footer img {
	float:right;
	margin-left:10px;
}

#footer-text {
	padding-right:70px;
	padding-top:5px;
}

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

#footer a:hover {
	color:#000;
}


/*---------- OTHER STYLES ----------*/

#scm-sidebar-members {
	color:#fff;
}

#scm-sidebar-members h2 {
	color:#fff;
	font-size:1em;
	margin-top:0;
}

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

p {
	margin:10px 0 10px 0;
}

.news-byline {
	border-bottom:1px dashed #666;
	width:100%;
	padding-bottom:5px;
	margin-top:-8px;
	margin-bottom:10px;
}

#credits {	
	width:900px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom:15px;
}

#credits a, #credits a:visited {
	color:#fff;
	text-decoration:none;
}

#credits a:hover {
	text-decoration:underline;
}

.notice {
	line-height:1.5em;
	color:#666;
}

.notice a, .notice a:visited {
	color:#666;
}

/*-- CSS TABLE STYLES --*/

dd {
	padding:10px;
	margin:0 5px 10px 5px;
	background-color:#efefef;
	border-bottom:1px dotted #666;
	border-top:1px dotted #666;
	width:205px;
	height:450px;
	float:left;
}