/* Styles.css manages all the styles of the website. The user will note that there is also a file named Pagestyles.css. The sole purpose of Pagestyles.css is to allow a user updating the site to use the 'Design View' in Dreamweaver accordingly Pagestyles.css has no effect at all on the actual website once it is loaded */

/* global */

html, body {
	background-color:#dfdfd1;background-image:url(../../images/bg.gif);background-repeat:repeat;
	color:#4a4a4a;font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	min-height:450px;
}

ul, ol {text-decoration:none;list-style:disc;margin:0;padding:0;}
li {text-decoration:none;list-style:disc inside;}

a:link, a:visited {color:#008159;text-decoration:none;cursor:pointer;}
a:hover {color:#CD5C44;text-decoration:none;cursor:pointer;}
a:active {color:#314444f;text-decoration:none;cursor:pointer;}

a:link img, a:visited img, a:hover img, a:active img {border:none;}

p {line-height:16px;}
br {line-height:6px;}


/* divs */

#wrapperfg {
	background-color:#dfdfd1;
	border-top:#3C3D3F solid 40px;border:#3C3D3F solid 40px;
	width:740px;
	position:relative;
	top:-10px;
	padding:0 0 3% 0;
	margin:0px auto;
	z-index:2;
	height:auto !important;height:100%;
	min-height:450px;
}

#content {
	background-color:#FFF;
	width:510px;
	position:relative;
	left:0px;top:0px;
	padding:60px 20px 20px 190px;
	margin:0px auto;
	z-index:2;
	height:auto !important;height:100%;_height:70%;
	min-height:410px;
}

#header {
	width:720px;height:155px;
	position:relative;
	left:10px;top:25px;
	z-index:3;
}

.footer {
	color:#000;font-size:11px;font-family:Helvetica, sans-serif;
	text-align:center;
	z-index:9;
}

.footer2 {
	color:#4a4a4a;font-size:10px;font-family:Helvetica, sans-serif;
	text-align:center;
	line-height:10px;
}

a:link.foot, a:visited.foot, a:hover.foot, a:active.foot 
{color:#4a4a4a;font-size:10px;font-family:Helvetica, sans-serif;cursor:pointer;}


/* navigation and accordion */

.topnav {
	font-size:10px;font-family:Helvetica, sans-serif;
	width:250px;height:25px;
	position:absolute;
	left:1px;top:-15px;
	letter-spacing:1px;
	cursor:pointer;
	z-index:3;
}

#navigation {
	background-image:url(images/grade.gif);background-repeat:repeat-x;
	background-color:#FFF;
	width:160px;height:30%;
	position:absolute;
	left:10px;top:195px;
	z-index:3;
	color:#4a4a4a;
	padding:70px 0 0 8px;
}


/* misc */

.pagetitle {border-bottom:1px dotted #CCC;color:#000;font-size:18px;font-family:Georgia, serif;padding:0 0 15px 0;}

.hidden {
  display: none;
}

.sbwords {
	color:#FFF;font-size:11px;font-family:Arial, sans-serif;
	line-height:20px;
	margin:20px 0 0 15px;
}

