body {
	margin:0;
	padding:0;
	border:0;
	font-size:14px;
	font-family:Verdana, Arial, sans-serif;
	background-color:#43c9ca;
	color:#006293;
}

h1 {
	font-size:40px;
	line-height:68px;
	font-weight:normal;
	margin:0;
	padding:0;
}

h2 {
	font-size:26px;
	font-weight:normal;
	margin:0;
	padding-bottom:8px;
}

h3 {
	font-size:20px;
	font-weight:normal;
	margin:0;
}

p {
	margin:0;
	padding-bottom:8px;
}

li {
	padding-bottom:8px;
}

img {
	border:none;
}

.bgtop {
	width:1028px;
	margin:19px auto auto auto;
	background-image:url(images/bkg-top.gif);
	height:6px;
}

.bgbtm {
	width:1028px;
	margin:auto;
	background-image:url(images/bg-btm.gif);
	height:6px;
}

.bgmain {
	background-image:url(images/bg-rpt.gif);
	background-repeat:repeat-y;
	margin:auto;
	padding:0 6px;
	width:1016px;
}

.navbar {
	height:55px;
	background-image:url(images/nav-rpt.gif);
	background-repeat:repeat-x;
}

.navbtn {
	height:13px;
	padding:24px 7px 18px 7px;
	background-image:url(images/nav-rpt.gif);
	background-repeat:repeat-x;
	border-right:1px solid #FFFFFF;
	float:left;
	line-height:13px;
	font-size:12px;
	color:#006293;
	background-position:top;
}

.navbtn:hover {
	background-position:bottom;
	cursor:hand;
	cursor:pointer;
}

.navbar a {
	text-decoration:none;
}

.banner {
	height:177px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
}

.title {
	height:68px;
	background-color:#e4fbff;
	padding-left:35px;
}

.title h1 {
	font-size:34px;
	line-height:68px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.lightblue {
	color:#12b3e1;
}

.content {
	background-image:url(images/content-bk.jpg);
	/*height:468px;*/
	background-position:top;
	min-height:468px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

.content-left {
	width:155px;
	padding:26px 34px 0 34px;
	float:left;
}

.content-left ul {
	margin:0;
	padding:5px;
	list-style-image:url(images/li.gif);
}

.content-left li {
	margin:5px;
	padding:0;
	line-height:1.5;
}

.content-left a {
	color:#FF0000;
}

.content-left a:hover {
	color:#990000;
}

.content-right {
	width:759px;
	padding:13px 0 0 34px;
	float:right;
}

.gallery img {
	padding:1px;
}

.rightpad153 {
	padding-right:153px;
}

.leftpad200 {
	padding-left:200px;
	padding-right:30px;
}

.photobar {
	width:749px;
	height:123px;
	background-image:url(images/photobar-bkg.gif);
	padding:10px 0px 10px 10px;
	margin-bottom:8px;
}

.clear {
	clear:both;
}

.footer {
	height:36px;
	background-image:url(images/nav-rpt.gif);
	background-repeat:repeat-x;
	line-height:36px;
	text-align:center;
}

a {
	color:#333333;
}

a:hover {
	color:#000000;
}

/* magic form thingy */

dl {
	padding: 4px 0;
	margin: 0px;
	cursor:default;
	color:#666666;
	width:100%;
	clear:left;
}

dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
	margin: 0px;
	padding:0;
}

dd {
	margin-left: 41%;
	vertical-align: top;
	margin: 0px;
	padding:0;
}

label {
	margin:0;
	padding:0;
}

/* Hover Effects */

dl:hover {
	background-color: #43c9ca;
}

dl:hover dt label {
	color: #333333;
}

dl:hover dt label {
	color: #000000;
}

/* Input hover and focus styles */
input, textarea {
	border:1px solid #999999;
	margin:0;
	padding:2px;
}

input {
	width:30%;
}

textarea {
	height:62px;
	width:50%;
	padding:2px;
	margin:0;
}

input:hover, textarea:hover {
	border: 1px solid #65A7EF;
}

input:focus, textarea:focus {
	border: 1px solid #1362B9;
	color: #000000;
}

.red {
	color:#FF0000;
}

.nohover:hover {
	background:none;
}

.height100 {
	height:100px;
}

.height70 {
	height:70px;
}

.height40 {
	height:40px;
}

#submit {
	background-color:#FFFFFF;
	width:100px;
}

#submit:hover {
	background-color:#43c9ca;
}