body {
	font-family: Verdana, arial, Tahoma, serif;
	font-size: 12px;
	color: #252525;
	line-height: 1.5;
	text-align: center;
	margin: 0;
	background-image: url(../images/bg_image.gif);
}

a:link {
	color: #0042ea;
	text-decoration: none;

}

a:hover {
	color: #a73300;
	font-style: normal;
	text-decoration: underline;
}

a:visited {
	color: #3753ad;
	font-style: normal;
	text-decoration: none;
}
a:visited:hover {
	color: #fd4700;
	font-style: normal;
	text-decoration: underline;
}

#container
{
width: 760px;
background-color: #fff;
color: #333;
margin: 0;
line-height: 130%;
text-align: left;
}

#banner {
width: 570px;
float: right;

}
#add, #type, #box, #desc {
float: left;
padding-top: 25px;
overflow: hidden;
}

#add {
width: 51%;
}

#type {
width: 9%;
}

#box {
width: 28%;
}

#desc {
width: 11%;
}

#leftnav
{
float: left;
width: 176px;
margin: 0;
padding: 5px;
}

.title1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	color: #004497;
	border-bottom: 1px solid #F4f4f4;
}
.title2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	color: #b42a00;
	border-bottom: 1px solid #F4f4f4;
}

.toptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}

.footer {
	font-family: Arial, verdana, tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	}

#content
{
margin-left: 176px;
padding: 5px;
text-align: justify;
}

img.imgright { 
    float: right; 
    padding: 3px;
	border: 1px solid #DDDDDD;
	margin-left: 10px;
	margin-bottom: 4px;
}

#footer {
	clear: both;
	font-family: Arial, verdana, tahoma;
	font-size: 11px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 5px;
	line-height: normal;
	font-weight: normal;
	background-color: #e4e4e4;
}

#footer #altnav {
	float: right;
	text-align: right;
}

/***** River Menu *****/

.rivermenu {
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 100%;
}

.rivermenu  li a{
background: #e4bb72 url(../images/arrow.gif) no-repeat center left;
font: bold 13px Arial, Verdana, Helvetica;
color: #be2a00;
display: block;
width: auto;
padding: 3px;
line-height: 18px;
padding-left: 25px;
text-decoration: none;
border-bottom: 1px solid #caa25b;
border-top: 1px solid #f7e0b7;
}

* html .rivermenu  li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 100%;
}

.rivermenu  li a:visited, .rivermenu  li a:active{
color: #00014e;
}

.rivermenu  li a:hover{
color: black;
line-height: 18px;
border-bottom: 1px solid #caa25b;
border-top: 1px solid #f7e0b7;
background: #f2e4b4 url(../images/arrow_1.gif) no-repeat center left;
}

/***** left Menu *****/
.leftmenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 100%;
}

.leftmenu li a{
background: #e9e5f7 url(../images/arrow1.gif) no-repeat 2px center;
font: bold 13px Arial, Verdana, Helvetica;
color: #00014e;
display: block;
width: auto;
padding: 3px;
line-height: 18px;
padding-left: 25px;
text-decoration: none;
border-bottom: 1px solid #CDC9D7;
border-top: 1px solid #f4f4f4;
}

* html .leftmenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 100%;
}

.leftmenu li a:visited, .leftmenu li a:active{
color: #00014e;
}

.leftmenu li a:hover{
color: black;
line-height: 18px;
background-color: #f4f2fb;
background-image:url(../images/arrow2.gif); 
border-bottom: 1px solid #CDC9D7;
border-top: 1px solid #f4f4f4;
}
	
/***** Top Menu *****/
#topmenu{
	margin-left: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 0;
	clear: both;
}

#topmenu ul{
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	width: 100%;
	font-size: 12px;
	letter-spacing:1px;
	font-weight: bold; 
	font-family: Arial, Helvatica, Verdana, Tahoma, sans-serif;
	border-right: 1px solid #FFFFFF;
	}

* html #topmenu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#topmenu ul li{
display: inline;
}
#topmenu ul li a{
	float: left;
	color: #FFFFFF;
	padding: 10px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 20px;
	text-decoration: none;
	background: #004caa url(../images/tmenu-r.gif) bottom right no-repeat;
	border-right:1px solid #FFFFFF;
	border-top: 5px solid #d03507;	
}
#topmenu ul li a:hover{
	color: #FFFFFF;
	background: #d03507 url(../images/tmenu-hover.gif) bottom right no-repeat;
	text-decoration: none;
	line-height: 20px;
}
