body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.background {
	background-color: #D2D0C0;
}
.topbanner {
	background-image: url(images/top-banner-squares.jpg);
	background-repeat: no-repeat;
	background-color:#DBDAC8;
	height:96px;
	background-position: right;
}
.menucontainer {
	height: 30px;
	background-image: url(images/menu-bkgrnd.jpg);
	background-repeat: no-repeat;
	background-color:#EEEFE1;
}
.bottombar {
	background-color: #73001D;
}
.bottom-right {
	background-color: #D2D0C0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #8E8E8E;
	font-style: italic;
	font-weight:normal;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
p, ul, ol {
	font-size: 80%;
	margin-top: 0px;
	line-height: 130%;
}
li {
	padding-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #940227;
	font-style: italic;
	font-weight:normal;
}
a {
	color: #940227;
	text-decoration: underline;
}
a:hover {
	color: #3D3D3D;
}

#pscroller1{
width: 100%;
height: 65px;
}

.grey {
	color: #666666;
}

.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

#rss{ /*Demo 3 main container*/
width: 200px;
height: 50px;
padding-left: 15px;
}

#rss p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
}
.bottombar {
	color: #ADAFB2;
	font-size: 80%;
}
.bottombar a {
	color: #ADAFB2;
	text-decoration: none;
}
.bottombar a:hover{
	color: #E0E1E4;
}
.text_alert {
	color: #FF0000;
}
.adzu {
	background-color: #FFFFFF;
}
#dropmenudiv {
position:absolute;
border-bottom-width: 0;
font: 11px Arial, Verdana, Helvetica, sans-serif;
line-height: 18px;
z-index:100;
}

#dropmenudiv a {
width: 100%;
display: block;
border-bottom: 1px solid white;
padding: 5px;
text-decoration: none;
font-weight: normal;
background-color:#C7C8CA;
color: #FFFFFF;
}

#dropmenudiv a:hover { 
background-color: #7C0A15;
}
.caption {
	font-size: 70%;
}
.secondlevel {
  font-size: 120%;
  padding-bottom: 5px;
}
#container {
	position:relative;
	width:100%;
	height:700px;
	border:1px solid white;
	overflow:hidden;
}
