@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #FFFFFF;
	font-family: Helvetica;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(../images/main/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 16px;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
a:link {
	color: #64003E;
	text-decoration: none;
}
a:hover {
	color: #64003E;
	text-decoration: underline;
}
a:active {
	color: #64003E;
	text-decoration: none;
}
a:visited {
	color: #64003E;
	text-decoration: none;
}
.welcome{
	background-image: url(../images/main/index_message_context.jpg);
	background-repeat: no-repeat;
	background-color: #F3F3F3;
	font-family: Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.context{
	font-family: Helvetica;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
	color: #333333;
}


/* FORM STYLES */
form {width: 450px;}

fieldset{
	padding:10px;
	border:1px solid #663366;
	margin-bottom:15px;
	width: 450px;
	font-family: Helvetica;
	font-size: 11px;
	color: #993300;
}

select {
	background-color:#F0F0F0;
	border: 1px solid #006666;
	margin: 3px;
	width: 320px;
	font-family: Helvetica;
	font-size: 11px;
	color: #000000;
}

.select2 {
	background-color:#F0F0F0;
	border: 1px solid #006666;
	margin: 3px;
	width: 80px;
	font-family: Helvetica;
	font-size: 11px;
	color: #000000;
}

input,textarea{
	background-color:#f6f6f6;

	margin: 4px;
	font-family: Helvetica;
	font-size: 11px;
	color: #000000;
}


/*styles the input fields*/
/*styles the form fields*/
label{
	font-family: Helvetica;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
	color: #333333;
}
legend{
padding:10px;/*gives a bit of padding between the border and the test*/
font-family: Helvetica;
font-size: 11px;
color: #000000;

}
.submitbutton {

	background-color:#f6f6f6;
}

/*end of form styles */

a.content:link {
	color: #FFFFFF;
	text-decoration: none
}
a.content:visited {
	color: #FFFFFF;
	text-decoration: none
}
a.content:hover {text-decoration: underline}
