* {
    padding: 0;
    margin: 0;
} 

body {
background: #E1E1E1;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 12px;
color: #222;
}

h3 { color: #aaa; font-size: 13px; margin: 10px 0 10px 0; }
ol { padding-left: 20px; }
img { border: none; }
a { color: #FF940E; text-decoration: none; }
a:hover { text-decoration: underline; color : #ff0000; }

#wrap {
margin: 0 auto;
width: 1002px;
background:#FFFFFF;

}

#left {
float: left; 
width: 1002px;
}

.header { height: 147px;
background-image: url(images/banner2.gif);
background-repeat:no-repeat;
background-position:top;
}
.header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 20px 0 0 0;
}
.header h1 a {
text-decoration: none;
color: #fff;
}
.header h1 a:hover {
text-decoration: underline;
color: #f7f7f7;
}
.header h2 {
color: #fff;
font-size: 15px;
font-weight: 100;
letter-spacing: -1px;
padding: 0 0 0 2px;
}
.menubar{
height: auto;
}

.leftcontent {
padding: 0px 0;
text-align: justify;
vertical-align:top;
}
.leftcontent h2 {
color: #2781E5;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.leftcontent h2 a {

}
.leftcontent h2 a:hover {

}


#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #F93A04  url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}


#footer {
font-size: 11px;
text-align: center;
line-height: 30px;
height: 30px;
background: #333;
color: #eee;
margin-top: 20px;
}
#footer  a { color: #eee; }

.greenulink:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	text-decoration: none;
}
.greenulink:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	text-decoration: none;
}
.greenulink:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	text-decoration: underline;
}
.greenulink:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	text-decoration: none;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}