/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}
	
body {
  	font: 10pt/16pt "trebuchet ms", helvetica, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color:#AB853D;
}

p { 
	font: 11pt/16pt "trebuchet ms", helvetica, arial, sans-serif;
	margin-top: 0px; 
	text-align: justify;
}

h1 {
	font: 16pt/18pt "trebuchet ms", helvetica, arial, sans-serif;
	margin-top: 0px; 
	text-align: left;
	color: #990033;
}

h2 {
	font: 14pt/18pt "trebuchet ms", helvetica, arial, sans-serif;
	margin-top: 0px;
	text-align: left;
	font-weight:bold;
	color: #990033;
}
	
	
td {
	font: 10pt/16pt "trebuchet ms", helvetica, arial, sans-serif;
}

th {
	font: 10pt/16pt "trebuchet ms", helvetica, arial, sans-serif;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#996600;
}

a:hover{
	text-decoration:underline;
}


/* specific divs */

#container {
	position: relative; 
	width: 760px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

#title {
	width: 760px;
	height: 350px;
	position: relative;
}
#title span {
	background: url(images/header1.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#sidebar {
	position: absolute;
	/*left: -142px;
	top: -30px;*/
	left: 0px;
	top: 348px;
	width: 132px;
	padding: 5px;
	background-color:#886000;
	color:#FFFFFF;
}

#sidebar ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

#sidebar a{
	color:#FFFFFF;
	text-decoration: none;
	font-weight:normal;
}

#sidebar a:hover{
	color:#FFFFCC;
	font-weight:bold;
	font-style:normal;
}

#mainbody {
	position: relative;
	left: 142px;
	width: 518px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#FFFFFF;
}

#footer p{
	text-align:center;
}

#mission {
	padding:10px;
	border-style:solid;
	border-width:thin;
	border-color:#993300;
	background-color:#FFFFCC;
}
	

