body {
margin : 0 auto;
font : 12px "Trebuchet MS", verdana, tahoma, sans-serif;
color : #555;
background : url(/images/spotlight.jpg) ;
line-height : 1.5em;
}
#container {
width : 850px;
margin-left : auto;
margin-right : auto;
padding : 0;
background: #fff;
border : 5px solid #fff;
}
#banner {
background:url(../images/header_motion.gif)
width : 850px;
padding : 0;
margin : 0;
color : #fff;
}
#content {
padding : 5px;
margin-bottom : 5px;
color : #555;
background : #fff;
}
#footer {
clear : both;
padding : 10px;
margin : 0;
text-align : center;
color : #ffcc00;
background : #000;
}
.roundcont {
margin : 10px;
width : 95%;
background : #f7fbfd;
color : #333;
}
.roundcont p {
margin : 0 15px;
}
.roundtop {
background : url(images/tr.gif) no-repeat top right;
}
.roundbottom {
background : url(images/br.gif) no-repeat top right;
}
images.corner {
width : 10px;
height : 10px;
border : none;
display : block !important;
}
p {
padding : 10px 20px 10px 20px;
}
h1 {
padding : 20px 10px 0px 10px;
font : 140% "Trebuchet MS", verdana, tahoma, sans-serif;
text-transform : uppercase;
color : #c00000;
font-weight:bold;
background : inherit;
}
h2 {
margin : 0;
font : 140% "Trebuchet MS", verdana, tahoma, sans-serif;
padding : 0;
border-bottom : 0 solid #738ca5;
text-transform : none;
color : #c00000;
background : inherit;
}
a {
text-decoration : none;
color : #666;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #c00000;
background : inherit;
}
a images {
border : 0;
}
.images {
float : left;
padding : 4px;
margin : 4px;
border : 1px solid #556b2f;
}
#form {
margin: 0 25px 0 25px;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #949494;
padding: 4px 10px 4px 10px;
text-decoration: none;
border-right: 1px solid #444;
}

.solidblockmenu li a:visited{
color: #ffcc00;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #ffcc00;
background: transparent url(/images/blockactive.gif) center center repeat-x;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 10px Arial;
width: 850px;
border: 1px solid #000;
border-width: 1px 0;
background: black url(/images/blockdefault.gif) center center repeat-x;
list-style: none;
}

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
.imageleft  {
	float: left;
	margin: 5px 20px 5px 0px;
	}
.imageright {
	float: right; 
	margin: 5px 0px 5px 20px;
}