@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/Background.gif);
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 6px;
}
#Container {
	width: 778px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#Shadow {
	float: right;
	width: 16px;
	background-image: url(../images/Background_Shadow.gif);
	background-repeat: repeat-y;
}
#Header {
	width: 778px;
}
#SideNav {
	float: right;
	width: 211px;
	background-image: url(../images/Sidebar_Blank.jpg);
}
#Footer p {
	height: 57px;
	clear: both;
	background-image: url(../images/Footer_Image.jpg);
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#Body {
	float: left;
	width: 567px;
}
#Body #News {
	width: 209px;
	float: left;
}
#Body #News img {

}

#Body #Copy {
	float: right;
	padding: 5px;
	border-top-width: 33px;
	border-top-style: solid;
	border-top-color: #02A6E3;
	border-right-color: #02A6E3;
	border-bottom-color: #02A6E3;
	border-left-color: #02A6E3;
	width: 345px;
}
#Body #Copy #Form {
	width: 335px;
}

#Container #Body #Copy .title {
	border: 1px solid #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: center;
	font-weight: bold;
}
