/* CSS Document */
body {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #003399;
	width: 900px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size:95%;
	color: #002163;
	height:5px;
}		
p {	
	font-size:75%;
	color: #002163;
}
p.photo {
	font-size:60%;
	text-align:left;
	}
a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
li {
	font-size:75%;
	color: #002163;
}
table {
	cellpadding: 3px;
	}
th {
	background-image:url(../images/thbg.jpg);
	background-repeat:repeat-x;
	height:30px;
	font-size:90%;
	font-weight:300;
	text-transform:uppercase;
	color: #ffffff;
	padding-left: 5px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}	
td {
	font-size:70%;
	color: #87e7fe;
	font-weight:bold;
	padding-left: 5px;
}	

#wrapper {
	background-image:url(../images/back1.jpg);
	background-repeat:no-repeat;
	height: 705px;
	
}
#menu {
	visibility:hidden;
}		
#f-source-menu {
	height: 70px;
	margin-top: -200px;
	margin-right:0px;
	margin-bottom: 0px;
	margin-left: 250px;
	color:#ffffff;
}
#box1 {
	margin-top: 0px;
	padding-left: 275px;
	padding-right: 125px;
	text-align: left;
}

#box2 {
	float: right;
	text-align: left;
	padding-right: 100px;
	width: 500px;
	height: 415px;
	overflow: hidden;
}
#box3 {
	float: left;
	text-align:left;
	border-right-style: ridge;
	border-right-width: medium;
	border-right-color: #3399cc;
	width: 200px;
	height: 293px;
	margin-top: 120px;
	padding: 15px;
	margin-left: 25px;
	overflow: hidden;
}
#footer {
	width: 900px;
	color: #87e7fe;
	font-size: 70%;
	text-align:right;
	}
#footer a {
	color: #87e7fe;
	text-decoration:none;
	font-weight:bold;
	}
