body
{
background-image:url(../i/sub_bg.gif);
background-repeat: repeat-y;
background-color: #FFF;
color: #999;
padding:0;
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .7em;
line-height: 1.3em;
}

img
{
	border: 0;
}

#frame
{
width: 760px;
}

#frame img.center
{
position: absolute;
top: 96px;
left: 144px;
}

#sidecol
{
padding-left: 295px;
}

#sidecol img.corner
{
position: absolute;
top: 0;
left: 0;
}

#sidecol div.quote
{
position: absolute;
top: 300px;
left: 60px;
}

#sidecol div.quote p
{
width: 215px;
color: #69909C;
font-weight: bold;
font-size:1.3em;
line-height: 1.5em;
}

#sidecol div.quote span.byline
{
display: block;
font-size:.6em;
font-weight: normal;
line-height: 1.5em;
}

#sidecol div.quote div.caption
{
text-align: right;
font-size: .7em;
margin-bottom: 40px;
margin-top: 10px;
}
/* margin-left is a fix for Mozilla/Netscape */
#sidecol div.quote div.caption p
{
font-weight: normal;
width: 130px;
margin-left: 80px;
}

#contentwrapper
{
width: 465px;
}
#header
{
background-color:#D1D452;
height: 82px;
padding-left: 295px;
}

/* navigation: styling for nav bar buttons and drop down menus*/ 

#navigation
{
position: relative;
height: 125px;
}

#navigation ul
{
	position: absolute;
	left: 0;
	padding: 0;
	margin: 0;
	border: 0;
	display: inline;
}

#navigation img
{
	border-width: 0;
} 

#navigation li
{
	float: left;
	position: relative;
	list-style: none;
}
 
#navigation li ul
{
	display: none;
	position: absolute; 
	left: 0px;
	top: 28px;
	background-color: #FFF;
	width: 129px;
}

#navigation li:hover ul, #navigation li.over ul
{
	display: block;
}

/* content: styling for all content within main text area, needs to stay below navigation to preserve list styling */

#content
{
padding: 10px 17px 30px 17px;
border-top: 1px solid #69909C;
}

#content p
{
margin-top: 10px;
margin-bottom: 10px;
}

#content h1, h2, h3
{
color: #69909C;
margin-top: 15px;
font-weight: normal;
font-size:2em;
}

#content h1
{
margin-bottom: 30px;
}

#content h2
{
font-size:1.5em;
margin-bottom: 10px;
}

#content h3
{
margin-bottom: 5px;
font-size:1.1em;
}
#content a, #content a:visited
{
text-decoration: none;
font-weight: bold;
color: #ADB600; 
}	

#content ul li, ol li
{
margin-bottom: 7px;
}

/* footer */ 

#footer
{
margin-top: 30px;
background-image:url(../i/sub_bg.gif);
background-repeat: repeat-y;
color: #B7B7B7;
position: relative;
}

#footer p
{
text-align: center;
margin: 0;
padding-top: 20px;
padding-bottom: 20px;
}

#footer a, #footer a:visited
{
text-decoration: none;
font-weight: bold;
color: #ADB600; 
}	

#footer a.sitecred, #footer a.sitecred:visited
{
text-decoration: none;
color: #B7B7B7;
font-weight: normal;
}


#content textarea
{
color: #999;
width: 300px;
height: 100px;
border: 1px solid #CCC;
}
#content .textfield {
	border: 1px solid #CCC;
}
/* Part of the Skip Navigation stuff for the benefit of screenreaders*/
p.hide 
{
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}

div.clearing
{
	clear: both;
}



