@charset "utf-8";
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 15px #264294;
	-moz-box-shadow: 0px 0px 15px #264294;
	box-shadow: 0px 0px 15px #264294;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}
#shadow {
	width: 834px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#wrapper #header {
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 740px;
	height: 100px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-left: 30px;
	padding-right: 30px;
}
#wrapper #navbar {
	background-color: #E8E8E8;
	height: 36px;
}
#mainbody   {
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 30px;
	width: 660px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-top: 40px;
	background-color: #FFFFFF;
	clear: both;
}
#mainbody    p    {
	margin-bottom: 15px;
}
#mainbody  a:link  {
	color: #FC2803;
	text-decoration: none;
}
#mainbody   a:hover  {
	text-decoration: underline;
}
#mainbody  a:visited {
	color: #333333;
}
	
#wrapper #bottommenu {
	background-color: #E8E8E8;
	clear: both;
	text-align: center;
	padding-top: 12px;
	padding-right: 28px;
	padding-bottom: 10px;
	padding-left: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
#wrapper  #bottommenu  a:link  {
	color: #333333;
	text-decoration: none;
}
#wrapper  #bottommenu  a:hover  {
	text-decoration: underline;
}
#wrapper #bottommenu a:visited {
	color: #333333;
}



#wrapper #footer {
	background-color: #366A9C;
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-right: 28px;
	padding-bottom: 12px;
	padding-left: 28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px; 
}
#wrapper #footer a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#wrapper  #footer  a:visited  {
	color: #FFFFFF;
}

#wrapper  #footer  a:hover  {
	color: #FF3300;
}


.heading1 {
	font-weight: bolder;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


.bodyheading1         {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	font-style: oblique;
	padding-top: 15px;
}
.bodyheading1_normal {
	font-style: normal;
	font-family: AGaramond;
	font-size: 24px;
	color: #a60000;
	font-weight: bold;
}
.title2 {
	font-family: AGaramond;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.bodytext1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodytext2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px;
	font-style: italic;
}
.bodytext2_normal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.mainbodyimgleft {
	float: left;
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
}

.mainbodyimgcenter {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mainbodyimgright   {
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 25px;
	float: right;
	padding-bottom: 15px;
}
.mainbody_photocaption1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #956024;
	padding-top: 8px;
	text-align: center;
}
#leftcolumn {
	width: 360px;
	float: none;
}
#rightcolumn {
	float: right;
}
