@charset "utf-8";
/*--------------------basic styling--------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body{
	background-color:#0072bc;
	text-align:center;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:100.01%;
	}
#wrapper{
	position:relative;
	width: 900px;
	text-align:left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(assets/images/wrapper_bg_29.gif);
	background-repeat: repeat-y;
	padding-left: 1.55em;
	padding-right: 1.55em;
	}
#header {
	width: 900px;
}
#navigation {
	background-image: url(assets/images/navigation_bg_06.gif);
	background-repeat: repeat-x;
	height: 72px;
}
#content {
	color: #FFFFFF;
	font-size: 95%;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-top: 0em;
}
#content p {
	padding-bottom: 1.7em;
}


#clear {
	clear:both;
	}
#content a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

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


#contentLeft {
	float: left;
	width: 570px;
}
#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: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin-left: 1.7em;
	margin-right: 1.7em;
	background-image: url(assets/images/footer_bg_39.gif);
	height: 35px;
	background-repeat: no-repeat;
	width: 870px;
	padding: 0.5em;
	margin-bottom: 1.7em;
	margin-top: 1.7em;
	}
#footerLeft a {
	color: #FFFFFF;
	text-decoration: none;
}

#pageBottom {
	background-image: url(assets/images/bottom_bg_51_51.gif);
	background-repeat: repeat-x;
}
#footer a:hover {
	text-decoration: underline;
}

#footerLeft {
	float:left;
}
#footerRight {
	float:right;
	margin-right: 1em;
	text-align: right;
}
.negMargin {
	margin-left: -.75em;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
#footerRight a {
	color: #FFFFFF;
	text-decoration: none;
}
.law {
	font-size: 20px;
	color: #581974;
}

