body {
	background-color: #18466e;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .80em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

#background {
	background-image: url(graphics/clouds.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 800px;
	border: 2px solid white;
	margin:0px auto 0px auto;
}

#navbar {
	width: 144px;
	height: 605px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	float: left;
	position:relative;
	top: 110px;
	left:45px;
}

#navbar h1 {
	margin:0px;
	padding:0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	text-align:left;
	color: #18466e;
	background-color: white;
}

#navbar p {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 3px;
	text-align: left;
	font-size: .9em;
}

#navbar a:link {
	color: #18466e;
	background-color: white;
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: underline;
}

#navbar a:visited {
	color: #18466e;
	background-color: white;
	text-decoration: none;
}

#navbar a:visited:hover {
	text-decoration: underline;
}

#main {
	width: 625px;
	height: 430px;
	margin: 0px;
	padding:0px;
	overflow: auto;
	float:right;
	position: relative;
	left: -45px;
	top: 285px;
}

#main h1 {
	margin:0px;
	padding:0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.65em;
	font-style: normal;
	font-weight: bold;
	text-align:left;
	color: #18466e;
}

#main h2 {
	margin:0px;
	padding:0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-align:left;
}

#leftColumn {
	width: 305px;
	float:left;
}

#rightColumn {
	width: 305px;
	float:right;
	margin-left: 100px;
}

.borderbox {
	border: 1px solid #18466e;
	color: #ffffff;
	background-color: #18466e;
}

img {
	border: none;
}

a:link {
	color: #002d53;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #004040;
	text-decoration: none;
}

a:visited:hover {
	text-decoration: underline;
}

p {
	text-align: left;
}

.leftpic {
	float: left;
	margin-right: 5px;
	border: 2px solid #18466e;
}

.rightpic {
	float: right;
	margin-left: 5px;
	border: 2px solid #18466e;
}