/* CSS Document */

#centerdiv{
width:750px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
}

body {
	margin-top:0px;
	background-color: #336699;
	background-image: url(../Images/Background_image.gif);
	background-repeat: repeat;
	
}

h1 {
	color:#FFFFFF;
	font: "Trebuchet MS";
	font-size: 50px;
	font-weight:bold;
	font-family: "Trebuchet MS";
	text-align:left;
	border:none;
	margin-bottom:0px;
	margin-top:0px;

}
h2 {
	color:#086B9C;
	font: "Trebuchet MS";
	font-size:25px;
	font-weight:bold;
	font-style:italic;
	font-family:"Trebuchet MS";
	margin-left: 10px;
	margin-top: 10px;
	}
	
h3 {
	color:#086B9C;
	font: "Trebuchet MS";
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	font-family:"Trebuchet MS";
	margin-left: 10px;
	margin-top: 15px;
	}

h4 {
	color: #000000;
	font: "Trebuchet MS";
	font-size:18px;
	font-weight: normal;
	font-style:normal;
	font-family:"Trebuchet MS";
	}
h5 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	font-style: italic;
	margin-right: 10px;
	margin-left: 10px;
	}
	
p {
	font-size:12px;
	color: #000000;
	text-align: justify;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	line-height: normal;
	margin-top: 12px;
	margin-bottom: 0px; 
	} 

.p2 {
	font-size:10px;
	color: #000000;
	text-align: justify;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	line-height: normal;
	margin-top: 12px;
	margin-bottom: 0px; 
	} 
	
.p3 {
	font-size:12px;
	color: #000000;
	text-align: justify;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px; 
	} 

.style1 {
	font-family: "Freestyle Script", "Lucida Handwriting";
	font-size: 30px;
	color: #003366;
	margin-top: 0px;
}

.navigation {
	font-family:"Trebuchet MS";
	font-size:13px;
	color: #0d6a95;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 5px;
	display:block;
	border:solid;
	border-color: #85aeff;
	border-bottom:thin;
	border-left: none;
	border-right: none;
	border-top: none;
	line-height:25px;
	}

.navigation:hover {
	font-family:"Trebuchet MS";
	font-size:13px;
	color: #85AeFF;
	font-style: normal;
	font-weight: bold;
	padding: 5px;
	line-height:25px;
	display:block;
	list-style-position: outside;
	}
	
.nav_end {
	font-family:"Trebuchet MS";
	font-size:13px;
	color: #0d6a95;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 5px;
	line-height:25px;
	display:block;
	border:none;
	}
	
.nav_end:hover {
	font-family:"Trebuchet MS";
	font-size:13px;
	color: #85AeFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 5px;
	line-height:25px;
	display:block;
	border:none;
	}
	
.NavBorder {
	border: thin solid #6699FF;
}
