@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #666;
	text-align: center;
	background-color: #F4EEE0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
	font-weight: normal;
	color: #AC989C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-style: normal;
	padding: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-transform: uppercase;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#divContainer {
	background-image: url(../assets/bckgrnd.jpg);
	background-repeat: no-repeat;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#divContainer2 {
	background-image: url(../assets/bckgrnd.jpg);
	background-repeat: no-repeat;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: 775px;
}
#divNavbar {
	width: 425px;
	float: right;
	margin-right: 41px;
	margin-top: 133px;
	position: relative;
}
#divContent {
	float: right;
	width: 423px;
	margin-top: 65px;
	clear: right;
	margin-right: 22px;
	position: relative;
	background-color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
}
#divContent p a:link, #divContent p a:visited {
	color: #639;
	text-decoration: none;
}
#divContent p a:hover, #divContent p a:active {
	color: #639;
	text-decoration: underline;
}
#divContent #frmRegister p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-bottom: 10px;
}
#divContent #frmRegister fieldset {
	background-color: #F5F5F5;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
#divContent #frmRegister legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F5F5F5;
	letter-spacing: .1em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#divContent #frmRegister input.text {
	width: 200px;
}
#divContent #frmRegister input.text:focus, #divContent #frmRegister textarea:focus {
	background-color: #F4E8E8;
	border: 1px solid #D5C7C6;
}
.col1 {
	float: left;
	width: 200px;
}
.col1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
}
.col2 {
	float: right;
	width: 200px;
}
.col2 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
}
#divFooter {
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../assets/bckgrndFooter.jpg);
	background-repeat: no-repeat;
	height: 75px;
	text-align: left;
	clear: both;
}
#divFooter p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#divFooter p a:link, #divFooter p a:visited{
	color: #999;
	font-weight: normal;
	text-decoration: underline;
}
#divFooter p a:hover, #divFooter p a:active{
	color: #999;
	font-weight: normal;
	text-decoration: underline;
}
.clearfloat {
	clear: both;
}
