/* * {border: 1px solid red;}*/

body {
background-image: url(../img/stagbg.gif);
}


#container {
background-color: #19598e;
width: 1000px;
font-family:Arial, Helvetica, sans-serif;
margin: 0 auto;
border: 1px solid #253C6A;
}


/* Global Navigation */

ul#globalnav {
margin-left: 0;
padding-left: 0;
margin-top: -2px;
list-style-type: none;
background: #207cc7;
float: left;
width: 100%;
text-align: center;
border-bottom: 1px solid #51B3ED;
}

ul#globalnav li {
display: inline;
}

ul#globalnav a {
display: block;
float: right;
padding: .4em 1.3em;
color: #fff;
background: #207cc7;
text-decoration: none;
font-weight: bold;
font-variant:small-caps;
font-size: 15px;
height: 36px;
}

ul#globalnav a:hover {
color: #fff;
background: #253C63;
}

/* Sub Global Navigation */

ul.subglobalnav {
	float: left;
	background: url(../img/subglobalnav4a.jpg) no-repeat ; 
	margin-left: 15px;
	padding-left: 0;
	padding-top: 30px;	
	margin-top: 1em;
	list-style-type: none;
	width: 176px;
	border-left: 1px solid white;
}

ul.subglobalnav span.subnavitem {
	background: url(../img/subglobalnav4b.jpg) repeat-y;
	}

ul.subglobalnav li {
	display: block;
	width: 174px;
	margin: 0;	
	background: #49A3DA;
	border-right: 2px solid white;
}

ul.subglobalnav a {
	display: block;
	text-decoration: none;
	color: #0F3266;
	padding: 8px 12px;
	width: 150px;
	margin: 0;
	font-weight:bold;
	font-size: 90%;
}

ul.subglobalnav a.bottom {
	padding-bottom: 30px;
	border-bottom: 1px solid white;
	}

ul.subglobalnav a:hover {
	background: #207CC7;
	color: #fff;
	padding: 7px 12px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin-top: 0;
	margin-bottom: 0;
	width: 150px;	
}

ul.subglobalnav a:hover.bottom {
	padding-bottom: 30px 
	}

/* Content and Formating */


div#content {
	float: right;
	width: 750px;
	margin: 1em 15px .8em 15px;
	background: #95CAEA url(../img/cctopleft2.jpg) no-repeat;
	line-height: 170%;
	font-size: 80%;
	text-align: justify;
	padding-bottom: 0;
	padding-top: 0;
}

div#content h2 {
	margin: 0;
	padding: 20px 20px 0 20px;
	color: #011B94;
	background: url(../img/cctopright2.jpg) no-repeat 100% 0;
}

div#content h3,h4,h5,h6 {
	padding: 0 20px;
	margin: 1em 0 .5em 0;
}

div#content p {
	padding: 0 30px;
}

div#content p.blockquote {
	padding: 0 60px;
}

div#content ul {
	margin-left: 5em;
}

div#content p.update {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../img/ccbottomleft2.jpg) no-repeat 0 100%;
}

div#content span.update2 {
	margin: 0;
	display: block;
	padding: 0 20px 20px 0;
	text-align: right;
	font-size: 80%;
	color: #333;
	background: url(../img/ccbottomright2.jpg) no-repeat 100% 100%;
}

div#sidebox {
	float: right;
	font-size: 90%;
	border-right: 1px solid black;
	border-bottom: 0px solid black;
	border-top: 0px solid black;
	border-left: 1px solid black;			
	width: 190px;
	height: 38em;
	padding: 10px 15px 10px 15px;
	margin: 2em 1em;
	background: #D2E9F7;
}

div#sidebox h4 {
	text-align: center;
	color: #011B94;
	padding: 0;
	font-size: 150%;
	}

div#sidebox h4#sideboxtitle {
	color: #FFF;
	font-size: 170%;
	font-weight: bold;
	background-color: #009900;
	padding-top: .2em;
	padding-bottom: .2em;
}

div#sidebox p {
	padding: 0;
	margin-bottom: 0;
	margin-top: 1.1em;
}	

/*
ul.subglobalnav span.subnavitem {
	background: url(../img/subglobalnav4b.jpg) repeat-y;
	}
background: ;	
	background: url(../img/sideboxtop1.jpg) no-repeat url(../img/sidebox1.jpg) repeat-y; 		
	 */

div#column2 {
	float: right;
	width: 375px;
	font-size: 90%;
}

/* Footers */
div#footer1 {
	clear: both;
	

}

div#footer1 p{
	background: #387A9B;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	font-size: 90%;
	margin: 10px 0 5px 0;
}

div#footer1 a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div#footer1 a:hover {
	text-decoration: underline;
}

div#footer1 a:visited {
	color: #ccc;
	font-weight: lighter}

#footer2{
	background: #19598e;
	color: #ccc;
	text-align: center;
	font-size: 80%;
	padding: 5px;
	margin: 0;
}

