body  {				/* Sets centering, background, & body font */
	background-color: #1A55A4;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-image: url(images/bkgd.gif);
	margin: 0px auto;
	text-align: center;
/*	font-family: Arial,Geneva,Helvetica,Verdana,sans-serif;
	font-size: 10pt;
	color: black; */}

#box1 {				/* White border around content */
	margin: auto;
	width: 700;
	background-color: white;
/*	height: 95%;*/
	}
#box2 {				/* Contents container */
	margin: 5;
	text-align: left;
	height: 100%;
	background-image: url(images/box2bkgd.gif);
	background-repeat: repeat-y;
	}

a {
	color: #1A55A4;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

/*-----------Homepage Links------------*/		
.linkbutton ul {					/* Eliminates natural characteristics of UL */
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 300;
	}
.linkbutton a {
	height: 27;
	* height: 30;
	display: block;
	background-image: url(images/link-ybkgd.gif);
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14pt;
	color: #006648;
	margin-bottom: 5;
	padding: 3 0 0 20;
	* padding: 3 0 3 20;
	border: solid 1px white;
	}
.linkbutton a:hover {
	background-image: url(images/link-ybkgd-over.gif);
	text-decoration: none;
	}

/*-----------MENU------------*/	
	
.menu {				/* Div box with menu items */
	width: 690px;
	text-align: left;
	}
.menu ul {					/* Eliminates natural characteristics of UL */
	padding: 0;
	margin: 0;
	list-style-type: none; }
.menu li {					
	float:left;				/* Unstacks list items */
	position:relative;
	margin: 7 0 8;
	* margin: -4 0 -4;
	}
.menu ul li a {					/* Yellow border, to change to green on Hover */
	border-bottom: 5px solid #FFD600;}
.menu a {					/* The anchor sets the size and shape of the box */
	height: 30;
	border-bottom: 5px solid #FFD600;
	background-image: url(images/menubkgd.gif);
	padding:7 10 4;
	* padding: 10 10 7;
	}	
.menu ul li a:hover {			/* Border of UL changes to green on hover */
	border-bottom: 5px solid #006648;
	}
	
	
/*----------- LEFT COLUMN ------------*/		
#left {
	width:164;
	float:left;
	}
#title {			/* Page Title graphic box */
	background-color: #1A55A4;
	color: white;
	}
#title h1 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 16pt;
	text-align: right;
	margin: 0;
	padding: 14;
	}
/*----------- RIGHT COLUMN ------------*/
#right {
	width:526;
	text-align:left;
	float:right;
	font-family: Geneva, Arial, Helvetica, Verdana, san-serif;
	font-size:12px;
	color: black;
	}
td {
	font-family: Geneva, Arial, Helvetica, Verdana, san-serif;
	font-size:12px;
	color: black;
	}
#contenthead {
	width: 501;
	* width: 526;
	height: 62;
	* height: 0;
	background-image: url(images/contenthead.gif);
	text-align: left;
	padding: 20 0 0 25;
	* padding: 9 0 21 25;
	}
#contenthead h2 {
	font-family: Arial Black, Geneva, Helvetica, Arial, Verdana, san-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: D1DDED;
	font-size: 2em;
	}
#content {
	text-align: left;
	padding: 0 25 1;
	}
	

/*-----------SIDEBAR MENU------------*/

	#smenu a {
		display:block;
		text-decoration:none;
		font-family: Geneva, Arial, Helvetica, Verdana, san-serif;
		font-size: 12px;
		}
	#smenu ul {
		margin: 0;
		padding: 0;
		list-style-type:none;
		}
	#smenu li {
		display:inline;
		}

	#main li a:link, ul#main li a:visited {				/* Top-level links */
		height:36px;
		background-image: url(images/smnu-ybkgd.gif);
		color: #006648;
		line-height:35px;
		padding-left: 10;
		}
	#main li a:link:hover, ul#main li a:visited:hover {
		color:black;
		background-image: none;
		background-color: #FFD602;
		}
	
		#ul_one, #ul_two, #ul_three, #ul_four, #ul_five, #ul_six {				/* Second-level links */
			display:none;
			}
	
		ul#main li ul.sub li a:link, ul#main ul.sub li a:visited {
			height:26px;
			background-image: url(images/smnu-gbkgd.gif);
			color: white;
			line-height:26px;
			padding-left: 20;
			}
		ul#main li ul.sub li a:link:hover, ul#main ul.sub li a:visited:hover {
			color:#ffd600;
			background-image: none;
			background-color: #006648;
			}
	
	

