html,body {
	margin:0;
	padding:0;
	font-family:verdana;
	font-size:90%;
	color:#808080;
	text-align: center;
	background-color:#333;

}

table, td {
	font-size:small;
}

#site {
	width:828px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	background-color:#fff;
	background-image:url(layout/rr_background.gif);
	background-repeat:repeat-y;		
}

#header {
	height:154px;
	background-image:url(layout/header.jpg);
	background-repeat:no-repeat;
}

#toprabs {
	height:110px;
	padding-top:8px;
	margin-right:20px;
}

#toprabs .rab {
	width:80px;
	height:60px;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#578A3B;
	margin:4px;
}

#toprabs .bun img{
	border:1px solid #fff;
}

#toprabs .bun {
	margin-left:8px
}

#toprabs a {
	color:#fff;
	text-decoration:none;
}

#topmenu {
	background-color:#6cae4a;
	height:28px;
	font-weight:bold;
	float:right;
	margin-right:7px;
}

#topmenu ul {
	padding:0;
	margin:0;
}

#topmenu li {
	list-style-type:none;
	float:left;
	padding:0;
	margin:0;
}

#topmenu a {
	text-decoration:none;
	color:#fff;
}

#topmenu a img {
	border:none;
}

#rightcol {
	width:137px;
	float:left;
	text-align:center;
	margin:5px 0 10px 10px;
	font-size:x-small;
}

#rightcol img {
	padding:3px;
	border:1px solid #dddddd;
}

#leftcol {
	width:150px;
	float:left;
	margin:10px 8px;
	line-height: 1.6em;	
	font-size:.85em;
}

#leftcol ul,.submenu ul,#rabinfo ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#leftcol a, .submenu a {
	text-decoration:none;
	color:#004000;
	font-weight:bold;
	
}

.sublinks {
	background-image:url(http://img.photobucket.com/albums/v61/tamdesign/layout/bg_menu.gif);
	background-repeat:repeat-y;
}

.sublinks li {
	padding-left:3px;
}

.subfirst {
	background-image:url(http://img.photobucket.com/albums/v61/tamdesign/layout/bg_menutop.gif);
	background-repeat:no-repeat;
	padding-top:2px;
}

.sublast {
	background-image:url(http://img.photobucket.com/albums/v61/tamdesign/layout/bg_menubottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:3px;
}

#centercol {
	width:504px;
	float:left;
	line-height: 1.3em;
	margin:5px;
}


#footer{
	clear:both;
	height:20px;
}

#toprabs .bun {
	float:right;
}

.bun {
	float:left;
	margin-left:5px;
	text-align:center;
	font-size:x-small;
	width:90px;
}

.bun img {
	border:1px solid black;
}

h1 {
	font-size:large;
	color:#dabd78;
	font-weight:bold;
	clear:left;
	line-height: normal;	
}

h2 {
	font-size:medium;
	color:#dabd78;
	font-weight:bold;
	clear:left;
}

h3 {
	font-size:small;
	color:#dabd78;
	font-weight:bold;
}

a {
	color:#5c9440;
}


.imgleftborder
{
    padding:3px;
	border:1px solid #ddd;
    float: left;
    margin: 5px 5px 10px 0px;
}

.imgrightborder
{
    padding:3px;
	border:1px solid #ddd;
    float: right;
    margin: 5px 0px 10px 5px;
}

.box {
    margin-bottom: 5px;
    clear:both;
    float:left;
    width:100%;
}

#rabinfo ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
.note {
	border:0;
	margin: 0 0 5px 0;
}

dfn {
	font-style:normal;
	border-bottom: 1px dotted #c0c0c0;
	cursor:help;
}

.error {
	border:1px solid red;
	padding:3px;
	font-size:x-small;
	background-color:#f9f0eb;
	font-weight:bold;
	color:red;
}