body {
	background-color: #696969;
	background-image: url(images/background_main.jpg);
	background-repeat: repeat-x;
	font-family: "Arial", verdana, lucida, sans-serif;
	font-size: 14px;
	line-height :18px;
	color: #000000;
	margin-top: 0px;
}
img, div { behavior: url(images/iepngfix.htc) }
#container
{
	margin-left : auto;
	margin-right : auto;
	width : 944px;
}
#left_edge
{
	width : 20px;
	background-image: url(images/left_edge.png);
	background-repeat: no-repeat;
	background-position : left top;
	height : 684px;
	float : left;
}
#center
{
	width : 904px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position : center top;
	background-color: #FFFFFF;
	float : left;
	min-height : 684px;
}
#right_edge
{
	width : 20px;
	background-image: url(images/right_edge.png);
	background-repeat: no-repeat;
	background-position : left top;
	height : 684px;
	float : left;
}
#content
{
	padding-left : 18px;
	padding-right : 18px;
	padding-top : 207px;
	width : 868px;
	float : left;
}
#top_curve
{
	width : 868px;
	height : 20px;
	background-image: url(images/top_curve.jpg);
	background-repeat: no-repeat;
	background-position : center top;
	float : left;
}	
#middle_content
{
	position: relative;
	width : 866px;
	background-image: url(images/content_bk.jpg);
	background-repeat: repeat-x;
	background-position : center bottom;
	background-color : #FDFDFD;
	border-left : solid 1px #C2C2C2;
	border-right : solid 1px #C2C2C2;
	height : 100%;
	float : left;
}
#bottom_curve
{
	width : 868px;
	height : 20px;
	background-image: url(images/bottom_curve.jpg);
	background-repeat: no-repeat;
	background-position : center bottom;
	float : left;
}
#middle_left
{	
	width : 349px;
	padding-left : 54px;
	padding-right : 54px;
	padding-top : 50px;
	height : 304px;
	float : left;
}
#middle_right
{
	width : 319px;
	height : 100%;
	float : left;
	padding-top : 52px;
	padding-right : 90px;
}
#footer
{
	margin-top : 20px;
	width : 874px;
	height : 53px;
	background-color : #000000;
	float : left;
	padding-top : 10px;
	text-align : right;
	padding-right : 30px;
	color : #FFFFFF;
	font-size: 12px;
}
#error
{
	color : #FF0000;
}
.input_box {
	width: 300px;
	height : 30px;
	text-align : left;
	vertical-align : middle;
	line-height : 30px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #ED2B32;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:active {
	color: #FFFFFF;
	text-decoration: underline;
}
	
	/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
