
body {
	background-color: #D8D8D8;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}

#container {
	width: 800px;
}

#top {
	width: 100%;
	background-color: #565656;
}

/* Middle Table */
#sidebar {
	width: 196px;
	background-color: #FEFCAB;
	border-bottom: 2px solid #576D4B;
}

#middleContent {
	background-color: #FFFFE4;
	border-left: 2px solid #576D4B;
	border-bottom: 2px solid #576D4B;
	padding: 15px;
}

/* Bottom Table */
#bottom {
	width: 100%;
	background-color: #939393;
}

table {
	width: 100%;
	border: 0;
}

h2 {
	color: #565656;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 15px;
}

a:link, a:visited {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
}

/* Decorative Bars */
td.barVertLeft {
	background-image: url(images/vertbar.gif);
	width: 10px;
}

td.barVertRight {
	background-image: url(images/vertbar_r.gif);
	width: 10px;
}

td.barHoriz {
	background-image: url(images/horizbar.gif); 
	height: 10px;
}

td.barHorizSmall {
	background-image: url(images/horizbar_small.gif);
	height: 5px;
}

/* Top Table */
td.bannerLogo {
	width: 75px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Top Table */
.bannerLeft {
	width: 198px;
	color: #FFFFE4;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.bannerCenter {
	color: #FDFA79;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.bannerFlags {
	color: #FDFA79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

/* Middle Table */
.contentHeader {
	color: #637C55;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #000000;
	border-bottom: 1px solid #000000;
}

.content {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.contentBottom {
	width: 90%;
	color: #637C55;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	border-top: solid 1px #576D4B;
}

/* Bottom Table */
.address {
	color: #FFFFE4; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.copyright {
	background-color: #565656;
	border-bottom: 1px solid #000000;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}