/* -------------------------------------- */
/*      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_home {
	width: 960px;
	min-height: 550px;	
	margin: 0px 0px 10px 0px;
	text-align: center;
}

#footer {
	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;
}