@charset "UTF-8";
/* CSS Document */

/* --------------Blanket rules for all elements----------- */

html, body {
	font-family:Arial, Helvetica, sans-serif;
	/*text-align: center;*/
	background-color: #000000;
	font-size: 12px;
	}
	
h1 {
	font-size: 120%;
	line-height: 100%;
	}
	
h2 { 
	font-size: 110%;
	line-height: 100%;
	color: #004712;
	}
	
h3 {
	font-size: 110%;
	}
	
p	{
	font-size: 110%;
	line-height: 150%;
	text-align:left;
	}
	
.caption {
	font-size: 90%;
	line-height: 120%;
	}


a.headerlink, a.headerlink:visited {

	font-size: 120%;
	line-height: 120%;
	color: black;

}	
a.headerlink:hover {
	text-decoration: underline;
}
	
	
/* --------- Blanket rules: navigation, list styles ---------- */

#navigation ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
#navigation li {
	display: inline;
	margin: 0 0 0 15px;
	padding:0px;
	}
	
#navigation li a:link, li a:visited {
	font-size: 120%;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	}
	
#navigation li a:hover {
	font-size: 120%;
	font-weight: normal;
	text-decoration: underline;
	}
		
/* ------------- layout --------------*/

#wrapper {
	width: 920px;
	height:609px;
	padding: 0px;
	margin-left:auto;
	margin-right: auto;
	border: solid 1px #37124E;
	background-image:url(images/bg_img.jpg);
	background-position: right;
	background-repeat:repeat-x;
	}
#padme {
	padding-top: 15px;
}
.purpleFade {
	background-image: url(images/purple2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #35124C;
}
.sidepad {
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#navtable {
	font-size: 10px;
}



	
#masthead {
	width:872px;
	background-color: #FFFFFF;
	height:59px;
	margin-top: 20px;
	margin-left:auto;
	margin-right: auto;	
	}

#navigation {
	margin-left:300px;
	padding-top: 40px;
	}
	
#img_bar {
	width:872px;
	height:229px;
	padding-top: 15px;
	margin-left:auto;
	margin-right: auto;	
	}

#main_content {

	width: 852px;
	/*
	height: 250px;
	*/
	
	margin-left:auto;
	margin-right: auto;
	background-color: #eeeeee;
	margin-top: 15px;	
	padding-bottom: -10px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#body_text {
	width: 852px;
	background-image:url(images/bg_img_ct.jpg);
	margin-top: 60px;
	padding:10px;
	}
		
/* ---------------footer-------------- */
#footer {
	clear: both;
	padding: 10px;
	border: none;
	}
.purple {
	background-color: #35124C;
}

	
#footer p {
	text-align:center;
	font-size: 110%;
	line-height: 100%;
	color:#666;
	}
	
#footer  a:link, a:visited {
	text-decoration: none;
	color: #666;
	font-weight: normal;
	}
	
#footer  a:hover {
	text-decoration: underline;
	color: #666;
	font-weight:normal;
	}
	
/*----------- image floats -----------*/

.image_float_right {
	float:right;
	margin: 5px 10px 10px 10px;
	}

.image_float_left {
	float:left;
	margin:0, 0, 0, 0;
	padding-top: 10px;
	padding-right: 15px;
	}

.image_float {
	margin:10px 0 0 10px;
	padding-top: 10px;
	}

.clear {
	clear:left;
	padding-top:10px;
	}
	
.spacer {
	clear:both;
	}
.stretch {
	width: 40px;
}

