/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
    background: url(../images/BodyBG2.gif) repeat-x;
	/*font color changed from #270102 - june 17, 2008 kjg*/
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #ffffff;
}

/************** Layout Elements *******************/

#wrapper {
	/*width changed from 750px - june 17, 2008 kjg*/
	width: 850px;
	margin: 0 auto;
	font-size: 80%;
	position: relative;/*restrains the AP leftcol div to the boundaries set by the wrapper*/
}

#content {
	padding: 1px 0 0 0;
	margin: 8px 0 25px 216px;
	min-height: 420px;
	background: url(../images/contentBG2.jpg) no-repeat;
}

#header {
	background: url(../images/headerBG2.jpg) no-repeat;
	/*hdr height changed from 207px - june 17, 2008 kjg*/
	min-height: 250px;
	margin-left: 205px;
}

#leftcol {
	width: 215px;
	position: absolute;
	top: 20px;
	left: 0;
	background: url(../images/navBG2.jpg) repeat-y;/*Sets the center of the leftcol decorative edging*/
}

/*Added on 6/24/08 by kjg to enable centered content on the main content area*/
#center {
	padding: 1px 0 0 0;
	margin: 0px 0 0px 100px;
}

/*Added on 6/26/08 by kjg to enable a form to be centered in the main content area*/
#form{
	padding: 1px 0 0 0;
	margin: 0px 0 0px 70px;
}

#leftcol #navBottom {
	background: url(../images/navBottom2.jpg) bottom no-repeat;/*Sets the bottom of the leftcol decorative edging*/
	height: 20px;
}

#leftcol ul {
	margin-left: 30px;
	margin-bottom: 10px;
	list-style-type: none;
}

#leftcol ul li {
	color: #fff;/*sets the colour of the link headings*/
}

#leftcol ul ul li a {
	color: #DFDD86;/*sets the colour of the links. Changed from #8f9867 - 6/18/08 kjg*/
}

#leftcol ul ul li a:hover {
	color: #c4d6a4;
	text-decoration: none;
}

#leftcol ul ul {
	list-style-type: square;
}

/*Added footer div- june 17, 2008 kjg*/
#footer {
	font: 70%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	width: 650px;
	margin: 0 auto;
	
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #EFD718;
	text-decoration: underline;
}	
		
/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 5px 25px;
	padding: 0 0 0 0;/*pre included to allow easy setting of padding to your headings*/
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 10px 20px 5px 30px;
}

/************** content list Class  added by KJG 7/14/08 *******************/

#content ul{
	margin-left: 45px;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 6px 2px 0;
}

.italic {
	font-style: oblique;
}

.bold {
	font-weight:bold;
}

.center {
	margin-left: 50px;
}
		
	
.script {
	font-family: Academy;
	font-style: oblique;
	font-size:14px;
}
/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #fff;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

/*Fixes for IE5 mac*/

 /*\*//*/
 #header {
 	height: 207px;
}

#leftcol #footer {
  margin-bottom: -30px;
} 
/**/
