/* CSS Document */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	background-color:#FFFFFF;
	background-image: url(images/bkgd_02b.gif);
	background-attachment: fixed; 
	}
.style2 {
	font-size: 12px;
	padding-left: 8px;
	padding-right: 3px;
}
a:link {
	color: #344C9F;
}
a:visited {
	color: #344C9F;
}
a:hover {
	color: #344C9F;
}
a:active {
	color: #344C9F;
}

.style3 {font-size: 10px; }

#container {
	position: relative;
	margin: auto;
	text-align: left;
	background-color:#FFFFFF;
	width: 760px;
	left: 0;
}
#pageHeader {
	text-align: center;
	background: url(images/banner.jpg) top no-repeat;
	height: 190px;
	}
#pageFooter {
	text-align: center;
	height: 88px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 760px;
	}
#content {
	background: #FFFFFF;
	margin-left: 253px;
	padding-left: 3px;
	font-size: 12px;

	}
#heading h3 {
    margin-bottom: 10px;
    height: 32px;
    
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #334A9B;
}

a, a:link, a:visited {
    color: #566047;
    text-decoration: underline;
}
a:hover {
	color: #566047;
	text-decoration: none;
	
}
a:active, a:focus {
    color: #566047;
}  

.cellpadding {
	padding-top: 190px;
}
#navbar {
	text-align: left;
	float: left;
	margin-top: auto;
	height: 450px;
	width: 251px;
}
.sideline {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
