body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1,h2,h3,h4,h5,h6,p{
padding:0px;
margin:0px;
}

a {
	color: #003399;
	text-decoration: none;
	}

a:hover {
	
	color: #FF0000;
	}

.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #297FB0;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
	font-weight: bold;
}



.footer a
{
	color: #000000;
	text-decoration: none;
}
.footer a:hover
{
	color: #FF0000;
	text-decoration: underline;
}
.powered {
	font-family: Arial;
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
	text-align: justify;
}
.powered a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.powered a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	text-align: justify;
}

.content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993300;
	text-align: left;
	padding: 6px;
	font-weight: bold;
}
.lf {
	padding: 4px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px dotted #990000;
	background-color: #0099CC;
}
.wel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #027673;
	padding-right: 8px;
}




/* Start Top menu */

.menu{
	width: 100%; /* The menu should be the entire width of it's surrounding object, in this case the whole page */
	background-color: #0A879D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
} /* dark grey bg */

.menu ul{
	margin: 0;
	padding: 0;
	float: left;}

.menu ul li{
	display: inline;} /* Makes the link all appear in one line, rather than on top of each other */

.menu ul li a{
	float: left;
	text-decoration: none; /* removes the underline from the menu text */
	color: #fff; /* 10.5px of padding to the right and left of the link and 11px to the top and bottom */
	background-color: #0A879D;
	padding-top: 11px;
	padding-right: 18px;
	padding-bottom: 11px;
	padding-left: 18px;
}

.menu ul li a:visited{ /* This bit just makes sure the text color doesn't change once you've visited a link */
	color: #fff;
	text-decoration: none;
	
}

.menu ul li a:hover, .menu ul li .current{
	color: #000000;
	background-color:#FFFFFF;} /* change the background color of the list item when you hover over it */

/* End Top menu */
