/* CSS Document */

body {
	background: url(layout_images/commercialtopbacker.gif) repeat-x;
	font-family: arial;
	}

#oval {
	background-image: url(layout_images/mottocom.gif);
	}

#mainpanel {
	background: url(layout_images/sidebacker_250.gif) repeat-y;	
	}
	 
#right #content h1 {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #990000;
	}
	
#right #content #leftcolumn { 
	margin-right: 220px;
	}

#right #content #rightcolumn { 
	float: right;
	width: 210px;
	margin-top: 20px;
	}

#right #content #rightcolumn h2 {font-size: 16px;}

#right #content #rightcolumn .rightcolumnblock{
	width: 200px;
	margin: 10px 5px;
	background-color:#990000;
	}

#right #content #rightcolumn .rightcolumnblock h2 {
	color: #990000;
	background-color: #999999;
	background-image: url(layout_images/commercialtopbacker.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 5px;
	text-align: center;
}

#right #content #rightcolumn .rightcolumnblock a:link, a:visited, a:active {
	color: #990000;
	text-decoration: none;
}

#right #content #rightcolumn .rightcolumnblock a:hover {
	color: #FF0000;
	}

#right #content #rightcolumn .rightcolumnblock p {color: #fff; margin: 5px 10px;}

#right #content #rightcolumn .rightcolumnblock img {border: 1px solid #900;}


