body {
	margin:0 auto;
	text-align:center;
	background-color: #B9B9B9;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
}

#site-wrapper {
	position:relative; 
	margin: 0 auto;
	text-align: left;
	width:955px;
	background-color:#ffffff;
	height:1165px;
}

#logo {
	position:relative;
	left: 60px;
	padding-right:40px;
	padding-top:10px;
	text-align:right;
	width:836px; 
	height:90px; 
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#logo a {
	color:#ffffff;
}

#menu {
	position:relative;
	top:-10px;
	left: 60px;
	height: 60px;
	width:875px; 
	background-color:#ffffff;
	padding-top:3px;
	margin-top: 5px;
}

#menu ul {
	padding:0px; 
	padding-left:10px;
	padding-bottom:10px;
}
#menu li {
	float:left;
	list-style:none; 
	margin-right:25px;
	padding-top:5px;
	text-align:center;
	height:21px;
}

.menu a {
	font-size:13px; 
	color:#041daa;
	text-decoration:none;
	background-image:url(../images/menu.jpg); 
	height:21px; 
	width:71px; 
	text-align:center; 
	padding-top:5px;
}

.menu a:hover {
	color:#dddddd;
}

.active-menu {
	background-image:url(../images/menu-active.jpg); 
	background-repeat:no-repeat; 
	height:21px;
	text-align:center; 
	padding-top:5px;
}

.active-menu a {
	color:#041daa;
	text-decoration:none;
}

.sub-menu {
	padding:0px 0px 30px 24px; 
	margin-top:-10px;
	color:#262626;
}

.sub-menu a {
	color:#0098e8;
}

.sub-menu a:hover {
	color:#000000;
}

#content-wrapper {
	left: 60px;
	line-height:19px;
	width:960px; 
}

.content-left {
	width:880px;
	float:left;
	padding-right:5px;
	margin-left: 5px;
	margin-right: 5px;
}

img {
	border:0;
}

.clearfloat { 
  clear:both;
}

h1 { 
  color:#000000; 
	font-weight:bold; 
	font-size: 12px;
}

.hr1 { 
  border:solid 1px #cccccc;
}

.framed-pic {
	padding:9px; 
	border:1px solid #cccccc;
}

.small-gray {
	font-size:11px; 
	color:#4f4f4f;
}

.centered {
	text-align:center;
}

a {
	color:#283eb6;
}

a:hover {
	text-decoration:none;
}

.small-txt {
	font-size:11px;
}

.pdf-link {
	font-weight:bold;
}

.style3 {
	color:red;
}

.success-msg {
	padding:30px; 
	background-color:green; 
	color:#ffffff;
}

#footer {
	position:relative;
	float:left;
	width:835px;
	text-align:center;
	padding:30px;
	background-color:#4166cf;
	color:#ffffff;
	background-image:url(../images/footer-back.jpg); 
	background-repeat:repeat-x;
}

#footer a {
	color:#ffffff;
}

#footer a:hover {
	text-decoration:none;
}

