@charset "UTF-8";
/* CSS Document */


body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, img, form, fieldset, blockquote {  
margin:0px; padding:0px; border:0px;   
}  

body{
	background-color: #7c5f92;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
	font-size: 1em;
}

p{
	padding-bottom:10px;
}



a{
	text-decoration:none;
	color:#039;
}

a:hover{
	text-decoration:underline;
}



h1{
	font-size:26px;
	font-weight:100;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family:"Gill Sans", Helvetica, Arial;
	color: #FFF;
	margin-bottom:-2px;
	text-align: left;
	
}


h3{
color:#c36a3d;
font-size:150%;
letter-spacing:1px;
font-weight:100;

}

h4{
	font-weight: 100;
	font-size:120%;
	padding-bottom:5px;
}

h5{
	font-weight:100;
	font-size:115%;
	padding-bottom:5px;
}

h6{
	font-size:100%;
	marging-bottom:-5px;
	padding-top:10px;
}

#wrapper{
width:900px;
height:100%;
margin:0 auto;
text-align:left;

}

#utilitynav{
	text-align:right;
	font-size:80%;
	padding-right:15px;
	color:#FFF;
	padding-bottom:5px;
}

#utilitynav a{
	color:#fff;
}


#header{
	width: 100%;
	height:130px;
	overflow:visible;
	overflow:hidden;
}

#header .left{
	float:left;
	width: 30%;
}

#header .right{
	float:right;
	width:70%;
}

#excerpt{
	padding: 20px;
	margin-bottom:25px;
	background : #dfcdee;
  	position : relative;

}

/* these are the other three spans. classes were used to allow multiuse on a page */
.tr, .bl, .br {
  position : absolute;
  width : 10px;
  height : 11px;  /* corner images are 40x40 */
  display : block;
  margin-bottom : -1px;  /* this is for IE */
}


/* change position and image: bottom-left */
.bl {
  background : transparent url(images/csc_bl.png) no-repeat;
  bottom : 0;
  left : 0;
}

/* change position and image: bottom-right */
.br {
  background : transparent url(images/csc_br.png) no-repeat;
  right : 0;
  bottom : 0;
}


.centerimg{
	border: 1px solid #666;
	margin-bottom:15px;

	
}

#Navigation{
	text-align:right;
	height:40px;
	float:right;
	width: 100%;
	padding-top:10px;
	
}

#Navigation a{
	color:#704193;
	text-decoration:none;
}

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

#Navigation ul{
	list-style-type:none;
	
}

#Navigation li{
	display:inline;
	padding: 20px 12px;
	color: #704193;
	text-transform:uppercase;
	font-size:18px;
	
}

#Navigation li.selected{
	color:#333;
	font-weight:bold;
}


#content{
	background-color:#FFF;
	padding: 0 15px 15px 15px;
	overflow:auto;
}



#leftcontent{
	float: left;
	padding-left:17px;
	padding-right:7px;
	width: 28%;
}

#rightcontent{
float: right;
width: 69%;
}


#homepagephoto{
	padding-bottom:30px;
}



#footer{
	padding-top:5px;
	text-align:left;
	font-size:90%;
	padding-left:15px;
	color:#FFF;
}

#footer a{
  color:#FFF
}

.left{
	float: left;
	padding-right:15px;
}

.announcements{
	background-color:#fefcef;
	border: 1px solid #e6dfd2;
	padding: 5px 10px;
}

.announcements_title{
	background-color:#f4ede1;
	text-transform:uppercase;
	padding: 3px 0 3px 10px;
	font-size:105%;
	color:#333;
}

.announcements ul{
  
}
.announcements li{
	border-bottom: 1px dotted #666;
	padding: 5px 5px;
	
}

.announcements ol{
	list-style-position:inside;
	font-weight:bold;
	font-size:95%;
}


.smalltext{
	font-weight:100;
	font-size:90%;
}

.indent{
	padding-left:10px;
	padding-top:5px;
	
	
}

.logo{
	font-size:160%; 
	color:#FFF;
	letter-spacing:6px;
	font-weight:100;
	text-align:left;

	}
	
.tagline{
	color:#FFF;
	font-style:italic;
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	padding-left:18px;
	
}

.subpage_content
{
	padding: 15px;
}

.subpage_content ul{
	padding-left:25px;
	font-size:95%
}
.subpage_content li{
	list-style:none;
	
}

.bold{
	font-weight:bold;
}
.orange{
	color:#c36a3d;
}

.textright{
	text-align:right;
}