body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
}

h1 {
	font-size: 1.5em;
	background-image: url(images/h1.png);
	background-repeat: repeat-x;
	margin: 0px;
	height: 55px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h2 {
	font-size: 1.9em;
	color: #F8B915;
}
h3 { font-size: 1.4em; }
h4 {
	font-size: 1.1em;
	color: #1773A6;
	line-height: 1.7em;
}

p, blockquote, ul, ol {
	line-height: 1.8em;
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.thumb {
	float: left;
	padding: 4px;
	margin-right: 15px;
	border: 1px solid #CCC;
}
.thumb2 {
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

a:focus {
	outline: none;
}

a {
	color: #2497DB;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #96C83C;
}

img { border: none; }

/* Header */

#header {
	width: 940px;
	height: 366px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Page */

#page {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Content */

#content {
	float: right;
	width: 600px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

#contentwide {
	float: left;
	width: 940px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

#content .content {
	padding: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	background-color: #1F89C6;
	background-image: url(images/sidebar_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 300px;
}

#sidebar ul {
	padding: 0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	list-style-position: inside;
}

#sidebar li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #FFF;
}

#sidebar h2 {
	font-size: 100%;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #95C834;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar p {
	margin-left: 20px;
	margin-right: 20px;
	color: #FFF;
}

#sidebar a {
	color: #FFFFFF;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Footer */

#footer {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 100px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0C98DE;
}

#footer p {
	margin: 0;
	line-height: 2em;
	color: #FFFFFF;
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 80%;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 4px;
}

#footer a:hover {
	text-decoration: none;
	background-color: #0C98DE;
	padding: 4px;
}

.backtotop {
	font-size: 75%;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.congrats {
	font-size: 120%;
}
input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 6px;
	width: 420px;
	border: 1px solid #009EE3;
}

.smallinput {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 6px;
	width: 140px;
	border: 1px solid #009EE3;
}

select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 4px;
	width: 420px;
	border: 1px solid #009EE3;
}
textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 6px;
	width: 550px;
	border: 1px solid #009EE3;
}
label {
	display: block;
}
.submit {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 40px;
	width: 113px;
	margin: 0px;
	padding: 0px;
}
.required {
	font-size: 80%;
	font-style: italic;
	color: #F00;
}
#checkbox {
}

#checkbox input {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#checkbox label {
	display: inline;
}
