@charset "utf-8";
/* CSS Document */

* {margin: 0;
	padding: 0;
	}
	
body {
	background: #22327c url(images/gradientbg.jpg) top repeat-x;
	}
	
#topshadow { 
	width: 855px;
	height: 21px;
	background: url(images/topshadow.png) top center no-repeat;
	clear: both;
	margin: auto;
	}
	
#container {
	width: 855px;
	background: url(images/contentbg.png) repeat-y center;
	margin: auto;
	}
	
#left {
	float: left;
	width: 180px;
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 15px;
	background: url(images/navgradientbg.png) no-repeat top right;
	
	}
	
#left h1 {
	text-indent: -9999px;
	display: none;
	}
	
#left h3, #left h3 a:link, #left h3 a:active, #left h3 a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: heavy;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #21317d;
	margin-top: 30px;
	margin-bottom: 10px;
	text-decoration: none;
	}
	
#left h3 a:hover {
	color: #fa9c1b;
	}

#left h4, #left h4 a:link, #left h4 a:active, #left h4 a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #21317d;
	margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: none;
	text-align: right;
	}
	
#left h4 a:hover {
	color: #fa9c1b;
	}

#right {
	width: 575px;
	margin-left: 240px;
	padding-top: 30px;
	padding-bottom: 15px;
	}
	
#right h1, #right h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: heavy;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #fa9c1b; 
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#right h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: heavy;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #999999; 
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#right p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	color: #666666;
	margin-bottom: 20px;
	}
	
.mainimg {
	border: 10px solid #f0f0f0;
	}

#footer { 
	width: 855px;
	background: url(images/bottomshadow.png) top center no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	min-height: 100px;
	clear: both;
	margin: auto;
	color: #b5cee0;
	text-align: center;
	padding-top: 10px;
	}
	
#footer a:link, #footer a:active, #footer a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #b5cee0;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	}
