﻿body 
{
	
	font-size: 13pt;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	color:#666666;
}

.menuContainer
{
	width: 200px;
	background-image: url("images/vertical-divider.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right:15px;
}
a.menu
{
	font-size: 13pt;
	color: #666666;
	text-decoration: none;
	
}
a.menu:hover
{
	color:#e6a430;
}

.submenu
{
	float:left;
	width:300px;	
	height:500px;
	padding-top:50px;
	padding-left:10px;
}

.submenu h2
{
	font-size: 13pt;
	color: #e6a430;
	line-height: .01em;
}
.submenu a
{
	font-size:10pt;
	background-position: left;
	background-image: url("images/sub-icon.jpg");
	background-repeat: no-repeat;
	text-decoration:none;
	padding-left:15px;
	color:#666666;
}
.submenu a:hover
{
	color:#e6a430;
	background-image: url("images/sub-icon-over.jpg");
}
#main
{
	height:500px;
	padding-left:10px;
}
#maintop
{
	color:#e6a430;
}
#maindivider
{
	background-color: #e6a430;
	margin-top:3px;
	height:2px;
}
#headertop
{
	background-position: bottom;
	width: 400px;
	height: 120px;
	border-color: #FF0000;
	background-image: url('images/abdiem-logo.jpg');
	background-repeat: no-repeat;
}
#headermenu
{
	height: 20px;
	width: 100%;
	text-align: right;
}


#bar
{
	height:21;
	width:100%;
	background-color:#e6a430;
}


.footer
{
	color:#999999;	
}
