/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(images/background.png) repeat-x #60839F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p, .formclass1{	
	padding:0;
	padding-left:10px;
}
form{	
	padding:0;
	margin:0;
}
.formclass1{
	background:url(images/form.jpg) no-repeat center;
	width:250px;
	height:291px;
	color:#FFFFFF;
	float:left;
}
.indexp{
	width:493px;
	float:left;
	padding-right:5px;
}
#wrapper{
	width:1077px;
	margin:auto;
	background:url(images/bodyrepeat.jpg) repeat-y center;
	position:relative;
}
#wrapper #header{
	background:url(images/header.png) no-repeat;
	height:262px;
}
#wrapper #bodywrap{
	background:url(images/horizbar.png) no-repeat;
}
#wrapper #bodywrap #left{
	float:left;
	position:relative;
	left:58px;
	background:url(images/leftbar.png) no-repeat;
	width:203px;
	height:505px;
	padding:5px;
}
#wrapper #bodywrap #right{
	position:relative;
	left:49px;
	width: 760px;
	float:left;
}
#wrapper #bodywrap #bodywrapend{
	clear:left;
}
#wrapper #footer{
	height:20px;
}
#header ul{
	list-style:none;
	position:relative;
	width: 500px;
	left: 200px;
	top: 190px;
}
#header li{
	float:left;
	height:23px;
	width:120px;
	text-align:center;
	padding-top:5px;
}
#header li a{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
.btn1{
	background:url(images/green-button.png) no-repeat;
	
}
.btn1:hover{
	background:url(images/green-rollover.png) no-repeat;
}
.btn2{
	background:url(images/purp-button.png) no-repeat;
}
.btn2:hover{
	background:url(images/purp-rollover.png) no-repeat;
}
.btn3{
	background:url(images/blue-button.png) no-repeat;
}
.btn3:hover{
	background:url(images/blue-rollover.png) no-repeat;
}
.btn4{
	background:url(images/red-button.png) no-repeat;
}
.btn4:hover{
	background:url(images/red-rollover.png) no-repeat;
}
#header .contactlink{
	position:relative;
	width: 200px;
	left: 800px;
	*top: 110px;
	top: 130px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}
.contactlink a{
	color:#FFFFFF;
	text-decoration:none;
}
.contactlink a:hover{
	text-decoration:underline;
}
#left h1{
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
}
#left ul{
	position:relative;
	width: 180px;
	left: 10px;
}
#left li ul{
	left: 0;
}
#left ul, #li ul{
	list-style:none;
	padding:0;
	margin:0;
}
#left li{
	font-weight:bold;
	padding-top:5px;
}
#left li ul li{
	font-weight:normal;
	padding-top:0;
}
#left li{
	color:#FFFFFF;
}
#left li a{
	text-decoration:none;
	color:#FFFFFF;
}
#left li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#schedule{
	padding:10px;
	border-bottom:dotted #666666;
}
#schedule h1{
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
#schedule h2{
	font-weight:bold;
	font-size:12px;
	padding:0;
	margin:0;
}
#schedule ul{
	list-style:url(images/arrow.png);
	padding:0;
	margin:0;
	padding-left:15px;
}
#schedule li{
	padding:5px;
}