{ padding: 0; margin: 0; }

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #295b98;
    margin: 20px 0px 20px 0px;
	background: #FFF;
	text-align: left;
}

body {
text-align:justify;	
font-family: Tahoma, Geneva, sans-serif;
font-size: 12pt;
margin: 20px 0px 0px 0px;
background: #1e4371; 
}

img
{  border-style: none;
}

#wrapper { 
 margin: 0 auto;
 width: 722px;
}
#header {
 width: 700px;
 color: #333;
 padding: 10px;
 height: 200px;
 margin: 10px 0px 5px 0px;
 background: #FFF;
}
#content { 
 width: 700px;
 color: #333;
 background: #FFF;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height:auto;
}
#footer {
	color: #333;
	width: 700px;
	background: #1e4371;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
}
#footer2 {
	color: #333;
	width: 680px;
	background: #FFF;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
}

#footer3 {
	color: #333;
	width: 680px;
	background: #FFF;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
}

#navlist li { list-style-type: square; 
	padding-left: 0;
	margin-left: 1em;}

.itfont { font-style: italic;  }

.bluefont { color:#295b98; }

.bigblue {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #295b98; }
	
a:link {color: #295b98; text-decoration: none; }
a:visited {color: gray; text-decoration: none; }
a:hover {color: black; text-decoration: underline; }
a:active {color: #295b98; } 	
	
a.white:link {color: white; text-decoration: none; }
a.white:visited {color: white; text-decoration: none; }
a.white:hover {color: white; text-decoration: underline; }
a.white:active {color: white; } 

a.blue:link {color: #1e4371; }
a.blue:visited {color: #1e4371; }
a.blue:hover {color: #1e4371; }
a.blue:active {color: #1e4371; } 
	
