body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #333333;
	margin: 10px;
	text-align: center;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 750px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }
#header {
	height: 100px;
	width: 750px;
	background-color: #FFFFFF;
}
#leftcol {
	height: 400px;
	width: 170px;
	float: left;
	background-color: #1D1E80;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(images/leftcol.jpg);
}
#topbar {
	height: 30px;
	width: 750px;
	background-image: url(images/topbar.jpg);
}
#photo {
	height: 400px;
	width: 200px;
	float: left;
	background-color: #1D1E80;
}
#content {
	height: 390px;
	width: 360px;
	float: left;
	background-color: #DBE0E7;
	padding: 5px;
	background-image: url(images/content.jpg);
}
#bottomnav {
	height: 20px;
	width: 750px;
	text-align: center;
	float: left;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
#leftcol a {
	text-decoration: none;
	display: block;
	margin: 4px;
	padding: 4px;
}

#leftcol a:link {
	color: #AFABD6;
}
.sidebarlinks {
	line-height: 1.5em;
}

#leftcol a:visited {
	color: #AEACD2;
}
#leftcol a:hover {
	color: #1D1E80;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
}
#leftcol a:active {
	color: #1D1E80;
	text-decoration: none;
	background-color: #FFFFFF;
}
.smalltext {
	font-size: 10px;
}
img.floatleft {
	float: left;
	margin-right: 5px;
}
h3 {
	font-size: 15px;
}
#bottomnav a:link {
	font-size: 12px;
	color: #161448;
	text-decoration: underline;
}
#bottomnav a:visited {
	color: #000000;
}
#bottomnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}#bottomnav a:active {
	color: #FFFFFF;
}
