* {
	margin: 0;
	padding: 0;
}

body {
	background: #dbdbdb url(images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #222;
}

a {
	text-decoration: none;
	color: #0048F6;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 900px;
}

#header {
height: 190px;
background: #0048ff url(images/header2.jpg) no-repeat;
}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 120px 40px 0 0;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #fff;
padding: 3px 40px 0 0;
letter-spacing: -1px;
font-weight: 100;
}
#top_menu {
	text-align: center;
	font-weight: bold;
	padding-top: 170px;
}

#content {
	background:  url(images/content.gif) repeat-y;
	padding: 0 20px;
	text-align: left;
}

.right {
float: right;
width: 440px;
text-align: justify;
margin-right: 0px;
}
.right h2 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	
	line-height: 26px;
	color: #0047FB;
}

.right h3 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;

	line-height: 24px;
}

.right h2 a {
text-decoration: none;

}
.right h2 a:hover {

}

.left {
	background: url(images/formbg_new.png) no-repeat;
	float: left;
	width: 190px;
	height: 600px;
	padding-left: 10px;

}
.left h2 {
margin: 10px 0 0 0;
padding-left: 15px;

line-height: 23px;
color: #000;
font-size: 13px;
}


.menu {
float: right;
width: 200px;

}
.menu h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.menu ul {
padding: 10px 0 15px 20px;
color: #FD9A01;
list-style-type: none;
}
.menu ul li a {
text-decoration: none;
font-weight: 600;
}
.menu ul li a:hover {

}
.articles {
	font-weight: normal;
	padding: 10px;
}

.articles h1 {
font-size: 12px;
}

.articles h2 {
	padding: 10px;
	font-size: 18px;
}


#bottom {
background : #dbdbdb url(images/bottom.png) no-repeat;
padding: 10px 0;
}

#footer {
	background : #dbdbdb url(images/footerbg.png) no-repeat;
	text-align: center;
	font-size: 13px;
	color: #0043FF;
	padding: 13px 0 20px 0;
	margin: 0 0 15px 0;
	font-weight: bold;
}
#footer a {
	color: #0043FF;
	font-weight: bold;
}
#footer a:hover { color: #111; }


}
.hobsons {
	color: #00F;
}
.redbold {
	font-weight: bold;
	color: #F00;
	font-size: 13px;
}
#moved {
	text-align: center;
	margin-bottom: 20px;
}
.top-message {
	font-size: 16px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}
.articles ul {
	font-weight: bold;
	margin-left: 20px;
	font-size: 14px;
	margin-bottom: 20px;
}
.articles li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.left-align {
float:left
}
