/* CSS Document */
body {
	background-color: #CABCB0;
	font-family: verdana;
	font-size: 13px;
	color: #000000;
		}
		
a:link {
	color:#1953B4;
	text-decoration: none;	
	}
	
a:visited {
	color:#515078;
	text-decoration: none;
	}
	
a:hover {
	color:#A0B4D7;
	text-decoration: none;	
	}
	
a:active { 
	color:#515078;
	text-decoration : none;
} 

h1{font-family: verdana;
font-size: 16px;
vertical-align: top;
style: bold;
text-align: left;
color: #1A3B71;
}

h2{font-family: verdana;
font-size: 14px;
vertical-align: top;
style: bold;
text-align: left;
color: #1A3B71;
}

hr{border: 1px dashed #016D9B;}

/* START THE CODE FOR PARAGRAPH ELEMENTS */

p{font-family:verdana;
font-size:13px;
line-height:18px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
color: #000000;
vertical-align: top;
}

.center{font-family:verdana;
font-size:11px;
line-height:18px;
text-align: center;
color: #000000;
}

/* START THE CODE FOR TABLES */

tr {vertical-align: top;}

table{
	text-align:center;
	color: #000000;
	font-size: 13px;
	vertical-align:top;
	background-color: #F1F0EC;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* START THE CODE FOR TITLES */

.pagetitle{
font-family: serif;
color: #000000;
font-size: 24px;
margin-bottom:5px;
font-weight: bold;
text-align:left;
line-height:24px;
padding-top: 33px;
}

.heading{font-family: verdana;
color: #1A3B71;
font-size: 16px;
vertical-align: top;
font-weight: bold;
text-align: left;

}

/* START THE CODE FOR THE FOOTER */

.footer {
background: #000000;
border-top:1px solid #00B4FA;
height:auto;
font-size:12px;
text-align: center;

}

.menubar {
	text-align: center;
	background-color: F1F0EC;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #000000;
}

.indent {
margin-left: 55px;
}

/* START THE CODE FOR THE TOP MENU */

.menu	{
	font-family: arial, verdana, helvetica, sans;
	font-size: 10pt;
	font-weight: bold;
	height: auto;
	padding: 5px;
	cursor:hand;
	text-align: center;
	color: #1A3B71;
	border: #0A246A 0px solid;
	background-color: #F1F0EC;
	border-color: #0A246A;
}


a.menu:link 	{ 
		  padding-left: 5px;
		  padding-right: 5px;
		  color: #333333;
		  text-decoration:none;}

a.menu:visited 	{ 
		  padding-left: 5px;
		  padding-right: 5px;
		  color: #4A75C3;
		  text-decoration:none; }

a.menu:active 	{ 
		  padding-left: 5px;
		  padding-right: 5px;
		   color: #406CB5; }

a.menu:hover 	{ 
		  padding-left: 5px;
		  padding-right: 5px;
		   color: #193D77; }
		   
 
.footermenu {font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}
a.footermenu:link, a.footermenu:visited {
	text-decoration: none;
	color: #000000;
	display: inline;
	font-size: 14px;
	}
a.footermenu:hover, a.footermenu:active {
	text-decoration: none;
	color: #993333;
	display: inline;
	font-size: 14px;
	}



	
