body {
	background-color: #fff;
        font-family: "gill sans", Arial, Helvetica, sans-serif;
	color: #233149;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
text-align: center;
}

#content {
	margin: 0 auto 0 auto;
	padding:0;
	top:0px;
	left:0px;
	width:780px;
	height:100%;
	border-right: 1px solid #993333;
}

#content {
	text-align: left;
}

#columnLeft{

	float:left;
	margin:0 0 0 0;
	width:200px;
	height:100%;
	background-color: #DF9C55;
}

#navLeft {
	margin-top:100px;
	margin-bottom: 300px;
}

#header {
	margin-left:120px;
	margin-top:0px;
}


#textWrapper{
	margin-left:200px;
	width:560px;
	margin-bottom:30px;
	}   

#footer {
	font-family:arial, sanserif; 
	font-size:12px; 
	text-align:right;
	color:#fff; 
	font-weight:bold;
	height:30px;
	width:760px;
	margin:0 0 0 0;
	padding:1px 10px 1px 10px;
	left: 0px;
	background-color: #993333;
}

#HeaderNav {
	left: 125px;
	top: 50px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	   }

#textWrapper p {
	font-family: "gill sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color:#000;
}

#textWrapper em {
	color: #993333;
	font-weight: bold;
	font-style: normal;
}


#textWrapper ul
{
      line-height:13px;
}

#textWrapper a:visited {
	font-weight:bold;
	color: #993333;
}
#textWrapper a:link {
	font-weight:bold;
	color: #993333;
	text-decoration: none;
}
#textWrapper a:hover {
	color: #DF9C55;
	text-decoration: none;
}
#textWrapper a:active {
	font-weight:bold;
	color: #993333;
}
.nav {
	margin-left:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:22px;
	font-weight:bold;
}

.nav a:visited {
	color: #fff;
        text-decoration: none;
}
.nav a:link {
	color: #fff;
	text-decoration: none;
}
.nav a:hover {
	color: #993333;
	text-decoration: none;
}
.nav a:active {
	color: #fff;
}






#footer a:visited {
	color: #fff;
        text-decoration: none;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #DF9C55;
	text-decoration: none;
}
#footer a:active {
	color: #fff;
}


a:visited {
	font-weight:bold;
	color: #993333;
        text-decoration: none;
}
a:link {
	font-weight:bold;
	color: #993333;
	text-decoration: none;
}
a:hover {
	font-weight:bold;
	color: #DF9C55;
	text-decoration: none;
}
a:active {
	font-weight:bold;
	color: #993333;
}



h2 {
	font-family: "gill sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC3333;
	}

h3 {
	font-family: "gill sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B3C9E1;
        margin-bottom:2px;
	}
	
h1 {
 	text-align:right; 
 	margin-right:20px;
 	font-family: "gill sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #B3C9E1;
 	
 	}

h4 {
 	text-align:center; 
 	margin-right:20px;
 	font-family: "gill sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #B3C9E1;
 	
 	}
 	
 .indent {
 	margin-left:40px;
 	line-height:24px;
 }