body
{
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	height:850px;
}
a:link, a:visited
{

	color:#000000;
	text-decoration:none;
}
a:hover, a:active
{
	position:relative;
	top:1px;
	left:1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	color:#333333;
}
#header
{
	position:relative;
	width:900px;
	height:100px;
	margin:0 auto;
	top:20px;
	background-color: #FFFFFF;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.func
{
	margin:0 auto;
	position:relative;
	top:11px;
	width:200px;
	left:350px;
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.func li
{
	
	padding-right:20px;
	display:inline;
	font-size:16px;
}	

.nav
{
	position:relative;
	top:53px;
	width:580px;
	left:360px;
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.nav li
{
	padding-right:20px;
	display:inline;
	font-size:15px;
}	

.content
{
	background-color: #ffffff;
	position:relative;
	top:25px;
	width:900px;
	margin:0 auto;
	border: 1px solid #999999;
}

.flash
{
	position:relative;
	top:0px;
	margin:20px 0 0 10px;
	width:600px;
	float:left;
	background-color: #FFFFFF;
}
.highlight
{
	width:250px;
	height:140px;
	float:left;
	margin:0 0 5px 25px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.highlight p
{
	margin:0;
	text-indent:15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height:20px;
}

#appmenu
{
	position:relative;
	float:left;
	width:550px;
	height:500px;
	padding-left:10px;
	
}

.select
{
	width:170px;
	height:110px;
	float:left;
	margin:10px 5px 0 5px;
}

#footer
{
	position:relative;
	width:900px;
	margin:0 auto;
	top:35px;
	font-size: 10px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

h3
{
	margin:0 0 0 40px;
	top:5px;
	position:relative;
	color:#ff6600;
	font-weight:bold;
	font-size:16px;
}

h1
{
	margin:0 8px 5px 8px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
	line-height: 16px;

}
