/* CSS Document */

html {
	background-color: #c0c0c0;
}

body {
	margin: 0;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	width: 750px;
	background-color: #ffffff;
}

h2 {
	margin: 20px 0px 0px 10px;
	color: #ffffff;
	font-size: 18px;
}

input {
	margin: 5px 0px 0px 0px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #5c4190;
}

ul, ul ul, ul ul ul {
	list-style-type: disc;
}

a:hover {
	text-decoration: underline;
}

.header {
	width: 750px;
	height: 224px;
	padding-top: 156px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.compheader {
	width: 750px;
	height: 153px;
	padding-top: 0px;
	background-image: url(images/banner2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

.header a:link, .header a:active, .header a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.header a:hover {
	text-decoration: underline;
}

.linkstrip {
	width: 745px;
	height: 35px;
	background-image: url(images/strip.jpg);
	text-align: right;
	padding-top: 6px;
	padding-right: 5px;
}

.linkstrip a:link, .linkstrip a:active, .linkstrip a:visited {
	text-decoration: none;
	color: #000000;
}

.linkstrip a:hover {
	text-decoration: underline;
}

.content {
	background-color: #a9c837;
	width: 740px;
	padding-left: 10px;
}

.left {
	float: left;
	width: 400px;
	margin-top: 0px;
}

.right {
	float: right;
	margin: 20px 10px 10px 10px;
	background-image: url(images/rightbg.jpg);
	background-repeat: repeat-y;
	width: 296px;
}

.right p.righttitle {
	color: #ffffff;
	margin: 5px 10px 5px 10px;
	background-image: url(images/righttitlebg.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 35px;
}

.right form {
	margin: 0px 0px 10px 20px;
}

.right p {
	margin: 5px 20px 5px 20px;
}

.footer {
	width: 750px;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
 