@charset "utf-8";
body {
	background-color: #003366;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003366;
}
#smallPic {
	float: right;
	margin-right: 50px;
}
#smallpic2 {
	float: left;
	margin-left: 50px;
}


#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: medium solid #003366;
	background-color: #FFCCFF;
}
#logo {
	background-color: #FFCCFF;
}
#nav {
	height: 60px;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-bottom: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: 003366;
}
a:link {
	color: #990066;
	text-decoration: underline;
}
a:visited {
	color: #003399;
}

#content {
	padding: 5px;
}
#footer {
}
#content2 {
	background-image: url(images/background.jpg);
	width: 740px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 10px;
}

