body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #6f6f6f;
	margin: 0px;
	background-color: #E4DFB7;
}
#wrapper {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}


h1 {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: normal;
	color: #231f20;
	margin:0 0 20px;
}
h2 {
	font-size: 0.75em;
	color: #801E1D;
	line-height: 0px;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}

h3 {
	font-size: 0.75em;
	color: #28286E;
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #6F6F6F;
	font-size: 0.75em;
}
h5 {
	font-size: 0.95em;
	color: #3D6527;
}
h6 {
	color: #6F6F6F;
}

/*CLASS/Styles_______________________________________________________*/
.imgleft {
	float: left;
	margin-right: 5px;
}
.imgright {
	float: right;
	margin-left: 5px;
}
.side-heading {
	font-weight: bold;
	color: #394189;
}

/*HEADER_______________________________________________________*/
#header {
	background-image: url(../images/header.jpg);
	float: left;
	height: 101px;
	width: 775px;
}
#header-image {
	background-image: url(../images/header-image.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 232px;
	width: 559px;
	background-position: top;
}

/*CONTENT Wrapper_____________________________________________ */
#content {
	width: 775px;
	background-color: #FFFFFF;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
	float: left;
}
/*CONTENT MAIN_______________________________________________ */
#content-main {
	float: left;
	width: 530px;
	padding-top: 25px;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-right: 10px;
	background-color: #FFFFFF;
}
#content-main p {
	font-size: 0.95em;
	margin-top: 0px;
}
#content-main li {
	font-size: 0.95em;
	margin-top: 0px;
}
#content-main ul {
	margin-top: 0px;
}

#content-main a:active {
	color: #32308F;
}
#content-main a:visited {
	color: #6F6F6F;
}
#content-main a {
	text-decoration: none;
	font-weight: bold;
	color: #801E1D;
}

#content-main a:hover {
	color: #26256B;
}



/*CONTENT SIDE BAR____________________________________________ */
#content-side {
	float: right;
	width: 206px;
	padding-top: 25px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
#content-side p {
	font-size: 0.95em;
}
#content-side a {
	text-decoration: none;
	font-weight: bold;
	color: #801E1D;
}
#content-side a:visited {
	color: #6F6F6F;
}
#content-side a:hover {
	color: #26256B;
}
#content-side a:active {
	color: #32308F;
}

/*NAVIGATION________________________________________________*/
#nav {
	width: 216px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	float:right;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
#nav li {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2E4096;
}

#nav li a:link, #nav li a:visited  {
	display: block; /*displays the nav text the width you specify*/
	background-color: #303f8b;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 0.5em;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3B438B;
	border-left-color: #262E6F;
	background-image: url(../images/navbg.jpg);
	border-right-width: 1px;
}
#nav li a:hover {
	color: #FFFFFF;
	background-color: #1F2464;
	background-image: none;
}
#nav li a:visited {
	color: #FFFFFF;
	background-color:#003399;
}

/*FOOTER________________________________________________*/
#footer {
	background-image: url(../images/footerbg.jpg);
	clear: both;
	height: 65px;
	width: 745px;
	float: left;
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-left: 30px;
}
#footer p {
	font-size: 0.75em;
	color: #7f1e1d;
	line-height: 1.8em;
}

#footer a {
	text-decoration: none;
	color: #801E1D;
}
#footer a:visited {
	color: #611616;
}
#footer a:hover {
	color: #424C94;
}
#footer a:active {
	color: #FBFBFA;
}
#content-side ul {
	font-size: 0.8em;
	text-align: left;
	line-height: 1.6em;
	margin-left: 20px;
}
#content-side li {
	clip: rect(auto,auto,auto,0px);
}
.table-border {
	border-top-width: 0.5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 2px;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.table-shade {
	color: #FFFFFF;
	background-color: #6F6F6F;
}

