@charset "UTF-8";
/* CSS Document */

.header {
	background-color:#000000;
	width:760px;
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:center;
	color:#FFFFFF;
	background-image:url(../images/header.png);
}

.button_bar {
	background-color:#F9E300;
	width:760px;
	height:50px;
}

.body {
	background-color:#FFFFFF;
	width:760px;
	height:499px;
}

.body_left {
	background-color:#FFFFFF;
	width:190px;
	height:500px;
	background-image:url(../images/left-side-bar.gif);
	float:left;
	text-align:left;
	color:#FFFFFF;
	font-family:Times New Roman, Times, serif;
}

.body_center {
	background-color:#FFFFFF;
	width:380px;
	height:500px;
	float:left;
	color: #000000;
	font-size:12px;
	font-family:Times New Roman, Times, serif;
}

.body_right {
	background-color:#FFFFFF;
	width:190px;
	height:500px;
	background-image:url(../images/right-side-bar.gif);
	float:left;
	font-family:Times New Roman, Times, serif;
	font-size:.9em;
}

.footer {
	width:760px;
	height:100px;
	font-size:.7em;
	text-align:left;
	color:#ffffff;
	font-family:Times New Roman, Times, serif;
	background-image:url(../images/footer.gif);
}

a { color: #ffffff; }

a:visited { color: #ffffff; }

/* nav */

.nav
{
color:#000000;
vertical-align:middle;
background-image:url(../images/buttonbg.gif);
padding: 10px}

.navtext, a.navtext:link, a.navtext:visited, a.navtext:active  {
color: #000000;
font-size:90%;
text-decoration:none}