@charset "utf-8";
/* CSS Document */
/*--------------------basic styling--------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body{
	background-color:#ffffff;
	text-align:center;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:100.01%;
	}
h1 {
	margin-left: -9000px;
	font-size: 0px;
}

#wrapper{
	position:relative;
	width: 850px;
	text-align:left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 1.55em;
	padding-right: 1.55em;
	}
#header {
	width: 850px;
	margin-bottom: 1em;
}

/*-------------------------------Navigation-------------------------*/
#navigation {
	position: relative;
	width: 207px;
	height: 35px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background-image: url(assets/images/nav_bg_06.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
	}
#navigation a {
}
#navigation img {
	margin-bottom: 1em;
}


#clear {
	clear:both;
	}

#content {
	color: #666666;
	font-size: 95%;
	margin-top: 0em;
	width: 621px;
	float: left;
	margin-left: 1em;
	text-align: left;
}
#content a {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
#content p {
	padding-bottom: 1em;
	font-size: 90%;
}

#content h1 {
	color: #C39C51;
	margin-bottom: 0.5em;
	margin-top: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C39C51;
	font-size: 120%;
	margin-left: 0px;
}
#content h2 {
	font-size: 105%;
	padding-bottom: 1em;
}


#contentLeft {
	float: left;
	width: 570px;
}
#content  li {
	font-size: 90%;
}
#content ul {
	padding-left: 1em;
	padding-bottom: 1em;
}


#contentRight {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #52056F;
	width: 240px;
	padding-left: 0.75em;
	padding-right: 0.75em;
	text-align: justify;
	font-size: 85%;
	color: #4A0A6B;
}
#contentRight a {
	font-weight: bold;
	color: #52056F;
}

#contentRight h1 {
	font-size: 110%;
	font-weight: bold;
	color: #52056F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #52056F;
}





#footer {
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin-left: 0em;
	margin-right: 0em;
	background-image: url(assets/images/footer_bg_30.gif);
	height: 65px;
	background-repeat: no-repeat;
	width: 835px;
	margin-bottom: 1.7em;
	margin-top: 0em;
	text-align: right;
	padding-top: 2.9em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	}
#footer a {
	color: #999999;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

#pageBottom {
	background-image: url(assets/images/bottom_bg_51_51.gif);
	background-repeat: repeat-x;
}
.negMargin {
	margin-left: -.75em;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
