@charset "utf-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#curve {
	width: 900px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	padding: 0px;
}

#container {
	width: 900px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	left: 50%;
	margin-left: -450px;
	position:absolute;
	margin-top: 10px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}


ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


#header {
	width: 900px;
	clear: both;
}
#topnav {
	width: 840px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 27px;
}
#topnav a {
	color: #000000;
	text-decoration: none;
}
#topnav a:hover {
	text-decoration: underline;
	color: #000000;
}
#topnav p {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
#banner {
	width: 900px;
	clear: both;
}
#nav-menu {
	width: 130px;
	clear: both;
	padding: 15px;
	background-color: #FFFFFF;
	float: left;
}
#nav-menu a {
	color: #000000;
	text-decoration: none;
}
#nav-menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	padding: 2px;
}
#nav-menu p {
	width: 120px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#content {
	width: 520px;
	padding: 15px;
	background-color: #FFFFFF;
	float: left;
}
#content a {
	color: #000000;
	text-decoration: none;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
}


#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
}

#right-column {
	width: 160px;
	padding: 15px;
	background-color: #FFFFFF;
	float: left;
}
#right-column a {
	color: #000000;
	text-decoration: none;
}
#right-column p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}
h1 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
}

#footer{
	bottom:0;
	left:0;
	width:100%;
	clear:both;
	background-color: #CCCCCC;
	margin-top: 10px;
}
#footer p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
}
.promise {
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
#right-column a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	padding: 2px;
}
#logmein {
    width: 380px;
    background-color: #FF6600;
    margin-left: 50px;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}