BODY, P, DIV
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#656565;
	text-align:left;
}

TD, OPTION, TEXTAREA
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#656565;
}

A
{
	color:#6e5937;
}

A:hover
{
	color:#e18a03;
}

HR
{
	color:#a77e52;
	width:100%;
	height:1px;
}

FORM
{
	margin:0px;
	border:0px;
	padding:0px;	
}

INPUT
{
	font-family:Verdana,Arial,Helvetica,sans-serif;	
	color:#656565;
}

INPUT.text
{
	font-size:10px;
}

INPUT.textbox
{
	font-size:10px;
	width:300px
}

TEXTAREA.textbox
{
	font-size:10px;
	width:300px;
}

SELECT
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
}

H1
{
	font-weight:normal;
	font-size:18px;
	text-align:left;
	margin-top:0px;
	margin-bottom:10px;
}

H2
{
	font-weight:normal;
	font-size:14px;
	text-align:left;
	margin-top:0px;
	margin-bottom:10px;
}

P
{
	margin:0px;
}

TABLE.display
{
    BACKGROUND-COLOR: #ecedeb;
}
TD.display1
{
    color:#000000;
    BACKGROUND-COLOR: #CCCCCC;
    font-weight:bold;
}
TD.display2
{
    color:#000000;
    BACKGROUND-COLOR: #dddddd;
    font-weight:bold;
}
TD.display
{
    BACKGROUND-COLOR: #FFFFFF
}

.notify
{
	color:crimson;
}

#maindiv
{
	width:903px;
	background-color:white;
	margin-left: auto; 
	margin-right: auto;
}

#containerdiv
{
	width:797px;
	margin-left:53px;
	margin-right:53px;
	border:1px solid #ffffff;
}

#banner1div
{
	width:797px;
	height:35px;
	background-image:url(graphics/banner1.jpg);
	background-repeat:no-repeat;	
}

#banner2div
{
	width:797px;
	height:165px;
	background-image:url(graphics/banner2.jpg);
	background-repeat:no-repeat;
}

#banner2div span
{
	display:none;
}

#horizmenudiv
{
	width:797px;
	height:31px;
	background-image:url(graphics/horizbg.gif);
	background-repeat:repeat-x;
}

#horizmenudiv #horizmenu1div
{
	width:183px;
	height:31px;
	background-image:url(graphics/horizmenuleft.jpg);
	background-repeat:no-repeat;
	float:left;
}

#horizmenudiv .horizmenuitem
{
	width:146px;
	height:22px;
	background-image:url(graphics/horizbg.gif);
	background-repeat:repeat-x;
	float:left;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:9px;
}

#horizmenudiv a.horizmenuitem
{
	cursor:pointer;
	color:#656565;
	text-decoration:none;
}

#horizmenudiv a.horizmenuitem:hover
{
	background-image:url(graphics/horizbg_over.gif);	
}

#horizmenudiv .horizmenudivider
{
	width:2px;
	height:31px;
	background-image:url(graphics/horizmenudiv.gif);
	background-repeat:no-repeat;
	float:left;	
}

#dmsdiv
{
	width:797px;
	display:block;	
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
}

#threecoldiv
{
	width:797px;
	display:block;	
}

#threecoldiv #leftcoldiv
{
	width:178px;
	float:left;
}

#threecoldiv #middlecoldiv
{
	width:438px;
	float:left;
	padding-left:7px;
	padding-right:8px;
}

#threecoldiv #rightcoldiv
{
	width:166px;
	float:right;
	padding-top:6px;
}

.clearerdiv
{
	clear:both;
}

a.menuitem_green
{
	display:block;
	width:178px;
	height:24px;
	background-image:url(graphics/button_green.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:13px;
	padding-top:7px;
	overflow:hidden;
	margin-top:7px;
	margin-bottom:0px;
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:none;
}

a.menuitem_green:hover
{	
	background-image:url(graphics/button_green_over.gif);	
}

a.menuitem_blue
{
	display:block;
	width:178px;
	height:24px;
	background-image:url(graphics/button_blue.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:13px;
	padding-top:7px;
	overflow:hidden;
	margin-top:7px;
	margin-bottom:0px;
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:none;
}

a.menuitem_blue:hover
{	
	background-image:url(graphics/button_blue_over.gif);	
}

a.menuitem_orange
{
	display:block;
	width:178px;
	height:24px;
	background-image:url(graphics/button_orange.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:13px;
	padding-top:7px;
	overflow:hidden;
	margin-top:7px;
	margin-bottom:0px;
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:none;
}

a.menuitem_orange:hover
{	
	background-image:url(graphics/button_orange_over.gif);	
}

a.menuitem_brown
{
	display:block;
	width:178px;
	height:24px;
	background-image:url(graphics/button_brown.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:13px;
	padding-top:7px;
	overflow:hidden;
	margin-top:7px;
	margin-bottom:0px;
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:none;
}

a.menuitem_brown:hover
{	
	background-image:url(graphics/button_brown_over.gif);	
}

img.floatleft
{
	float:left;
}

.bold
{
	font-weight:bold;
}

#welcomediv
{
	width:438px;
	height:52px;
	background-image:url(graphics/welcome.gif);
	background-repeat:no-repeat;
}

#welcomediv span
{
	display:none;
}

#contentdiv
{
	width:396px;
	background-color:#ecedeb;
	padding-top:18px;
	padding-bottom:18px;
	padding-left:21px;
	padding-right:21px;
	text-align:left;
}

#contentdiv.topmargin
{
	margin-top:7px;
}

.clientlogindiv
{
	width:166px;
	text-align:right;
	color:#403223;
	font-size:10px;
	margin-bottom:5px;
}

.clientlogindiv INPUT.text
{
	width:90px;
	font-size:10px;
}

#clientloginbottomdiv
{
	padding-bottom:7px;
	margin-bottom:7px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px;
	border-color:#a77e52;
	border-style:solid;
}

#currencycontainerdiv
{
	padding-bottom:7px;
	margin-bottom:7px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px;
	border-color:#a77e52;
	border-style:solid;
}

#currencydiv
{
	padding:7px;
	border:1px;
	border-color:#dddddd;
	border-style:solid;
	background-color:#f0f0f0;
	text-align:center;	
}

#currencydiv .heading
{
	font-weight:bold;
	font-size:10px;
	text-align:center;
}

#currencydiv .rate
{
	font-weight:bold;
	font-size:11px;
	text-align:center;
}

#currencydiv .lastupdated
{
	font-size:10px;
	font-weight:normal;
	text-align:center;
}

#bannerbottomdiv
{
	width:797px;
	height:24px;
	margin-top:7px;
	background-image:url(graphics/bottombanner.jpg);
	background-repeat:no-repeat;	
}

#bottomlinks
{
	margin-top:7px;
	margin-bottom:10px;
	color:#6e5937;
	text-align:center;	
}

a.bottomlink
{
	color:#6e5937;
	font-size:11px;
	text-decoration:none;
}

a.bottomlink:hover
{
	color:#e18a03;
}

.bottomdivider
{
	margin-left:20px;
	margin-right:20px;
}