body {
	background-repeat: repeat;
	margin: 0px;
	background-color: #F5F4ED;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
color: #FFFFFF;
font-weight:bold;
text-decoration:none;
}
a:hover {
color: #FFCC00;
text-decoration: underline;
}
#wrapper {
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-bottom: 4px;
	background-image: url(../assets/border_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}
#border {
	border: thin solid #333333;
	background-color: #003399;
}	
#header {
	height: 60px;
	text-indent: 15px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 8px;
	background-repeat: repeat-x;
	background-color: #E6E0CA;
	background-image: url(../assets/navbar.gif);
	background-position: bottom;
}
#header .title {
	font-size: 36px;
	font-weight: bold;
	color: #003399;
}
#header .tagline {
	color: #003399;
	line-height:16px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
}
#leftcol {
	padding-top: 30px;
	padding-left: 20px;
	width: 150px;
	float: left;
}
#leftcol a {
	letter-spacing:0.1em;
	font-size: 13px;
	line-height: 26px;
}
#picture {
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
#content {
	background-color: #0066CC;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 25px;
	float: right;
	width: 320px;
}
#content .pageName {
	color: #FFCC33;
	font-size: 24px;
}
#content .bodyText {
	color:#FFFFFF;
	list-style-position: inside;
	list-style-type: disc;
	font-size: 14px;
	line-height: 18px;
}
#content .largebodytext {
	font-size: 18px;
	color: #FFFFFF;
}
#footer {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #808080;
	text-align: center;
	background-image: url(../assets/navbar.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 33px;
	clear: both;
	height: 73px;
}
#footer .footertxt {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	padding-top: 25px;
	padding-left: 15px;
}
#footer img {
	float: right;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer a {
	color: #FFFF00;
}
