/* colors

green = #486A48
grey = #A9A8AB
*/

body{
margin: 0;
padding:0;
background: white url('../images/bg.gif') repeat;
font: 0.8em arial;

}


#maincontainer
{
margin:  0 auto;
padding:0;
width: 770px;
border: 1px solid #486A48;
background: white;

}



h1
{
	color: #486A48;
	font: bold 12pt arial;
	margin-top: 13px;
	}
	
h2
{
	color: #486A48;
	font: bold 10pt arial;
	margin-top: 13px;
	}
	
div.line
{
	width: 90%;
	font: 1pt arial;
	height: 1px;
	margin-left: 5%;
	background: url('../images/line.gif') repeat-x;
	clear: both;
}

div#photosgallery img
{
	border: 1px solid black;
	margin: 6px;
}


#topsection{
background: url('../images/top.jpg') bottom center repeat-x;
height: 105px;
margin-bottom: 1px;
}

#ralogo
{
	margin-top: 25px;
	margin-right: 10px;
}

#crtitle
{
	float: right;
	margin-top: 17px;
	margin-right: 7px;
}

#crlogo
{
	float: left;
	margin-top: 3px;
	margin-left: 10px;
}

#leftcolumn{
width: 750px; 
margin-left: 10px;
}

h2
{
	margin: 10px 0;
}


.linkbox p
{
	
	margin: 0;
	padding: 3px 2px;
	font: bold 10pt arial;
	color: #486A48;
	vertical-align: middle;
	text-decoration: none;
	display: block;
	background: #fff;
	overflow: auto;
	

}

.linkbox
{

	margin: 0 0 10px 0;
	float: left;
	margin-top: 10px;	
}
.linkbox div a.mainnav
{
	margin: 5px 0;
	padding-left: 22px;
	font: 10pt arial;
	color: #777;
	vertical-align: middle;
	text-decoration: none;
	display: block;
	background: #eee;
	overflow: auto;
	background: url('../images/bullet.gif') no-repeat 0 1px;
}

.linkbox div a.mainnav:hover
{
	background: url('../images/bullethover.gif') no-repeat;
	color: red;
}ul.sub{	list-style: none;	margin: 0 0 10px 0;	padding-left: 30px;	color: #486A48;}ul.sub li{	list-style: disc;margin: 0;padding: 0;}ul.sub li a{	font: 9pt arial;	color: #000;	border: none;	padding: 0;	margin: 0;text-decoration: none;}ul.sub li a:hover{	color: #f33;}ul.sub2{	margin: 0 0 10px 0;	padding-left: 15px;	color:#486A48;}ul.sub2 li a{	color:#486A48;}#rightcolumn
{
width: 525px;
float: right;
text-align: left;
margin: 0;
position: relative;
top: 0px;
left: 0;

}

body#pagelinks #rightcolumn img
{
	border: 1px solid black;
	margin-right: 10px;
}


#footer{
clear: both;
width: 770px;
/* background: url('../images/footer.jpg') repeat-x; */
border-top: 1px dashed #486A48;

color: #486A48;
text-align: center;
padding: 4px 0;
font-size: 9pt;
}

#footer a{
color: #486A48;
text-decoration: none;
}

#footer a:hover{
color: red;

}#gallery_table td{text-align: center;vertical-align: bottom;padding-bottom: 20px;}#gallery_table img{border: 1px solid #000;}