#container {
	height:auto;
	width: 800px;
	margin: auto;
}

#content {
	height:auto;
	width:766px;
	padding: 17px;
	margin:0;
	background-color: #EEEEF5;
}

#banner {
	width: 800px;
	height: 217px;
}

/********* IMAGES ***********/

.imagespacert {
	float: right;
	margin: 0 0 10px 10px;
}

.imagespacelt {
	float: left;
	margin: 0 10px 10px 0; 
}

.photo,
.button {
	padding:14px 25px 0px 0;
	text-align: right;
}

.photos {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 4px;
}

/*** Links ***/

a:link,
a:visited,
a:active {
	color: #993300;
	text-decoration: none;
}

a:hover {
	color: #993300;
	text-decoration: underline;
}

/*********TOP NAV***********/

#nav {
	background:url(../images/nav_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	height: 36px;
	margin: 0;
	padding: 0;
}

#nav ul {
	color: #FFF;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	border-left: 1px solid #1E1B57;
	height: 36px;
	float: left;
	margin: 0;
	padding: 0;
}
#nav li#first {
	border-left: none;
	padding-left: 43px;
}

#nav li#first_admin {
	border-left: none;
	padding-left: 180px;
}

#nav li a:link,
#nav li a:visited,
#nav li a:active {
	color: #fff;
	display: block;
	line-height: 36px;
	padding: 0 16px;
	text-decoration: none;
}

/********* NAV DROPDOWNS ***********/

#nav li ul {
	background-color: #DEDEEB;
	display: none;
	font-size: 13px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 2000;
}

#nav li:hover ul {
	display: block;
}

#nav li li {
	border-left: none;
	border-top: 1px solid #FFF;
	float: none;
	margin: 0;
	padding: 0;
	text-transform: none;
}

#nav li li a:link,
#nav li li a:visited,
#nav li li a:active {
	color: #1E1B57;
	display: block;
	line-height: normal;
	padding: 9px 13px;
}

#nav li li a:hover {
	background-color: none;
	color: #993300;
	text-decoration: none;
}

/********* TEXT ***********/

#title {
	color: #1E1B57;
	display: none; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding-bottom: 10px;
}
.print {
	width: 150px;
	float: right;
	margin-left: 10px;
	text-align: right;
}

body {
	background-image: url(../images/bkgd.gif);
	background-repeat: repeat;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin-top: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1E1B57;
	border-bottom: 1px solid #1E1B57;
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 25px 0;
	padding-bottom: 6px;
	padding-top: 9px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993300;
	font-size: 18px;
	font-weight: normal;
	padding-top: 8px;
 margin-bottom: 6px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993300;
	font-size: 15px;
	font-weight: normal;
	padding-top: 0px;
}

.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1E1B57;
	font-size: 14px;
	font-weight: bold;
}
	
.admin-staff td {
border-bottom: 1px solid #ccc;
background-color: #DEDEEA;
height: 34px;
color: #333;
}

.copyright {
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
	line-height: 13px;
}

/********* BOXES ***********/

#main_content_left {
	width: 450px;
}

#rt_side_container {
	float:right;
	width:286px;
	
	background:transparent;
	padding: 0px;
	margin: -2px -4px 0 0;
}

.rt_side_box {
	width:286px;
	background: #FFF;
	display:block;
	padding-bottom: 15px;
	margin: 15px 0 13px 0;
}

.rt_side_box p {
	margin: 15px 25px 0 25px;
}

.rt_side_box li {
	color:#1E1B57;
	display:list-item;
	margin: 0 15px 0 -16px;
	line-height: 19px;
}

.box h2 {
	background-image:url(../images/header_box.jpg);
	
}
.box h2 {
	background-repeat: repeat-x;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 10px 25px;
}

/********* FOOTER ***********/

#footer {
	background:url(../images/footer.jpg) repeat-x;
	width: 800px;
	height:25px;
	margin-left: auto;
	margin-right: auto;
} 

#footer address {
	font-size: 13px;
	line-height: 14px;
	padding: 5px 0 0 0;
	text-align: center;
	color:#FFF;
	font-style:normal;
}

#footer .bullet {
	padding: 0 5px 8px 5px;
}

.clear {
	clear:both;
}