*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body
{
	background: #333333 url('../images/bg.png') repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#main-container
{
	background-color: #FFFFFF;
	margin: 40px auto 15px auto;
	padding-top: 7px;
	width: 758px;
}


#header
{
	margin: 0px 7px 2px 7px;
	width: 744px;
	height: 112px;
	background: url('../images/header.png');
}


/*
#topnav
{
	margin: 0px 7px 2px 7px;
	width: 744px;
	height: 40px;
	padding: 16px 0px 0px 0px;
	background: url('../images/menubg.gif');
}
*/

#topnav
{
	margin: 0px 7px 2px 7px;
	padding: 13px 15px;
	background: url('../images/menubg.gif');
}



#topnav dl dt
{
	position: relative;
	display: inline;
}

#topnav dl dt a
{
	padding: 0.5em 1.0em 0.9em 1.0em;
	text-decoration: none;
	color: #ffffff;
}

#topnav a:hover
{
	text-decoration: underline;
}

#topnav a.active
{
	background: url('../images/menuactive.gif') repeat-x top left;
}


#bordertop
{
	margin: 0px 7px 2px 7px;
	width: 744px;
	height: 14px;
	background: url('../images/border1.gif');
}

#content-container
{
	margin: 12px 0px;
}

#content
{
	margin: 0px 10px 15px 20px;
	padding: 10px 0px;
	width: 495px;
}

#content h1 h2 h3 h4
{
	color:#333333
}


#divider
{
	margin: 2px 7px 0px 7px;
	width: 744px;
	height: 14px;
	background: url('../images/border2.gif');
}

#sidebar-container
{
	float: right;
	width: 223px;
	margin: 0px 15px 0px 2px;
}

#sidebar-a
{
	padding: 10px 0px;
}

#sidebar-a p
{
	padding: 1px 5px;
	font-size: 10px;
}

#sidebar-a h2
{
	color: #333333;
	padding: 0px 0px 8px 10px;
}

#sidebar-links
{
	padding: 10px 0px 6px 0px;
}

#sidebar-links h2
{
	color: #333333;
	padding: 0px 0px 8px 10px;
}

#sidebar-links a
{
	color: #ff9900;
	text-decoration: none;
	padding: 1px 5px;
	font-size: 12px
}

#footer
{
	clear: both;
	margin: 0px 7px 0px 7px;
	padding: 25px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background: url('../images/topbg.gif')
}

#footer a
{
	font-size: 10px;
	color:#CCCCCC;
	text-decoration: none;
}	

.divider2
{
	position: relative;
	height: 1px;
	border-bottom: solid 1px #eaeaea;
	margin: 15px 0px 20px 0px;
}

.box
{
	background: #fdfcf6 url('../images/boxbg.gif') repeat-x;
	left: -1.5em;
	top: -1.5em;
	border-bottom: solid 1px #E1D2BD;
	margin-bottom: 1.0em;		
}

a.cleanlink
{
	color: #333333;
	text-decoration: underline;
}


/* ©2007 mdzog.com */