/* Main Page */
body 
{
	margin: 0px;
	background-color: white; /*#B0A078;*/
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	margin: 0px; 
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
    color: #7B7052; /*#D2323C;*/ 
}
h2 
{
	font-size:12px;
	font-weight: normal;
	letter-spacing: 1px;
	color:#333333; 
}
p
{	
	margin: 0px; 
	padding-bottom: 8px;
	font-size:13px;
	line-height:16px;
}
ul { margin-top:0px; }
li { padding-bottom: 4px; font-size: 13px; line-height:16px; }

a
{
	color: #0000ee;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
.rightpic{float: right; margin: 20px 5px 10px 20px; }


.formtable { border: solid 1px #cccccc; }
.formtable th { font-size: 11px; color: #333333; }  
.formtable td { font-size: 12px; color: #333333; } 
.smgray {font-size: 11px; color: #666666; line-height:14px;}
.smwhite{font-size: 11px; color: #ffffff; line-height:14px;}

/*Header*/
#top-bar
{	BACKGROUND-COLOR:#47504b; 
	BORDER-top: solid 4px #57605b;
	BORDER-bottom: solid 4px #57605b;
}
#top-menu-bar 
{
	padding: 10px 0px 4px 220px;
	background-color: #961210; /*#DCC9A1;*/
	/*BORDER-right: solid 3px #ffffff;*/
}
a.top-menu-item  
{
	margin: 0px 10px 0px 10px;
	padding: 2px 10px 4px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;/*#908078;*/
	text-decoration: none;
}
a.top-menu-item:hover{border-top: solid 2px #dedede;}
a.top-menu-item-selected
{
	margin: 0px 10px 0px 10px;
	padding: 2px 10px 4px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #b93636; 
	border-top: solid 2px #dedede;
}
#sub-menu-bar 
{
	padding: 1px 0px 4px 230px;
	background-color: #b93636; /*#fCe9c3;*/ 
}
a.sub-menu-item
{
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	color:White;
}
/*content*/
#middlediv { padding-top: 4px; background-color:#E0CC9A; BORDER-bottom: solid 2px #7B7052; }

/*footer*/
#footer{padding: 2px 0px 4px 120px;}
a.footer-item {	padding: 0px 10px 0px 10px; color:#783F48; }
