/* begin top-level styles */
* { margin: 0; padding: 0; }
body {
	margin: 0;
	font-family: Arial, Avenir, "Lucida Grande",Verdana, Helvetica, sans-serif;
	font-size: 86%;
	background-color: #838383;
	background-position: center top;
}
/* the 86% font-size above is a psuedo-hack that works well across browsers and platforms to get all the font sizes starting at the same size*/

	img { border: 0; }
/* sets img default borders to 0. Create a specific class below this definition if you want to add a border back on to images. See the class ".border" below. */

/* headers */

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #997BB0;
	margin-bottom:5px;
	}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #997BB0;
	margin: 0 5px 5px 0;
	}
h3{}
h4{}

/* begin general formatting styles */
p { 
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #000;
}

blockquote{
margin: 0 0 0 25px;
}

.style1 {font-size: .75em}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #997BB0;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #1070C9;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #997BB0;
	text-decoration: none;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: bold;

}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #997BB0;
}

.searchheader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #997BB0;
	background-image: url(key.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
	
.quickheader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #997BB0;
	background-image: url(../../images/paperclip.gif);
	background-position:middle;
	background-repeat:no-repeat;
	margin-bottom:5px;
	}
	
.newsheader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #997BB0;
	background-image: url(../../images/newsheader.gif);
	background-position:middle;
	background-repeat:no-repeat;
	margin-bottom:5px;
	}
/* CLASSES */


#nav ul {
	text-align: left;
	margin-bottom: 2px;
}

#nav li {
	list-style: none;
	margin-left: 20px;
	padding: 0 0 0 18px;
	background-image: url(../../images/purple-bullet.gif);
	background-repeat: no-repeat;
}
#nav a:link, #nav a:visited {
	color: #FFF;
	text-decoration: underline;
}
#nav a:hover {
	color: #997BB0;
	background-color: #FFFFFF;
}
#quick ul {
	text-align: left; 
}
#quick li {
	list-style: none;
	margin-left: 10px;
	padding: 0 0 0 25px;
	background-image: url(white-bullet.gif);
	background-repeat: no-repeat;
}
#quick a:link, #quick a:visited {
	color: #997BB0;
	text-decoration: underline;
}
#quick a:hover {
	color: #FFF;
	background-color: #997BB0;
}

/* DIVS */

.pagecontainer{
width: 800px;
height:100%;
margin: 5px auto 0;
position: relative;
}


#content{
margin: 5px auto 0;
width: 800px;
background-color:#FFF;
position:absolute;
margin-left:2%;
border:2px solid #000;
}

#leftnav {
	margin: 0 550px 0 0;
	padding: 10px;
	background-image: url(leftnav.gif);
	background-repeat:repeat-y;
}	

.search {
	margin: 0 550px 0 0;
	padding: 15px;
}	

#homeintro {
	width:540px;
	float:right;
	padding: 5px;
	margin: 0 10px 10px 10px;
	background-color: #FFF;		
	
}
#homeintro li	{
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0 15px 0 15px;
	background-image: url(white-bullet.gif);
	background-repeat: no-repeat;
}

#intro {
	width:540px;
	float:right;
	padding: 5px;
	margin: 0 10px 10px 10px;
	background-color: #FFF;	
}

#intro li	{
	list-style: none;
	margin-left: 10px;
	padding: 0 0 0 15px;
	background-image: url(white-bullet.gif);
	background-repeat: no-repeat;
}


.logo {
	width: 225px;
	height: 71px;
	background-color:#FFFFFF;
	margin:0;
	position: relative;
	padding: 10px;
	background-image: url(../../images/shadow.gif);
}	

#title {
	position: absolute;
	left: 226px;
	top: 0;
	width: 350px;
	height: 71px;
	text-align:justify;
	padding: 10px;
	background-image: url(../../images/shadow.gif);
}	

.stars {
	position: absolute;
	left: 575px;
	top: 0;
	width: 225px;
	height: 71px;
	background-image: url(../../images/shadow.gif);
}	

.quicklink {
	width: 200px;
	position: absolute;
	left: inherit 200px;
	top: inherit 75px;
	background-color:#FFFFFF;
	padding: 10px;
}

.quicklink2 {
	width: 200px;
	position: absolute;
	left: 250px;
	top: inherit 130px;
	background-color:#FFFFFF;
	padding: 10px;
}

#news {
	background-color: #FFF;
	width: 500px;
	margin: 50px 0 20px 0;
	padding: 0 100px 0 25px;
}
#container {
	background-color: #FFF;
	border-left: solid black;
	border-right: solid black;
	width: 800px;
	margin-left: 12%;
}

#footer {
	background-color: #FFF;
	width: 780px;
	margin: 0 0 0 0;
	padding: 10px;
	background-image: url(../../images/shadow2.gif);
	background-repeat:repeat-x;
	clear:both;
}
#footer2 {
	background-color: #FFF;
	border-left: solid black;
	border-right: solid black;
	border-bottom: solid black;
	width: 800px;
	margin-left: 12%;
	}