BODY {
	font: 12px Arial;
	text-align: justify;
	list-style-type: square;
}
P, LI, UL {
	font-size: 12px;
}
A {
	color: #E12A23;
}
A:hover {
	color: #ECE9D8;
	background: #E12A23;
}
H1 {
	font-size: 20px;
}
H2 {
	font-size: 14px;
}
.side {
	background: #ECE9D8 url(../images/background.gif) repeat-y;
	border: 1px dotted white;
}
.main {
	background: #ECE9D8 url(../images/bottom.gif) no-repeat center top;
	padding: 10px 0px 10px 40px;
	height: 300px; 
	border-bottom: 1px dotted white;
	vertical-align: top;
}
.top {
	background: white url(../images/top.gif) no-repeat;
	background-position: center bottom;
	height:80px; 
	border-bottom: 1px solid black
}
.side {
	background: url(../images/background.gif);
	border: 1px dotted white;
	border-width: 0px 1px 1px 0px;
	vertical-align: top;
}
.nav {
	border-collapse: collapse; 
	margin-top: 10px;
}
.nav TD {
	padding: 3px 15px 3px 0px;
	font-weight: bold;
	text-align: right;
	border: 1px dotted white; 
	border-width: 1px 0px 1px 0px;
	background: #E12A23;
	
}
.nav A {
	color: white; 
	text-decoration: none;
}
.nav A:hover {
	color: #C6965A;
}
.underlogo {
	height: 80px;
	background: #E12A23;
	border: 1px dotted white;
	border-width: 0px 1px 1px 0px;
	font-size: 16px;
	font-style: italic;
	color: #C6965A;
	text-align: center;
	vertical-align: middle;

}
.table {
	 border: 1ps solid black; 
	 border-collapse: collapse; 
	 background:#ECE9D8;
}

