body {
	font-family: tahoma, helvetica, arial, verdana, arial, sans-serif; 
	background: #f9ebd8;
	background: transparent url(../images/backbrown.gif) repeat scroll 0 0;
	margin: 5px auto;
	
}

#mainwindow {  	 
  margin:0px auto;
  width: 750px;
  height: 100px;
}

#mainwindow #header { 
  background:transparent url(../images/bg.jpg) repeat-x scroll 0 0;
  height: 95px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-top: 1px solid #666; 
}

#mainwindow #header .logo {
	clear:none;
	margin: 7px 0px 0px 10px;
	font-weight: bolder;
	height: 80px;
	background: transparent url(../images/royalbglogo.jpg) no-repeat;
	width: 310px;
}

#mainwindow #header .logo .top_title {
    clear:none;
    font-size: 18px;
	font-weight:bolder;
	margin:52px 0px 0px 35px;	
}	

#mainwindow #header .headerpic {
	float: right;
	clear: none;
	height: 28px;
	padding: 66px 5px 0 0;
	width: 405px;
	background: transparent url(../images/signsmain.gif) no-repeat top right;
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
}

#mainwindow #navigation {
  background: transparent url(../images/navbg1.gif) repeat-x scroll 0 0;
  margin: 0px 0px 15px 0px;
  height: 20px;
  color: #fff;
  font-size: 14px; 
}

#mainwindow #navigation .navigation {
  display: inline-block;
  padding: 0px 0px 0px 10px;
  list-style: none;
  height: 19px;
  margin: 0px;	
}

#mainwindow #navigation .navigation .navelement {
  float: left;
  padding: 0px 20px;
  height: 15px;
  border-right: 1px solid #fff;
  margin-top: 2px;
}

#mainwindow #navigation .navigation .navelement a{
    text-decoration: none;
    color: #fff;
 	
}

.current {background: transparent url("../images/rightArrow.gif") no-repeat scroll 10px 5px;}


#mainwindow .contenttop {
	margin:0px;
	height: 10px;
	width: 800px;
	background: transparent url("../images/topcontent.gif") no-repeat;
}

#mainwindow .content {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  min-height: 400px;
  background: #f6f6f6 url(../images/big_bg.gif) repeat-x scroll bottom;;
  margin: 0px;
  height: auto;
  overflow: auto;
}

#mainwindow .content .preview {
    margin: 0px auto;	
}

#mainwindow .content .left {
	width: 230px;
	padding: 5px 0px 0px 5px; 
	float: left;
	height: auto;
}

#mainwindow .content .right {
	font-family: tahoma;
	height: auto;
	padding: 5px 5px 0px 0px; 
	width: 500px;
	float: right;
	color: #31426a;
}

#mainwindow .content .smallright {
	width: 230px;
	padding: 5px 0px 0px 5px; 
	float: right;
	height: auto;
}

#mainwindow .content .bigleft {
	font-family: tahoma;
	height: auto;
	padding: 5px 5px 0px 0px; 
	width: 500px;
	float: left;
	color: #31426a;
}

#mainwindow .content .title {
	margin: 12px 0px 23px 10px;
	font-size: 14pt;
	text-align: center;
	font-weight: bold;
	font-stretch: ultra-expanded;
	color: #7b962a;	
}

#mainwindow .content .smalltitle{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 10px;
	color: #7b962a;    
}

#mainwindow .content div.requestform {
  padding: 10px 30px;
}

#mainwindow .content p.text {
	margin: 5px 10px 15px 10px;
	text-align: justify;
	font-size: 10pt;
	line-height: 20px;
}

#mainwindow .floatleft{
	float:left;
}

#mainwindow .floatright{
	float:right;
}

#mainwindow .content .center{
	text-align:center;
}

#mainwindow .bottomnav p{
  padding: 0px;
}		

#mainwindow .bottomnav a{
	padding: 0px 20px; 
	color: #000;
	text-decoration: underline;
}

#mainwindow #footer {
	height: 12px;
	padding: 1px 10px;
    background: #2f2f2f;
    background: transparent url(../images/navbg.gif) repeat-x scroll 0 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

.clearboth {
    clear: both;
}

.border{
	border: 1px solid red;
}
.small_link {
	text-decoration: none;
	font-size:9px;
	color: black;

}

.small_link a {
	height: 10px;
	vertical-align:top;
	text-decoration: none;
	font-size:9px;
	color: black;
}

.error {
	color: #f00;
	font-size: 11px;
	font-style: oblique;
}
