body {
	margin: 0px;
	padding: 0;
	background: #F4A966 url(images/bkg2.gif) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #464646;
}

#wrapper {
	width: 1040px;
	margin: 0px auto 20px auto;
	padding: 0px;
	background: #F28422;
	z-index:-1;
}

#page {
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FDECD0;
}
/* Content */
#map {
	float: left ;
	width: 705px;
	margin: 0px 0px 0px 20px;
	padding: 0px 30px 40px 20px;
}
#content {
	float: left ;
	width: 505px;
	margin: 0px 0px 0px 20px;
	padding: 0px 30px 40px 20px;
}
#content ol {
	margin-top: 0px;
	line-height: 120%;
	text-align: left;
}
#content ul {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
	text-align: left;
}
#content2 {
	float: left ;
	width: 725px;
	margin: 0px 0px 0px 20px;
	padding: 0px 30px 40px 20px;
}
#content2 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
	text-align: left;
}
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #071B74;
}
#content h2 {
	font-weight: bold;
	color: #4C5EAE;

}
h1 { font-size: 44px; }

h2 { font-size: 24px; }

h3 { font-size: 16px;}

p, ul, ol{
	margin-top: 0;
	line-height: 240%;
	text-align: left;
}


blockquote {
	margin-top: 0;
	text-align: left;
	margin-left: 20;
 }

a { color: #071B74; }

a:hover { text-decoration: bold; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}


/* Header */

#header {
	width: 1000px;
	height: 210px;
	margin: 0 auto;
	background: url(images/logo_top.gif) no-repeat right top;
}

#logo {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	/* text-transform: lowercase; */
}

#logo h1, #logo h2 {
	margin: 0px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #F7D372;
}

#logo h1 a {
	color: #915700;
}

#logo h1 {
	padding-top: 60px;
	font-size: 48px;
	font-weight: normal;
	font-style: italic;
	color: #071B74;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#banner {
	padding-bottom: 20px;
}
/* Menu */
#menu {
	position: relative;
	top: -200px;
	float: left;
	width: 165px;
	margin: 0 0 0 20px; 
}
#menu2 {
	position: relative;
	top: -2px;
	float: left;
	width: 165px;
	margin: 0 0 0 20px; 
}

#menu ul {
	margin: 0;
	padding: 0px 10px 0px 16px;
	list-style: none;
	line-height: normal;
	background: url(images/menu_bk1.gif) repeat-y right top;
	text-align: center;
}
#menu2 ul {
	margin: 0;
	padding: 0px 10px 0px 16px;
	list-style: none;
	line-height: normal;
	background: url(images/menu_bk1.gif) repeat-y right top;
	text-align: center;
}

#menu li {
	display: block;
	padding: 10px 4px 0px 0px;
}
#menu2 li {
	display: block;
	padding: 10px 4px 0px 0px;
}

#menu a {
	margin-right: 4px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #071B74;
}
#menu2 a {
	margin-right: 4px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #071B74;
}
#menu a:hover { 
	color: #4C5EAE;
	text-decoration: underline; 
}
#menu .current{
	color: #071B74;
	font-size: 20px;
	font-weight: bold;
}
#menu .first {
}
#menu2 a:hover { 
	color: #4C5EAE;
	text-decoration: underline; 
}
#menu2 .current {
	color: #071B74;
	font-size: 20px;
	font-weight: bold;
}
/* Sidebar */

#sidebar {
	position: relative;
	top: -200px;
	float: right;
	width: 220px;
	padding: 0px 20px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #071B74;	
}
#sidebar ul {
	text-align: center;
	margin: 0;
	padding: 0px 19px 0px 14px;
	background: url(images/event_bk.gif) repeat-y right top;
	list-style: none;
	line-height: normal;
}
#sidebar li {
	padding: 0 0 10px 0px;
	font-size: 16px;
}
#sidebar li ul {
	margin: 0px 0px;
}
#sidebar p {
	margin: 0;
	padding: 0px 14px;
}
#sidebar h2 {
	font-size: 20px;
	font-weight: bold;
	color: #071B74;	
}
#sidebar p {
	line-height: 200%;
}
#sidebar a {
	text-align: left;
	color: #071B74;
	text-decoration: none;
}
#sidebar a:hover {
	color: #4C5EAE;
	text-decoration: underline;
}
#sidebar2 {
	position: relative;
	top: -50px;
	float: right;
	width: 220px;
	padding: 0px 20px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #071B74;	
}
#sidebar2 ul {
	text-align: center;
	margin: 0;
	padding: 0px 19px 0px 14px;
	background: url(images/event_bk.gif) repeat-y right top;
	list-style: none;
	line-height: normal;
}
#sidebar2 li {
	padding: 0 0 10px 0px;
	font-size: 16px;
}
#sidebar2 li ul {
	margin: 0px 0px;
}
#sidebar2 p {
	margin: 0;
	padding: 0px 14px;
}
#sidebar2 h2 {
	font-size: 20px;
	font-weight: bold;
	color: #071B74;	
}
#sidebar2 p {
	line-height: 200%;
}
#sidebar2 a {
	text-align: left;
	color: #071B74;
	text-decoration: none;
}
#sidebar2 a:hover {
	color: #4C5EAE;
	text-decoration: underline;
}

#sidebar3 {
	position: relative;
	top: 5px;
	float: right;
	width: 220px;
	padding: 0px 20px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #071B74;	
}
#sidebar3 ul {
	text-align: center;
	margin: 0;
	padding: 0px 19px 0px 14px;
	background: url(images/event_bk.gif) repeat-y right top;
	list-style: none;
	line-height: normal;
}
#sidebar3 li {
	padding: 0 0 10px 0px;
	font-size: 16px;
}
#sidebar3 li ul {
	margin: 0px 0px;
}
#sidebar3 p {
	margin: 0;
	padding: 0px 14px;
}
#sidebar3 h2 {
	font-size: 20px;
	font-weight: bold;
	color: #071B74;	
}
#sidebar3 p {
	line-height: 200%;
}
#sidebar3 a {
	text-align: left;
	color: #071B74;
	text-decoration: none;
}
#sidebar3 a:hover {
	color: #4C5EAE;
	text-decoration: underline;
}


/* Footer */

#footer {
	width: 920px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
}

#footer-bgcontent {
	height: 60px;
	background: url(images/foot.gif) repeat-x left top;
}

#footer p {
	margin: 0;
	padding: 28px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 12px;
	color: #F7D372;
}

#footer a {
	color: #F7D372;
	text-decoration: underline;
}
.sig {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4579A4;
	font-size: 17px;
	font-style: italic;
}
.sigtext {
	font-family:Lucida Handwriting;
	font-size:16px;
	color:navy;
}
.big {
	font-size:24px;
}
.large {
	font-size:19px;
}
.navy {
	color:navy;
}
.green {
	color:green;
}
.red {
	color:red;
}
.maroon {
	color:maroon;
}
