@charset "utf-8";
/* CSS Document */


body	{
	text-align:center;
	margin:0 auto;
	background:#52616e;
	color:#000000;
	font-family:tahoma;
	font-size:12px;
}

a		{
	color:#000066;
	text-decoration:none;
	font-weight:bold;
}
a:hover	{text-decoration:underline; }

#main { width:720px/*100%*/; margin:0 auto; text-align:left; min-width:720px; height:auto; background:#FFFFFF; padding-top: 20px; padding-left: 10px; padding-right: 10px; /*width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 780)? "780px" : "100%");*/}


#slogan			{padding-top: 1px; background:#ffffff;}
#content		{padding:20px 10px 5px 20px; float:left; width:440px; height:auto; background:#FFFFFF;}
#rightColumn	{float:right; width:200px; padding:30px 20px 5px 10px; height:auto; background:#FFFFFF; }
#footer			{
	margin:10px 0;
	clear:both;
	text-align:center;
	width:auto;
	padding:0px 5px 0px 5px;
	background:#FFFFFF;
	font-size:90%;
}
/*#footer span	{float:right; } */

#foot			{
	float: none;
	margin:20px 0;
	text-align:left;
	width:auto;
	padding:10px 20px 10px 20px;
	background:#52616e;
	font-size:1.0em;
	color: #FFFFFF;
}

#headerimage			{
	background:#52616e;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 20px;
	padding-left: 20px; }

#image			{
	background:#FFFFFF;
	/*padding-right: 10px;
	padding-bottom: 2px*/
	padding-top: 0px;
	padding-left: 20px; }

.rightimagelink a {text-decoration: none; }
.rightimagelink a:hover {text-decoration: none; }


/****************************MENU***************************************************/

#menu
{
	float:none;
	width: 660px;
	height: 44px;
	padding-left: 0px;
	margin-left:20px;
	padding-right: 20px;
	background: #333333;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}


#menu a {
	float: left;
	width: 150px;
	height: 29px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold; color: #ffffff;
	padding-top: 15px;
	font-size: 12px;
	text-transform: none;
}

#menu a:hover {
	width: 150px;
    height: 29px;
	color: #ffffff;
	text-decoration: underline;
	background: #666666;
}

.box {
	border: thin solid #999999;
	padding-left: 5px;
	background-color: #DEE4FE;
}