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

body  {
	font: .87em Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 806px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	background: transparent url("images/header2.jpg") no-repeat top left;
	height: 200px;
	padding: 0 10px 0 20px;  
	width: 804px;
	
} 


#bigcontainer {
	width: 806px;
	min-height: 600px;
	background: url("images/mainbg.jpg") repeat-y top left;
	
}

#bottom {
	background: url("images/mainbgbottom2.jpg") no-repeat 50% 0;
	width: 804px;
	height: 10px;
	padding: 0;
	margin: 0;
	
}

#sidebar1 {
	float: left; 
	width: 150px; 
	background:  url("images/navbackground.jpg") left top repeat-x;
	padding: 0;
	margin-left: 9px;
	
}

#sidebar1 ul, #sidebar1 a {
	list-style: none;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	line-height: 210%;
	text-indent: -2.3em;
}

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

#sidebar1 a#calledout {
	text-decoration: underline;
}

#sidebar2, #sidebar2 a.piclinks {
	float: right; 
	width: 175px; 
	background: transparent; 
	padding: 15px 0 5px 10px; 
	margin-right: 20px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #683D89;
}

#sidebar2  a.piclinks {
	margin: 0 0 0 10px;
	text-align: center;
	text-decoration:none;
}

#sidebar2  a.piclinks:hover {
	text-decoration: underline;
}

#mainContent { 
	margin: 0 170px;
	padding: 5px 15px 5px 5px; 
	line-height: 150%;
} 

h1#indextitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
}

#picleft {
	float: left;
	margin-right: 5px;
}

.clearfloat { 
	clear:both;
}

/* SEARCH */
#searchbox {
	display: inline;
	width: 520px;
	float: right;
	text-align: right;
	margin: 35px 35px 0 0;
	padding: 0;
	position: relative;
	}
	
input#search-button {
	position: relative;
	top: 4px;
	left: 3px;
}

a.searchlinkwhite, a.searchlinkwhite:visited {
	font-size: .85em;
	display: inline;
	color: #000;
	}

/* FOOTER */

a img{
	border: none;
}

#bottomlinks {
	text-align: left;
	color:#606060;
	float: right;
	margin: 20px 0 5px 0px;
	padding: 0;
	width: 620px;
	line-height: 1.1em;
}
	
#bottomlinks a {
	color:#606060;
	font-size: .8em;
	text-decoration: none;
}

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

span#footertext {
	font-size: .8em;
}

img#left{
	float: left;
	clear: left;
	margin-left: 10px;
	padding: 0;
}

a.purplelink {
	color: #683D89;
}

