/* CSS Document */

body {
	background-color:#360;
	text-align:center;
	font-size:62.5%;
	color:#003300;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	width:955px;
	text-align:left;
	background:left #ffc repeat-y url(../images/wrapperLeftBG.jpg); 
}
img, img a {
	border:none;
}
.insetR {
	float:right;
	margin:15px;
}
img.insetL {
	float:left;
	padding:15px;
}
#photos img {
	margin-bottom:20px;
}
#header {
	float:right;
	background:left no-repeat url(../images/headerBG.jpg);
	height:196px;
	width:625px;
	margin:0;
	padding:0;
	text-align:center;
	color:#FFFFFF;
}
#header h1, #header h2 {
	margin-left:380px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#header h1 {
	font-size:2.8em;
	margin-top:100px;
}
#header h2 {
	font-size:1.7em;
	margin-top:-15px;
}
#navBar {
	float:left;
	width:330px;
	margin:0;
	padding:0;
	font-size:1.6em;
}
#navBar img.center {
	margin-left:71px;
}
#navBar ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-left:49px;
	z-index:10;
}
#navBar li {
	display:block;
	width:200px;
	height:40px;
	text-align:center;
	color:#000000;
	font:1.2em bold Georgia, "Times New Roman", Times, serif;
}
#navBar li a {
	display:block;
	height:40px;
	padding-top:10px;
	text-decoration:none;
	color:#000000;
}
#navBar li a:hover, #navBar li a.current {
	color:#fff;
}
#navBar li.m1 {
	background:center no-repeat url(../images/menu/m1.gif);
}
#navBar li.m2 {
	background:center no-repeat url(../images/menu/m2.gif);
}
#navBar li.m3 {
	background:center no-repeat url(../images/menu/m3.gif);
}
#navBar li.m4 {
	background:center no-repeat url(../images/menu/m4.gif);
}
#navBar li.m5 {
	background:center no-repeat url(../images/menu/m5.gif);
}
#content {
	width:600px;
	float:right;
	padding-right:15px;
}
#content p {
	font-size:1.6em;
	line-height:1.6em;
}
#sidebar {
	width:190px;
	float:right;
	clear:right;
	padding:5px;
	font-size:0.8em;
	background:#ccc;
}
#footer {
	width:955px;
	clear:both;
	padding:20px 0 2px 0;
}
#footer p {
	margin-left:330px;
	text-align:center;
}
form.standardForm {
	font-size:1.2em;
}
form.standardForm fieldset {
	margin-bottom:10px;
	width:360px;
}
form.standardForm legend {
	padding:0 2px;
	font-weight:bold;
}
form.standardForm label {
	width:90px;
	display:inline-block;
	line-height:1.8em;
	vertical-align:top;
	text-align:right;
}
form.standardForm fieldset ol {
	margin:0;
	padding:0;
}
form.standardForm fieldset li, form.standardForm span.formLabel {
	list-style:none;
	display:block;
	padding:5px;
	margin:0;
	background-color:#dddddd;
}
form.standardForm input, form.standardForm textarea {
	width:230px;
	margin-left:2px;
}
form.standardForm input.button {
	display:inline;
	width:125px;
	text-align:center;
	margin-left:15px;
	padding:0;
}