/* -------------------------------------- */
/*      CSS by www.anamorphics.com        */
/* -------------------------------------- */


/* ----------------------------------------------------- */
/* STANDARD TAG DEFINITIONS                              */

body {
	background-color: #ffffff;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #3a1854;
	text-align: left;
	margin: 0px 0px 0px 0px;
	background-image: url('images/bg_main.gif');
	background-repeat:repeat-x;
}


/* ----------------------------------------------------- */
/* STRUCTURE                                             */

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}

#header {
	width: 960px;
	height: 120px;
}

#interface {
	width: 960px;
	height: 20px;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: .5px;
	padding: 1px 0px 0px 0px;
}

#content {
	width: 960px;
	min-height: 440px;
	margin: 0px 0px 0px 0px;
}
#content-left {width: 470px; float:left;}
#content-right {width: 470px; float:right;}

#content_home {
	width: 960px;
	min-height: 550px;	
	margin: 0px 0px 10px 0px;
	text-align: center;
}

#footer {
	clear:both;
	height: 105px;
	background-image: url('images/bg_footer.gif');
	background-repeat:repeat-x;	
}

#footer_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	line-height: 15px;
}


/* --------------------- Text ------------------------ */
a:link, a:visited {
	color:#ffffff;
	text-decoration:none;
	outline: none;
}

a:hover, a:active {
	color: #e6cae5;
	text-decoration:none;
	outline: none;
}

h1 {
	color: #3a1854;
	font-size: 22px;
	line-height: 26px;
}

h2 {
	color: #67ba8f;
	font-size: 18px;
	line-height: 21px;
}


ul {
	padding: 0px 0px 0px 15px;
	margin-left: 0;
}

li {
	padding: 0px 0px 0px 0px;
}

.link {
	color: #3a1854;	
	text-decoration: underline;
}

.footnote {
	font-size: 9px;
}

.required {
	color: #ff0000;
}

#form-shell {width: 660px; float:left; background:#ffffff; margin: 20px 0 5px 0; padding: 10px 0 0 6px; border-style:solid; border-width:1px; text-align:left;}
.form-wide {width: 660px; float:left;}
.form-left {min-height: 30px; width: 150px; float:left; background: #eeeeee; margin: 5px 0 5px 0; text-align: right;}
.form-right {min-height: 30px; width: 500px; float:left; background: #eeeeee; margin: 5px 0 5px 5px;}
.form-wide-left {min-height: 30px; width: 450px; float:left; background: #eeeeee; margin: 5px 0 5px 0; text-align: right;}
.form-wide-right {min-height: 30px; width: 200px; float:left; background: #eeeeee; margin: 5px 0 5px 5px;}
.form-narrow-left {min-height: 30px; width: 220px; float:left; background: #eeeeee; margin: 5px 0 5px 0; text-align: right; }
.form-narrow-right {min-height: 30px; width: 430px; float:left; background: #eeeeee; margin: 5px 0 5px 5px; }
.form-column {width: 200px; float:left; margin: 5px 0 0 5px;}
.form-column-wide {width: 400px; float:left; margin: 5px 0 0 5px;}
.form-title {font-weight: bold; font-size: 16px; color: #999999;}
.form-subtitle {font-weight: bold; font-size: 13px; color: #666666; font-style: italic;}
.form-required {color: #ff0000;}

.form-error1 {font-weight: bold; font-size: 13px; color: #aa0000;}
.form-error2 {font-weight: bold; font-size: 11px; line-height: 15px; font-style:italic; color: #aa0000;}

.superscript { font-size: 9px; vertical-align: top;}
