@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}abbr,acronym{border:0;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;font-size:small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;}pre,code,kbd,samp,tt{font-family:monospace;font-size:108%;line-height:100%;}
body {
	margin: 0;
	padding: 0;
	color: #7799e0;
	font-family: "Eras Medium ITC", "Trebuchet MS", Verdana;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */
	/*font:100%;*/
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-image:url(images/bluegrad.jpg);
	text-align:center;
	height: 100%;
	}

h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 {
	font-size: 2em;
	text-align: center;
	color: #802f2d;
	line-height: 1em;
	font-family: "Eras Medium ITC", "Trebuchet MS", Verdana;
}
h2 {
	font-size: 1.2em;
	color: #802f2d;
}
p {
	margin:0.8em 0;
	font-size: 115%;
}
#container   {
	width: 1000px;
	margin: 20px auto 0px auto;
	text-align: left;
	text-decoration: none;
	padding: 0;
	height:100%;
	border: solid #7799e0 1px;
	background-image:url(images/bluegrad10.jpg);
	background-repeat:repeat-x;
} 
#mainwrapper {
	margin: 0;
	width: 63%;
	padding-left: 30px;
	background-image: url(images/trees.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height:100%;
	/*overflow:hidden;*/
}
#mainContent   {
	margin: 0;
	height: 100%;
	width: 100%;
	/*zoom: 1;*/
	opacity: .90;
	filter: alpha(opacity=90);
	/*clear: both;*/
} 
#topright {
	float: right;
	width: 33%;
	padding:0;
	height: 100%;
	margin: -35px 0 0 0;
	clear:both;
	border: solid #7799e0 1px;
	color: #1C3A7B;
	background-color: #fbfbfb;
	background-image: url(images/bluegrad.jpg);
	text-align: center;
	line-height: 1.6em;
	font-size: 1em;
}
#people {
	width: 220px;
	float: right;
	text-align: center;
	margin: 0;
}
#thumbContainer {
	margin: 0;
	padding: 5px;
	border: solid #f6f6f6 2px;
	text-align: center;
}
#thumbContainer tr, td{
	margin: 0px;
	padding: 3px;
	background-color: #fbfbfb;
	background-image: url(images/bulgrad2.jpg);
	text-align: center;
}
#nav {
	height:37px;
	width:66%;
}
#nav ul {
	padding-top: 5px;
	margin: 0;
	list-style: none;
}
#nav li {
	list-style-type: none;
	display: inline;
	padding: 0 12px;
}
a:link{
	color:#802f2d;
	text-decoration:none;
	margin: 4px;
	padding: 0px;
}
a:hover {
	color: #B19D78;
}
.clearfloat { 
	clear:both;
}
.floatleft {
	margin: 0.5em;
	float: left;
	padding-right: 0.5em;
}
.floatright {
	margin: 0.5em;
	float: right;
	padding-left: 0.5em;
}

