* {
	margin: 0;
	padding: 0;
}

html, body {
     height: auto;
	background-color:#f5f8ff;
	color:#000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em; /* equal to 18px */ 
	margin: 5px 10px;
	padding: 0px;
}
.clear {clear:both;}

h1 {
	margin: 0;
	font-size: 1.6666666666666667em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
	}
h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
	}
h3 {
	margin: 0;
	font-size: 1.3333333333333333em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}
h4 {
	margin: 0;
	font-size: 1.1666666666666667em;
	line-height: 1.2857142857142858em;
	margin-bottom: 1.2857142857142858em;
}
p, ul, blockquote, pre, td, th {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
p.small {
	margin: 0;
	font-size: 0.8333333333333334em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

hr {margin-bottom: 1.5em;}

/* the container centers the page */
#container {
	margin: 0 auto;
	background-color: white; 
	width: 717px;
}

a{
	font-size:12px;
	text-decoration:underline;
}

	
ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}	

.style01 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size:16px;
}
.style02 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size:14px;
}


.style03 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color:#cc3300;
	font-size:16px;
}
/********************** Header ***************************/
#header {
	margin:0;
	background-color: white;
	background-image: url();
	width:717px;
	height:200px;
	position:relative;
}
#header ul{
	background-color:#000099;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:185px;
	position:absolute;
	margin: 0px;
	height:22px;
	padding: 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:yellow;
}

#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}

/********************** Content ***************************/
#content {
	background: white;
	width:717px;
}
img{
	border-width:0px;
}


#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 40px 10px 30px 0px;
	display:inline;
}

#left a{color:blue;}
#left a:hover{color:#cc3300;}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:180px;
	padding: 15px 20px 0px 20px;
	margin-top:50px;
	margin-right: 10px;
	background: url(../images/fading_background_18.jpg) repeat-x;
	
}

#right a{
	color:blue;
}
#right a:hover{
	color:#cc3300;
}

#right li {
padding: 10px;
text-align:left;
}

/********************** Footer ***************************/

#footer {
	clear: both;
	background: #000099;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #c9c9c9;
	border-top: 1px solid #efefef;
	padding: 13px 150px;
	line-height: 10px;
	text-align: center
}

#footer #altnav {
	width: 350px;
	text-align: center;
	padding-left: 20px;
	}

#footer a {
	color: #c9c9c9;
	text-decoration: none;
	font-size: 10px;
}

#footer a:hover {
	color: yellow;
}
