* { padding: 0; margin: 0; }

body 
{
 background:#15487F;
 background-image:url(../images/mainbg.png);
 background-repeat:repeat-x;
 text-align:center;
 font-family:Arial;
 font-size:80%;
}

#wrapper { 
 margin: 0 auto;
 width: 920px;
 text-align:left;
}

#leftcolumn 
{
 color:#ffffff;
 background: #1c5389;
 margin: 75px 0px 10px 0px;
 height: 700px;
 width: 230px;
 float: left;
 display: inline;
 position: relative;
 background-image: url(../images/leftbg.png);
 background-repeat:no-repeat;
}

#rightcolumn { 
 float: right;
 background: #ffffff;
 margin: 75 0px 10px 0px;
 height: 700px;
 width: 690px;
 display: inline;
 position: relative;
}

#content 
{
 top:150px;
 bottom: 100px;
 left:25px;
 width: 640px;
 display: inline;
 position: absolute;
 /*overflow:auto;*/
 line-height:19px;
 text-align:justify;
 background-image: url(../images/mainbg.gif);
 background-repeat:no-repeat;
 background-position:20px 60px;
}

#content P
{
    margin-bottom:15px;
}

#content TD
{
    font-size:80%;
    padding:8px;
}

#menulist
{
 padding:150px 0px 0px 50px;
}

#menulist img
{
    margin-bottom:15px;
}

img.roundedcorner 
{
	position:absolute; 
	height:16px; 
	width:16px; 
}

img.logo 
{
	position:relative; 
	left:430;
	top:20px;

}

img.rha_logo 
{
	position:absolute; 
	height:64px; 
	width:281px; 
}

img.truck 
{
	position:absolute; 

}

img#logo		{ top:25px;   left:285px;}
img#topleft     { top:0px;    left:0px;}
img#bottomleft  { bottom:0px; left:0px;}
img#topright    { top:0px;    right:0px;}
img#bottomright { bottom:0px; right:0px;}
img.title       { margin-bottom:10px;}

A, A:Active, A:Visited
{
    color: #1c5389;
    text-decoration:underline
}

A:Hover
{
    text-decoration:none;
}

.smalltext
{
    font-size:80%
}

.mainphoto
{
    float:right;
    margin-left:20px;
}

.spacer
{
    height:50px;
}

UL
{
    list-style-image: url(../images/arrow.gif);
}

LI
{
    margin-bottom:20px;
}

LI A, LI A:Active, LI A:Visited
{
    color:white;
    text-decoration:none;
    font-size:130%;
}

LI A:Hover
{
    color:#E8B428
}

H1
{
    color:#21518C;
    font-size:160%;
    margin-bottom:12px;
}