body {
	background-color: #B0D0FF;
	text-align: left;
}
h3 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #004891;
	text-align: center;
}

#titlebox {
	background-color: #91BDFF;
	font-size: 32px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	height:120px;
	width:750px;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	position: static;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4F95FF;
	font-family: Garamond, Georgia;
	background-image: url(pics/title.png);
}

#titlebox:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#logo {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
#title {
	font-family: #004891;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;

}

#container {
	padding-bottom: 0px;
	width: 778px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(pics/sideshadows.jpg);
	height: 100%;
}

#navbar {
	width: 140px;
	text-align: left;
	margin-top: 0px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#navbar a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
#filler {
	width:597px;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 5px;
	font-size: 14px;
	float: right;
	padding-right: 5px;
	font-family: Tahoma;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 4ex;
	margin-left: 0px;
}

#filler:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

#filler img{
	border: 1px solid #237AFF;
	margin: 5px;
}
#navbar ul {
	padding: 0px;
	margin: 0px;
}
#navbar ul li {
	background-color: #9900FF;
	border-bottom:1px solid #b484da;
	list-style:none;
}

#navbar ul li a{
	color:#FFFFFF;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0099FF;
	padding: 5px;
	background-image: url(pics/Button.png);
	background-repeat: repeat-x;
}

#navbar a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #00CCFF;
	color: #FFFF99;
	background-image: url(pics/HButton.png);
}
#content {
	height:100%;
	width:750px;
	background-color: #FFFFFF;
	position: static;
	text-align: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 6px;
	margin-left: 14px;
	background-image: url(pics/leftgrey.png);
	background-repeat: repeat-y;
}

#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

#footer {
	width:760px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

#topshadow {
	height: 9px;
	width: 778px;
	background-image: url(pics/topshadow1.png);
	margin: 0px;
	font-size: 0px;
}

#bottomshadow {
	height: 9px;
	width: 778px;
	clear: both;
	background-image: url(pics/bottomshadow.jpg);
	font-size: 0px;
}

#pagebreak {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4C93FF;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

