/*---- general styles ----*/

* {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#hwrapper {
	width: 760px;
	min-height: 420px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -210px 0 0 -370px;
}

#wrapper {
	width: 760px;
	min-height: 420px;
	margin: 100px auto;
}

#main {
	float: left;
	width: 722px;
	min-height: 362px;
	border: 1px solid #39b54a;
	background-color: #FFFFFF;
	padding: 16px;
}


#header {
	float: left;
	width: 722px;
	min-height: 50px;
}

#logo {
	float: left;
	width: 250px;
	min-height: 50px;
}

#navigation {
	float: left;
	width: 472px;
	min-height: 45px;
	text-align: right;
	margin: 5px 0 0 0;
}

#navigation p {
	color: #842990;
	font-size: 0.75em;
}

#navigation a {
	color: #842990;
	text-decoration: none;
}

#navigation a:hover {
	color: #39B54A;
	text-decoration: underline;
}

#navigation a.navOn {
	color: #ec1f77;
}

#content {
	float: left;
	background-color: #f5fbf6;
	min-height: 312px;
	background-image: url(../images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#text {
	float: left;
	width: 342px;
	padding: 40px 30px 10px 30px;
}

#text h1 {
	color: #6f6a70;
	font-size: 0.85em;
	margin-bottom: 1.2em;
}
#text  p, #flash p {
	color: #6f6a70;
	font-size: 0.85em;
	margin-bottom: 1.2em;
}
#text  ul, #flash ul {
	margin-bottom: 1.2em;
}
#text  li, #flash li {
	color: #6f6a70;
	font-size: 0.8em;
	margin-left: 20px;
	margin-bottom: 0.2em;
}

#text a {
	color: #003366;
	text-decoration: none;
}

#text a:hover {
	color: #842990;
	text-decoration: underline;
}

#text a.exLink {
	color: #ec1f77;
}

#image {
	float: left;
	width: 320px;
	text-align: right;
}


#footer {
	padding: 6px 0 0 0;
	float: left;
	width: 760px;
}

#footer p {
	color: #39b54a;
	font-size: 0.65em;
	text-align: center;
}

#footer a {
	color: #39b54a;
}


#flash {
	width: 760px;
	min-height: 396px;
}

