html, body, div, p, h1, h2, h3, ul, ol, li, span, a, table, td, from, img {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Geneva, Arial;
}

a, hover,visited, active {
	color: #336699;
}

ul {
	padding-left: 1.5em;
	margin-left: 0;
}

li {
	list-style-type : square;
}

body {
	background-color: #E2E2E2;
}

.sideBkg{
		width:50%;
}


.centerBkg{
	background-color : #FFFFFF;
	border-bottom : 1px solid #ACACAC;
	border-right : 1px solid #ACACAC;
}

#header {
	width:100%;height:54px;
	margin:0 auto;
	background-color:#FFFFFF;
}

#headNav {
	height:23px;
	width:760px;
	text-align:right;
	color: white;
	background-image : url(../img/headerNav.jpg);
}

a.headerNav {
	color: white;
	font-size: 11px;
	text-decoration: none;
	outline: none
}

a.headerNav:visited{
	color: white;
	font-size: 11px;
	text-decoration: none;
}

a.headerNav:hover {
	color: #0C3D6E;
}

a.headerNav:active {
	color: #0C3D6E;
}

a.headerNav:focus {
	color: #0C3D6E;
}

#headerImg {
	width:760px;
	height:194px;	
	margin:0 auto;
	background-image : url(../img/headerImg.jpg);
}

#leftCol {
	width: 150px;
	float: left;
	padding-left: 34px;
	padding-top: 19px;
	padding-bottom: 30px;
}


#rightCol {
	min-height:250px;
	width: 477px;
	float: right;
	border-left : 1px solid #ACACAC;
	padding-left : 32px;
	padding-right : 28px;
	margin : 26px 0px 30px 0px;
	font-size: 10px;
	line-height : 14px;
}

H1 {
	font-size: 11px;
	color:#858585;
	font-weight : bold;
	padding-bottom : 18px;
}

H2 {
	font-size: 10px;
	color:#333333;
	font-weight : bold;
	padding-top : 0px;
	padding-bottom : 0px;
}


 #footer{	
 	margin: 5px 0px 30px 5px;
	text-align:left;
	font-size: 10px;
	color:#898989;
	}

/* main navivgation */
	
a.main{
	color: #336699;
	font-size: 10px;
	font-weight : bold;
	text-decoration: none;
	line-height : 27px;
	padding-left: 14px;
	background: url(../img/arrow_blue.gif) no-repeat;
	background-color:#FFFFFF;
	outline: none
}

a.main:visited{
	color: #336699;
}

a.main:hover{
	color:#898989;
	background: url(../img/arrow_grey.gif) no-repeat;
}

a.main:active{
	color:#898989;
	background: url(../img/arrow_grey.gif) no-repeat;
}

a.main:focus{
	color:#898989;
	background: url(../img/arrow_grey.gif) no-repeat;
}



.copy {
	color: #FFFFFF;
	font-size: 10px;
	line-height : 13px;
}

.small {
	color: #474747;
	font-size: 9px;
	line-height : 12px;
}

