
/* CSS Document */



body{
	background-color: #8bb7c7;
	
	}

p {

	font-family: Arial, Helvetica, sans-serif;
	color: #333399;
	font-size: 14px;
	text-align: justify;
	
	}


	
	
 ul {	
 
 	font-family: Arial, Helvetica, sans-serif;
	color: #333399;
	font-size: 14px;
	text-align: justify;	
	}
	
li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333399;
	font-size: 14px;
	text-align: justify;	
	}
	
	
p.caption {
	text-align: center;
	}
	
p.special text {
	font-weight: bold;
	}
	
p.teal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #529eab;
	}
	
	
p.copyright {
	font-size: 10px;
	text-align: center;
	}
	

#header {
	width: 1000px;
	background-color: #8bb7c7;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	}
	
	
#enclosure {
	width: 1025px;
	margin-left: auto;
	margin-right: auto;
	background-color:#8bb7c7;
	margin-top: 30px;
	

	
	}
	
	
#sidebar {
	
	width: 200px;
	background-color:#FFFFFF;
	float: left;

	
	}
	
#main {
	background-color: #c8e3ff;
	width: 760px;
	padding: 20px;
	float: right;

		
	}

	

	
	
.inset {
	margin-left: 20px;
	margin-right: 20px;
	
	}

.notice {
	border-color: #333399;
	border-style: solid;
	border-width: 1px;
	visibility: visible;
	
	}

#nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 50px;
	
	}
	
h1 {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333399;
	}
	
h2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333399;
	font-size: 16px;

	}


h3 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #529eab;
	}	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #333399;
	}
	
h5 {

	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333399;
	}
			
h6 {text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #529eab;
	}
	
h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	color: #333399;
	}
	
	
.sbimage {
	margin-top: 10px;
	margin-bottom: 10px;
	
	}
	
.floatright {
	float: right;
	margin: 0 0 15px  15px;
	border: 4px solid #333399;
	padding: 2px;
	}
	
.clearfloat {
	clear: both;

	
	}

	
