html
{
	height: 100%;
}

body
{
	background: url(./images/bg.gif);	
	font-family: Verdana, Arial, sans-serif;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	margin:0px;
}

a
{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #ff7519;
}

h1
{
	color:#000033;
	font-size:14px;
	font-weight:bold;
	margin-top: 0;
}

#container
{
	width: 1004px;
	height: auto;
	margin: 0 auto 0 auto;
}

#header
{
	background-color:#161942;
	width: 1004px;
	height: 98px;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
}

#menu
{
	background-color:#161942;
	width: 1004px;
	height: 27px;
	color: #a0a6be;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
}

#menuopties
{
	list-style: none;
	margin: 5px 0px 0px 190px;
	padding: 0px;
}

#menuopties li
{
	display: inline;
	margin: 0 2.8px;
	padding: 0;
}



#menu a { color:#fff; text-decoration:none;}
#menu a:link, #menu a:visited {	color:#fff; text-decoration:none; }
#menu a:hover, #menu a:focus { color:#ff7519; text-decoration:none; }

#content_bg
{
	background-color:#ffffff; 
	width: 1004px;
	border-right: solid 2px #fff;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
}


#left
{
	width: 185px;
	height: 600px;
	font-size: 10px;
	float:left;
	color: #161942;
	margin-top:0px;
	margin-left:0px;
	border-right:solid 1px #c5c5d0;
	padding-left:5px;
	padding-top:5px;
	padding-right:0px;
	padding-bottom:0px;
}

hr
{
	border: 0;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
}

#left a
{
	color: #161942;
	text-decoration: none;
}

#left a:hover
{
	color: #131539;
	text-decoration: none;
}

#content
{
	width: 595px;
	height:600px;
	float:left;
	background:#fff;
	color: #333;
	padding: 10px;
	overflow : auto;
}

/*\*/
* html #content {
	height: 600px;
}
/**/

#right
{
	width: 185px;
	float:left;
	border-left:solid 1px #c5c5d0;
	
	
	height: 600px;
	font-size: 10px;

	color: #161942;
	margin-top:0px;
	margin-left:0px;

	padding-left:5px;
	padding-top:5px;
	padding-right:0px;
	padding-bottom:0px;
}


#right_content
{
	margin-top:10px;
	margin-left:16px;
	width:155px;
	font-size:11px;
	color:#161942;
	border:solid 0px #fff; 
}


#right_content a { color:#161942; text-decoration:none;}
#right_content a:link, #right_content a:visited {	color:#161942; text-decoration:none; }
#right_content a:hover, #right_content a:focus { color:#131539; text-decoration:none; }


#footer
{
	background-color:#161942;
	width: 1004px;
	height: 20px;
	float:left;
	vertical-align: top;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
}

#footer_links
{
	font-size: 9px;
	margin: 3px;
}

#footer_links a { color:#fff; text-decoration:none;}
#footer_links a:link, #footer_links a:visited {	color:#fff; text-decoration:none; }
#footer_links a:hover, #footer_links a:focus { color:#ff7519; text-decoration:none; }

/****************************************************************************************
* 	LAYOUT CSS FOR THE MENU
****************************************************************************************/

#dhtmlgoodies_listMenu a
{
	color: #161942;
	font-weight:normal;
}

#dhtmlgoodies_listMenu .menuitem
{
	color:#161942;
	display: block;
	padding: 4px;
	background: #ffba00;
	border: 1px solid #fff;
	text-decoration:none;
	font-weight:bold;

}

#dhtmlgoodies_listMenu .activeMenuLink
{
	color: #000;
}


/*
No bullets
*/	
#dhtmlgoodies_listMenu li{
	list-style-type:none;	
}

/*
No margin and padding
*/
#dhtmlgoodies_listMenu, #dhtmlgoodies_listMenu ul{
	margin:0px;
	padding:0px;
}

/* Margin of sub menu items */
#dhtmlgoodies_listMenu ul{
	display:none;
	margin-left:10px;
}
