
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;
}

/* 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-Banner */
td.bannerLogo {
	width: 75px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Top Table-Banner */
.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 Tables */
.contentHome {
	background-color: #565656;
	border-left: 2px solid #576D4B;
	border-bottom: 2px solid #576D4B;
}

.homeTabs {
	background-color: #939393;
	border: solid 1px #FDFA79;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Bottom Table */
.addressHome {
	background-color: #565656;
	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;
}