/* CSS Document */

body {
	margin-left: 0px; 
	margin-top: 0px; 
	background-image: url(images/bagbkg2.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color:#0647a5;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
	
	
	

.top-bar {	
	background-image: url("images/Image25.gif");
}

.nav-bar {	
	font-size:12px;
	font-weight:bold;
	background-image: url("images/navbkg.jpg");
	height:30px;
	text-align:center;
}

.nav-bar a:link,.nav-bar a:visited {
	color:#0000cc;
	text-decoration:none;
}
.nav-bar a:hover {
	color:#ffffff;
	text-decoration:none;
}

.button {
	background-image: url("images/button3.jpg");
}

.left-column {
	background-color:#5D72A1;
}

.right-column {
	background-color:#5D72A1;
}


.main-body-text-hdr {
	background-color:#EDEBF0;
}

.main-body-text {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#EDEBF0;
	padding:15px;
	font-size:small;
}

.main-body-text a:link {text-decoration:none; color:#808080;}
.main-body-text a:visited {text-decoration:none; color:#808080;}
.main-body-text a:hover {text-decoration:underline; color:#0000FF;}

.footer {
	font-size:8pt;
	background-color:#b9c3d7;
	color:#5D72A1;
}

