@charset "ISO-8859-1";

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #c77a4d;
	background-color: #99CCFF;
	margin: 0px;
	padding: 0px;
}

#container {
    width: 946px;
	background-color: #FFF;	
    padding: 0px;
    margin: 0px auto;
}
#content {
    margin: auto 0px;
}
#footer{
	clear:both;       /* ??float??*/
    height: 60px;
	padding-top:10px;
	text-align:center;
}
p a{
	text-decoration:underline;
	color: #000099;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
}
p a:hover{
	color:#936;
	text-decoration: underline;
}
h4{
	color:#0000CC;
	font-size: 16pt;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	line-height: 0pt;
}
h4#title1{
	padding:0px 0px 0px 0px;
}
#photo1{
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#photo2{
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.photo_text {
	width: 186px;
	text-align:center;
	margin: 0px 10px;
}
#hr {
clear:both;
}

a:hover {
text-decoration:none;
}
.font1 {
	font-size: 19pt;
	font-weight: bold;
}
.font2 {
	font-size: 14pt;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
.font3 {
	font-size: 15pt;
	font-weight: bold;
}
.font4 {
	font-size: 10pt;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#nav {
	height:50px;
}
#nav li{
    float:left; 
    padding:0; 
    margin:0; 
	list-style:none;
}
#nav li a{
	text-decoration:none;
	padding-top:5px;
	display:block;
	width:100%;
	height:22px;
	text-align:center;
	background-color:#CCCCCC;
	color: #0000CC;
	margin:5px 25px 5px 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: oblique;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: normal;
	font-variant: normal;
	padding-bottom: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
}
#nav li a:hover{
	background-color: #936;
	color:#FFF;
}
#nav ul{
    padding:0px; 
    margin:0px;
}
