.menubar
{
	background-color: #BA3E4C;
	background-image: url(../images/menu/menu_bg.gif);
}

.sidebar 
{
	font-family:verdana,arial,helvetica;
	font-size:9px;
	font-weight:normal;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
	
.content 
{
	font-family:verdana,arial,helvetica;
	font-size:12px;
	font-weight:normal;
	color: #000000;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}			
	
.content_header 
{
	font-size:20px;
}	
		
.body 
{
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/background_logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.sidebarRowLight
{
	background-color: #6E6E6E;
}

.sidebarRowDark
{
	background-color: #444444;
}

.contentRowHeader
{
	background-color: #444444;
	border-bottom: 2px solid #6E6E6E;
	border-left: 2px solid #6E6E6E;
	border-top: 2px solid #6E6E6E;
	color: #FFFFFF;
}

.contentTableRow1
{
	background-color: #FFFFFF;
	border-bottom: 1px dashed #6E6E6E;
	border-left: 1px dashed #6E6E6E;
	border-top: 1px dashed #6E6E6E;	
}

.contentTableRow2
{
	background-color: #DDDDDD;
	border-bottom: 1px dashed #6E6E6E;
	border-left: 1px dashed #6E6E6E;
	border-top: 1px dashed #6E6E6E;	
}

.contentRow1
{
	background-color: #FFFFFF;
}
.contentRow2
{
	background-color: #DDDDDD;
}

.sidebarSelect
{
	font-family:verdana,arial,helvetica;
	font-size:9px;
	font-weight:normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;	
	width:185px;
}

#dropmenudiv{
	position:absolute;
	background-color: #333333;
	border:1px solid #BA3E4C;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	font-weight: bold;
	line-height:18px;
	z-index:100;
	text-indent: 3px;
	float:left;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BA3E4C;
	padding: 1px 0;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #BA3E4C;
	color: #FFFFFF;
}