@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.jpg);
}
#container {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #133462;
	border-left-color: #133462;
	width: 744px;
	text-align: left;
	margin: 0px auto;
}
#title {
	background-image: url(images/title.gif);
	height: 33px;
	width: 334px;
	float: left;
}
#navbar {
	background-color: #2B5D9A;
	text-align: center;
	clear: both;
	height: 32px;
	width: 744px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 32px;
}
#navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#padder {
	height: 40px;
}

#navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#navbar a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#bottombar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #133462;
	text-align: right;
	height: 30px;
	width: 719px;
	padding-right: 25px;
}
#bottombar a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#bottombar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#bottombar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#bottombar a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#heading {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #133462;
	text-align: right;
	height: 33px;
	width: 395px;
	float: left;
	line-height: 33px;
	padding-right: 15px;
}
#banner {
	background-image: url(images/banner.gif);
	height: 72px;
	width: 744px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C223F;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	width: 684px;
}
#content a:link {
	color: #0C223F;
	text-decoration: underline;
}
#content a:visited {
	color: #0C223F;
	text-decoration: underline;
}
#content a:hover {
	color: #0C223F;
	text-decoration: none;
}
#content a:active {
	color: #0C223F;
	text-decoration: underline;
}
#form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#uploadBox {
	border: 2px solid #133462;
	padding: 10px;
}

