body {
	background-image: url(bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
div.container {
	background-color: #CCC;
	width: 950px;
	border: 0px solid #9a9a9a;
    margin: 0 auto;
}
div.header {
	width: 950px;
	margin: 0 auto;
}
div.bar {
	background-image: url(titlebar.jpg);
	height: 32px;
	text-align: center;
}
div.titlebar {
	background-color: #009933;
	background-image: url(titlebar.jpg);
	height: 29px;
	text-align: center;
	padding-top: 3px;
}
div.content {
	background-color: #FFF;
	width: 728px; 
	border: 1px solid #9a9a9a; 
	padding: 5px; 
	font-size: 13px;
	float: right; 
}
div.sidebar {
	width: 200px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
table.list {
	border: 1px solid #9a9a9a; 
	padding: 0px 0px 0px 0px; 
	margin: auto;
}
td.list {
	border: 1px solid #9a9a9a; 
	text-align: center; 
	vertical-align: middle; 
	padding: 0px 20px 0px 20px; 
	background-image: url(list.gif);
}
td.list1 {
	border: 1px solid #9a9a9a; 
	text-align: center; 
	vertical-align: middle; 
	padding: 0px 0px 0px 0px; 
	background-image: url(list.gif);
}
div.sidebox {
	background-color: #FFF;
	border: 0px solid #9a9a9a; 
	border-bottom: 2px solid #336633;
	margin-bottom: 14px;
}
div.innerbox {
	font-size: 13px; 
	padding: 4px;
}
div.footer {
	clear: both;
	background-image: url(titlebar.jpg);
	background-color: #FFF;
	height: 25px;
	text-align: center;
	padding-top: 7px;
}
hr {
	height: 1px; 
	border: none; 
	border-bottom: 1px solid #9a9a9a;
}
h1.main {
	text-align: center;
}
h3.boxtitle, h3.boxtitle a {
	font-size: 10px; 
	color: #FFFF66; 
	margin: 0; 
	background-image: url(vista.gif); 
	padding: 5px; 
	text-align: center;
}
ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-size: 13px;
}
ul.center {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	text-align: center; 
	font-size: 13px;
}
em.title {
	font-size: 22px; 
	font-weight: bold; 
	color: #FFFF66; 
	padding-top: 14px;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}
