body {
	background-color: #CCCCCC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	width:900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}
#thebox {
	background-color: #FFFFFF;
	border: 5px solid #333333;
}
#rightcol {
	float:right;
	width:235px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#rightcol a {
	color:#FFFFFF;
}
.pagetitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #CC0000;
}
.smallcontainer_title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}


#rightcol img {
	border: solid 1px #CC0000;
	margin: 2px;
}
#main {
	min-height:400px;
	width:625px;
	padding:15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}
#main a {
	color: #CC0000;
	text-decoration: underline;
}
#main a:hover{
	text-decoration: none;
}
#topmenu {
	background-color: #333333;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	height:22px;
}
#topmenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu a:hover {
	text-decoration: underline;
}
#footer {
	background-color: #333333;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
} 
 /* set background images for corners */
.rbroundbox { background-color: #336666; }
.rbtop div  { background: url(images/boxcornerNW.gif) no-repeat top left; }
.rbtop      { background: url(images/boxcornerNE.gif) no-repeat top right; }
.rbbot div  { background: url(images/boxcornerSW.gif) no-repeat bottom left; }
.rbbot      { background: url(images/boxcornerSE.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.rbcontent  { margin:-15px 15px -15px; color:#FFFFFF; }
.rbroundbox { width: 220px; margin: auto; margin-right: 10px; margin-top: 20px;}
.tabletoprow {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}
.imagefloatright {
	border: 1px solid #336666;
	padding: 3px;
	float: right;
	margin: 20px;
	display: inline;
}
.imagefloatcenter {
	border: 1px solid #336666;
	display: inline;
	float: center;
	padding: 3px;
	margin: 20px;
}
.imagefloatright-noborder {
	float: right;
	margin-right: 20px;
	display: inline;
}
.contactboxright {
	border: 1px dashed #336666;
	padding: 3px;
	float: right;
	display:block;
	margin: 20px;
	width: 40%;
	display: block;
	text-align: center;
}
.contactboxleft {
	padding: 3px;
	float: left;
	display:inline;
	margin: 20px;
	width: 40%;
}
