
body {
	background-color:		#fff;
	font-family:			'Arial';
	font-size:				13px;
	color:					#333333;
	background-image: 		url(images/background.gif);
	margin:					0;
    text-align:             center;
}
#header {
	width:					900px;
	height:					290px;
	background-image:		url(images/banner2.jpg);
	background-repeat:		no-repeat;
	background-color:		#fff;
	margin-left:	        auto; 
	margin-right:	        auto;
	margin-top:				0;
}
.email {
	padding-right:          33px;
	padding-top:	        57px;
}
#headback {
	width: 					100%;
	background-color:		#FFF;
	background-image:		none;
	border-bottom-color:	#290535;
	border-bottom-style:    solid;
	border-bottom-width:	2px;
}
#content {
	width:					850px;
	background-image:		url(images/sidebar.gif);
	background-repeat:		repeat-y;
	background-position:	left top;
	background-color: 		#f9f8f6;
	font-size: 				14px;
	line-height: 			1.25;
	min-height:				680px;
	margin-left:			auto; 
	margin-right:			auto;
    text-align:             left;
}
#nav {
	float: 					left;
    width:                  200px;
    overflow:               hidden;
}
#nav ul {
    margin:                 10px 0 0 22px;
    padding:                0;
    width:                  198px;
    list-style:             none;
}
#nav ul li {
  background:               transparent;
  padding:                  0;
  display:                  block;
  margin:                   14px 0;
}

#nav a {
	font-weight:			normal;
	font-size:				16px;
	text-decoration:		none;
	color:					#fff;
}
#nav a:hover {
	color: 					#D6F0FF;
}
#nav a.current {
	color: 					#D6F0FF;
	font-weight:			bold;
}
#text-body {
	margin-left: 			230px;
	margin-right: 			40px;
	padding-bottom:			20px;
}
hr {
	color: 					#4C2971;
	background-color: 		#4C2971;
	height: 				2px;
	text-align: 			center;
	margin-top:				8px;
	margin-bottom:			8px;
}
p {
	padding-bottom: 		10px;
}
h1 {
	color:					#4C2971;
	font-size:				24px;
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-weight:			bold;
	margin:					0;
	padding-top:	        20px;
}

h2 {
	color:					#4C2971;
	font-weight:			bold;
	font-family:			Georgia, "Times New Roman", Times, serif;
	margin:					0;
	margin-top:				15px;
	font-size:				20px;
}

h3 {
	color:					#4C2971;
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-weight:			normal;
	font-style: 			italic;
	margin:					0;
	margin-top:				15px;
	font-size:				17px;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	font-size: 				17px;
}

h4 {
	color:					#4C2971;
	font-weight:			bold;
	font-size:				16px;
	font-family:			Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: 					#33622F;
	text-decoration: 		underline;
	font-size: 				14px;
}
a:visited {
	text-decoration: 		underline;
	color: 					#33622F;
	font-size: 				14px;
}
a:hover {
	text-decoration: 		none;
	color: 					#33622F;
	font-size: 				14px;
}
a:active {
	text-decoration: 		underline;
	color: 					#33622F;
	font-size: 				14px;
}
#footer {
	background-color: 		#290535;
	width: 					100%;
	height: 				85px;
	padding-top: 			22px;
}
#footer .wrapper {
	width: 					920px;
	margin-left:			auto; 
	margin-right:			auto;
}
#footer p {
	color: 					#fcfaf6;
	font-size: 				12px;
	padding-bottom:	        5px;
	text-align:				center;
}
#footer p a {
	color: 					#fcfaf6;
	text-decoration: 		none;
	font-size: 				12px;
}
#footer p a:hover {
	color: 					#D6F0FF;
}
.copyright {
	color: 					#fcfaf6;
	font-size: 				10px;
	padding-bottom:	        10px;
	text-align:				center;
}
.clear {
    clear:                   both;
}

	
ul {
    float:                  left;
    list-style:             none;
    margin-top:             0;
}

li {
	float: 					left;
	width: 					250px;
	text-align: 			left;
    background:             transparent url(./images/dot.png) no-repeat 0 60%;
    padding-left:           12px;
}

blockquote { 
	background-color: 		#ece8e3;
	padding:                15px;
    margin:                 15px 30px 15px 10px;
	width:					550px;
    float:                  left;
}