body {
	background: #ffffff;
	font-family: arial, sans-serif;
	font-color: #777777;
	font-size: 14px;
}

h1 {
	margin-left: 10px;
	margin-top: 30px;
	color: #777;
	font-size: 22px;
	font-weight: bold;
}	

h3 {
	margin: 5px;
	color: #000;
	font-size: 17px;
	font-weight: bold;
}	

h4 {
	margin: 5px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}	

#container {
	margin: 20px auto;
	width: 1100px;
	border: solid #000 2px;
}

#banner {
	margin: 0px;
	padding: 0px;
	width: 1100px;
	height: 172px;
	background: #fff url(../images/banner.jpg) left top no-repeat;
}

#menu {
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	width: 1080px;
	height: 35px;
	background: #ffffcc;
	border-bottom: solid #000 1px;
	border-top: solid #000 1px;
}	
#menu ul {
	float:left;
	width:100%;
	padding: 2px;
	margin: 0px;
	list-style-type:none;
}
#menu ul a {
	font-size: 18px;
	height: 22px;
	margin-left: 10px;
	margin-right: 10px;
	float:left;
	text-decoration:none;
	color: #000;
	padding:0.2em 0.6em;
	border-right:1px solid white;
}
#menu ul a:hover {
	color: #fff;
	background-color:#000;
}
#menu ul a.active {
	color: #fff;
	background-color:#999;
}
#menu ul li {
	display:inline;
}

#content {
	margin: 0px;
	padding: 0px;
	width: 1100px;
	background: #fff;
}

table.wrapper {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}	

table.wrapper td.leftcol {
	width: 250px;
	vertical-align:top;
	border-right: solid #000 1px;
}
table.wrapper td.leftcol p {
	padding-top: 40px;
	padding: 20px;
	color: #555;
	line-height: 150%;
	letter-spacing: 3px;
	text-align: justify;
}
table.wrapper td.leftcol p.bold {
	font-weight: bold;
}
table.wrapper td.rightcol {
	vertical-align:top;
	padding: 20px;
	padding-top: 0px;
}
table.wrapper td.rightcol p {
	padding: 10px;
	padding-top: 10px;
	color: #555;
	line-height: 130%;
	letter-spacing: 2px;
	text-align: justify;
}
table.wrapper td.rightcol p.bold {
	font-weight: bold;
}
table.wrapper td.rightcol td {
	padding: 10px;
	padding-top: 0px;
	color: #555;
	line-height: 130%;
	letter-spacing: 2px;
	text-align: justify;
}
.leftcol a {
	color: DodgerBlue;
}
.leftcol a:hover {
	color: #000;
}
.rightcol {
	width: 750px;
}	
.rightcol a {
	color: DodgerBlue;
}
.rightcol a:hover {
	color: #000;
}

#eventheader {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: solid 1px #999;
}	

.rightcol ul li {
	padding: 10px;
	padding-top: 10px;
	padding-right: 45px;
	color: #555;
	font-style: italic;
	line-height: 130%;
	letter-spacing: 2px;
	text-align: justify;
}

/* contact form */
form {
	padding-top: 10px;
	padding-bottom: 50px;
}
input {
	margin-top: 5px;
	margin-bottom: 5px;
}	
input.req {
	background: #eee;
}
textarea.req {
	background: #eee;
}
#contactform span {
	color: #777777;
}
span.error {
	color: #ff0000;
}
input.rightspace {
	margin-right: 50px;
}	
.submitbtn {
	height: 28px;
	color: #000000;
    border: 1px solid #5789c7;
    background: #cccccc;
}
.submitbtn:hover {
	color: #ffffff;
   border: 1px solid #006;
   background: #00c5c5;
}
#message {
	padding:50px;
	color: #058a88
}	
/* contact form */

#footer {
	padding-top: 13px;
	font-size: 17px;
	width: 1000px;
	height: 37px;
	color: #fff;
	background: #000;
	padding-left: 50px;
	padding-right: 50px;
}

#footer2 {
	margin: 0px auto;
	width: 1100px;
	font-size: 12px;
}	
	
#copyright {
	float: left;
	width: 500px;
	color: #777;
}
#credits {
	float: right;
	width: 500px;
	color: #777;
	text-align: right;
}
#credits a {
	color: #000;
	text-decoration: none;
}
#credits  a:hover {
	color: #999;
	text-decoration: underline;
}

/* -------------- */
    
.animatedtabs{
border-bottom: 1px solid gray;
overflow: hidden;
width: 100%;
font-size: 13px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 5px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(../bullets/tableft.gif) no-repeat left top;
margin: 0;
margin-right: 2px; /*Spacing between each tab*/
padding: 0 0 0 5px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(../bullets/tab.gif) no-repeat right top;
padding: 5px 10px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -252px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -252px;
color: #36660a;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover {
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

/* -------------- */
