@charset "UTF-8";
/* --- IMESO--- */

body {
	margin: 0px;
	color: #404040;
	font-size: 12px;
	font-family: "Trebuchet MS",Arial, Verdana, Univers;
	background-color: #404040;
	background-image: url(images/pattern.jpg);
	background-repeat: repeat;
}

h1 {
	color: #8c489f;
	font-size: 18px;
	font-weight: bold;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

a          { color: #8c489f; }
a:visited  { color: #c4c3e5; }
a:hover    { color: #443266; }

.container {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	background-color: #443266;
}


/* BANNER AREA */
.bannerArea {
	width: 908px;
	color: #FFF;
}

.bannerNav {
	width: 800px;
	margin: 8px 8px 20px 8px;





	#margin-bottom: 10px; /* for IE */
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.bannerNav ul{
	margin: 0px;
}

.bannerNav li{
	list-style: none;
	float:left;
	margin: 0px 20px 0px 0px;
	#margin-left: 20px; /* for IE */
}

.bannerNav a{
	margin-left: 0px;
	color: #fff;
	text-decoration: none;
}
.bannerNav a:visited{
	color: #fff;
}

.bannerNav a:hover{
	color: #fff;
}

.bannersubnav {
	padding-top: 20px;
	padding-right: 20px;
	float: right;
	color: #ccc;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana,Arial, Helvetica , sans-serif;
}

.bannersubnav a { color: #f1f0ff; text-decoration: none; padding-left: 5px; padding-right: 5px; }
.bannersubnav a:visited { color: #ccc; }
.bannersubnav a:hover {
	color: #FFF;
	text-decoration: none;
}

.toplogo {
	margin-left: 0px;
	padding-top: 0px;
	background-color: #8C489F;
}

.navigationArea {
	width: 908px;
	border-bottom: solid;
	border-color: #8c489f;
	border-width: 1px;
}

/* CONTENT AREA */

.contentArea {
	width: 908px;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #FFF;
}

.contentleft {
	width: 400px;
	padding-left: 30px;
	padding-right: 40px;
	float: left;
}

.content{
	width: 800px;
	padding-left: 30px;
	padding-right: 40px;
	float: left;
}

.contentright {
	width: 400px;
	float: left;
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;	
}
.imageleft {
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}


/* FOOTER AREA */
.footerArea {
	width: 908px;
	height: 50px;
	background-color: #FFF;
}

.copyright {
	border-top: dotted;
	border-color: #8c489f;
	border-width: 2px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 12px;
	color: #443266;
	font-size: 12px;
}
.outline {
	border: 1px solid #8c489f;
}
#navstrap {
	padding-top: 20px;
	padding-right: 20px;
	float: right;
	color: #ccc;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana,Arial, Helvetica , sans-serif;
	top: 20px;
}
.photrightjust {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	right: auto;
	clip: rect(auto,auto,auto,auto);
}
