@charset "utf-8";
/* basic styling */

body {
	font-family:"Times New Roman", Times, serif;
	/* font-size:85%; */
	background:url(images/background_10x1420.jpg) repeat-x ; 	
	margin: 0;
	padding: 0;
	height:1420px;
}
.bigger {font-size:25px;}
.bigm {font-size:20px;}

#wrapper {
	position:relative;
	width:800px;
	height:1330px; 
	margin: 0 auto;	
	text-align:left;
	background:#f1efe8;
}

#clear {
	clear: both;
	}
			
#header {
	height:320px;
	width:800px;
	margin: 0;	
}
#header #headwords1 {
	color:#857d64;
}
#header #headwords2 {
	color:#71417B;
	position:absolute;
	left:570px;
	top:15px;
	width:190px;
	height:30px;
	text-align:center;
}
#header #navimage1 {
	width: 800px;
	height: 40px;
	background:url(images/navbar_800x40.jpg) no-repeat top;	
}
#header #navwords {
	position:absolute;
	top:100px;
	left:280px;
	width: 280px;
	height:30px;
	font-size:23px;
	color:#e0d2ad;
}	
#header #navimage2 {
	width: 800px;
	height: 40px;
	background:url(images/subnavbar_800x40.jpg) no-repeat top;
}
#header #logoimage3 {
	width: 800px;
	height: 135px;
	background:url(images/purplearea_v3_800x135.jpg) no-repeat top;
}
#header #logowords {
	position:absolute;
	top:195px;
	left:20px;
	width:500px;
	height:90px;
	color:#e0d2ad;
}
#header a:link {
	text-decoration:none;
	color:#0099FF;
}
#header a:visited {
	text-decoration:none;
	color:#0099FF;
}
#header a:hover {
	color: #CC00FF;
}
#content { 
	position:relative;
	width: 800px; 
	height:955px;
	top:0px; 
	margin: 0 auto; 
	/*font-size:14px;*/
	color: #353432;
}
#content #sidebar {
	float:right; 
	width:300px;
	height:750px;
	top: 0px;
}
#content #sidebar p {
	margin:8px;
}
#content #sidebar a:link{
	color: #0099FF;	
	text-decoration:none;
}
#content #sidebar a:visited {
	color: #0099FF;
	text-decoration:none;
}
#content #sidebar a:hover {
	color: #CC00FF;
}
#sidebar a:link img{
	padding: 0px;
	text-decoration:none;
	color:#0099FF;
	border-color: #0099FF;
	border-style: solid;
}
#sidebar a:visited img{ 
	padding: 0px;
	text-decoration:none;
	color:#0099FF;
	border-color: #0099FF;
	border-style:solid;
}
#sidebar a:hover img{
	color: #CC00FF;
	border-color: #CC00FF;
	border-style:solid;
	text-decoration:none;
}
#content #pictures {
	/*position:absolute;
	top:800px;*/
	left:0px;
	width:800px;
	height:200px;
}
#leftside {
	float:left;
	top:0px;
	width:500px;
	height:750px;
	text-align: left;
	/*overflow:auto; */
}

#leftside p {
	margin:8px;
	padding:6px;
}
#leftside ul li {
	padding-top: 15px;
	padding-bottom: 15px;
	list-style-position:outside;
	margin:-15px;
}

#leftside a:link {
	text-decoration:none;
	color:#0099FF;
}
#leftside a:visited {
	text-decoration:none;
	color:#0099FF;
}
#leftside a:hover {
	color: #CC00FF;
}
#leftside a:link img{
	padding: 0px;
	text-decoration:none;
	color:#0099FF;
	border-color: #0099FF;
	border-style: solid;
}
#leftside a:visited img{ 
	padding: 0px;
	text-decoration:none;
	color:#0099FF;
	border-color: #0099FF;
	border-style:solid;
}
#leftside a:hover img{
	color: #CC00FF;
	border-color: #CC00FF;
	border-style:solid;
	text-decoration:none;
}

#footer {
	color: #4B5534;
	font: .8em Arial, Helvetica, sans-serif;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:8px;
	text-align:center;	
}	
/*---rollovers need to be in the order of link, visited, hover, active ---*/	
#footer a:link {
	color: #0099FF;	
	text-decoration:none;
}
#footer a:visited {
	color: #0099FF;	
	text-decoration:none;
}
#footer a:hover {
	color: #CC00FF;	
}