body {
	margin:0;
	padding:25px 0 0 0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#F5F6F7;
}
a {
	color:#007ec3;
}
a:hover {
	text-decoration:none;
}
#header {
	height:158px;
}
#logo {
	width:980px;
	margin:0 auto;
}
h3 {
	margin-left: 10px;
	color:#007ec3;
}
#menu {
	color:#fff;
	text-align:center;
}
#menu ul {
	width:980px;
	margin:0 auto;
	padding:0;
}
#menu ul li {
	display:inline;
}
#menu ul a {
	display:block;
	float:left;
	font-size:12px;
	text-decoration:none;
	color:#444444;
	background:url(images/menu_active.gif) no-repeat bottom center;
	padding:9px 0px;
	width:97px;
	text-align:center;
	margin-right:1px;
}
#menu ul a:hover {
	background:url(images/menu_hover.gif) no-repeat bottom center;
	color:#FFFFFF;
}
#menu ul a.active {
	background:url(images/menu_hover.gif) no-repeat bottom center;
	color:#FFFFFF;
}
#main {
	width:100%;
	margin:20px 0 20px 0;
	float:left;
	background:#F5F6F7;
	line-height:18px;
}
#head_image {
	height:176px;
	background:url(images/mainImage.jpg) no-repeat;
	padding:11px 0 10px 11px;
}
#content {
	width:980px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#content h1 {
	margin:15px 0 15px 8px;
	font-size:30px;
	color:#007ec3;
	font-family: Verdana;
	font-weight:normal;
}
#content h2 {
	margin:15px 0 15px 8px;
	font-size:20px;
	color:#007ec3;
	font-family: Verdana;
	font-weight:normal;
}
#text {
	width:660px;
	float:left;
	position:relative;
	margin:0 auto;
	padding:0;
	color:#444444;
	background:#FFFFFF;
}
.p {
	display:block;
	padding:0 8px 0 8px;
}
#sidebar {
	width:300px;
	float:right;
	position:relative;
	margin:0 auto;
	padding:0;
	color:#444444;
	background:#FFFFFF;
}
#sidebar h2 {
	color:#0E269A;
	margin:10px 0 15px 8px;
	font-family: Verdana;
	font-size:24px;
	font-weight:normal;
}
#sidebar2 {
	width:300px;
	float:right;
	position:relative;
	margin:20px 0 0 0;
	color:#444444;
	background:#FFFFFF;
}
#sidebar2 h2 {
	color:#007ec3;
	margin:10px 0 15px 8px;
	font-family: Verdana;
	font-size:24px;
	font-weight:normal;
}
#mainContainer {
	width:980px;
	float:left;
	position:relative;
	margin:0 auto;
	padding:0;
	color:#444444;
	background:#FFFFFF;
}
#mainContainer h1 {
	margin:15px 0 15px 8px;
	font-size:30px;
	color:#007ec3;
	font-family: Verdana;
	font-weight:normal;
}
.right {
	display:block;
	width:400px;
	float:right;
	position:relative;
	margin:0 auto;
	padding:0;
}
.right2 {
	display:block;
	width:200px;
	float:right;
}
/*Rounded Border*/
.t {
	background: url(images/dot.gif) 0 0 repeat-x;
}
.b {
	background: url(images/dot.gif) 0 100% repeat-x;
}
.l {
	background: url(images/dot.gif) 0 0 repeat-y;
}
.r {
	background: url(images/dot.gif) 100% 0 repeat-y;
}
.bl {
	background: url(images/bl.gif) 0 100% no-repeat;
}
.br {
	background: url(images/br.gif) 100% 100% no-repeat;
}
.tl {
	background: url(images/tl.gif) 0 0 no-repeat;
}
.tr {
	background: url(images/tr.gif) 100% 0 no-repeat;
	padding:10px;
}
/*Rounded Border-End*/

#footer {
	clear: both;
	background:url(images/footer_bckg.jpg) no-repeat;
	width: 980px;
	height: 40px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: smaller;
	color:#6B6B6B;
}
#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}
