* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font: 12px/1.5 Arial, Helvetica, Tahoma, sans-serif;
	color: #000000;
	text-align: center;
	min-width: 750px;
	background-image: url(images/lizard.jpg);
	background-position: center -80px;
	background-repeat: no-repeat;
	background-color: #96b8c4;
}

a { 
	font-weight: bold;
	color: #E73446;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0 0 10px 0;
	text-align: justify;
}

h1 {
	font-size: 22px;
	padding: 0 0 5px 0;
	color: #353771;
}
h2 {
	font-size: 18px;
	padding: 0 0 5px 0;
	color: #353771;
}
h3 {
	font-size: 14px;
	padding: 0 0 5px 0;
	border-bottom-style: none;
	color: #000000;
	clip: auto;
}

.border {
	border: 1px #000 solid;
}
.to-left {
	float: left;
		text-align: left;
			margin-right: 10px;
			}
			.to-right {
				float: right;
					text-align: right;
						margin-left: 10px;
						}
						
input, textarea	 { font-family:verdana,arial,helvetica,sans-serif; 
	border-color: black; border-width:1px; border-style:solid; color:black; 
	background-color:white;
	}
.formleft {
	float: left;
	text-align: right;
	width: 15em;
	padding-right: 10px;
	font-size: 12px;
}

#mainContent ul {
	margin-left:20px;
	margin-bottom:10px;
	}


#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#header-tl {
	width: 564px;
	height: 150px;
	float: left;
}

#header-tr {
	width: 186px;
	height: 238px;
	float: right;
}

#bottomLinks {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 10px;
	text-align: center;
	clear: both;
}

ul#navmenu {
	width: 530px;
	height: 31px;
	list-style: none;
	float: left;
	margin-top: 40px;
}
ul#navmenu li {
	float: left;
}
ul#navmenu a {
	font-weight: bold;
	text-decoration: none;
	float: left;
	display: block;
	padding: 0 10px;
	line-height: 31px;
	height: 32px;
	color: #000000;
	border-top: solid #000 1px;
	border-left: solid #000 1px;
	background-image: url(images/tabbg.gif);
}
ul#navmenu .first a {
	border-right: none;
}
ul#navmenu .last a {
	border-right: solid #000 1px;
}
ul#navmenu .active , ul#navmenu a:hover , ul#navmenu .current a {
	background-color: #f3cd6c;
	color: #000000;
	background-image: url(images/tabbgred.gif);
}

#mainContent {
	width: 530px;
	min-height: 100px;
	padding: 15px;
	float: left;
	border: solid #000 1px;
	margin-top: 2px;
	background-color: #e5edf0;
	background-image: url(images/contentbg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 450px;
}
*html #mainContent {
	margin-top: 0;
	width: 562px;
}

#firstCol {
	width: 254px;
	float: left;
}
#secondCol {
	width: 254px;
	float: left;
	margin-left:18px;
}
#rCol {
	width: 170px;
	padding: 8px;
	float: right;
	margin-top: 250px;
}
