body{
	position:					absolute;
	width:						100%;
	height:						100%;
	margin:						0px;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					9pt;
	scrollbar-face-color:		#999999;
	scrollbar-highlight-color:	#999999;
	scrollbar-shadow-color:		#999999;
	scrollbar-3dlight-color:	#999999;
	scrollbar-arrow-color:		#EFF0F0;
	scrollbar-track-color:		#E7E7E7;
	scrollbar-darkshadow-color:	#E7E7E7;
	color:						#999999;
}

a:link{
	color:						#666666;
	text-decoration:			none;
}
a:visited{
	color:						#666666;
	text-decoration:			none;
}
a:active{
	color:						#666666;
	text-decoration:			none;
}
a:hover{
	color:						#0296cc;
	text-decoration:			none;
}

div.frame{
	position:					absolute;
	width:						984px;
	height:						588px;
	top:						20px;
	left:						50%;
	margin-left:				-492px;
	overflow:					hidden;
}

div.top{
	position:					absolute;
	width:						829px;
	height:						82px;
	overflow:					hidden;
}

div.logo{
	position:					absolute;
	width:						155px;
	height:						588px;
	left:						829px;
	overflow:					hidden;
}

div.navigation{
	position:					absolute;
	width:						123px;
	height:						506px;
	top:						82px;
	overflow:					hidden;
}

div.main{
	position:					absolute;
	width:						706px;
	height:						506px;
	top:						82px;
	left:						123px;
	overflow:					hidden;
}

div.content{
	position:					absolute;
	width:						796px;
	height:						425px;
	top:						139px;
	left:						139px;
	overflow:					hidden;
}

div.submenu{
	position:					relative;
	width:						193px;
	height:						425px;
	background-color:			#EFF0F0;
	opacity:					.85;
	filter:						alpha(opacity=85);
	color:						#000000;
	overflow:					auto;
	float:						left;
}

div.smalltext{
	position:					relative;
	width:						266px;
	margin-left:				10px;
	background-color:			#FFFFFF;
	border-color:				#999999;
	border-style:				solid;
	border-width:				1px;
	overflow:					auto;
	float:						left;
}

div.smalltext_scroll{
	position:					relative;
	width:						266px;
	height:						423px;
	margin-left:				10px;
	background-color:			#FFFFFF;
	border-color:				#999999;
	border-style:				solid;
	border-width:				1px;
	overflow:					auto;
	float:						left;
}

div.largetext{
	position:					relative;
	width:						591px;
	height:						423px;
	margin-left:				10px;
	background-color:			#FFFFFF;
	border-color:				#999999;
	border-style:				solid;
	border-width:				1px;
	overflow:					auto;
	float:						left;
}

div.image{
	position:					relative;
	width:						313px;
	margin-left:				10px;
	background-color:			#FFFFFF;
	border-color:				#999999;
	border-style:				solid;
	border-width:				1px;
	text-align:					center;
	overflow:					auto;
	float:						right;
}

div.imagenavigation{
	position:					absolute;
	width:						293px;
	height:						18px;
	bottom:						6px;
	left:						10px;
	background-color:			#FFFFFF;
	overflow:					hidden;
}

div.contact{
	position:					relative;
	width:						496px;
	margin-left:				10px;
	background-color:			#FFFFFF;
	border-color:				#999999;
	border-style:				solid;
	border-width:				1px;
	overflow:					auto;
	float:						right;
}

div.graytext{
	position:					relative;
	width:						796px;
	height:						423px;
	background-color:			#EFF0F0;
	opacity:					.85;
	filter:						alpha(opacity=85);
	overflow:					auto;
	float:						left;
}

div.duotonebalk{
	position:					absolute;
	width:						984px;
	height:						131px;
	bottom:						10px;
	overflow:					hidden;
}

div.homecontent{
	position:					relative;
	width:						420px;
	height:						270px;
	margin-left:				95px;
	overflow:					hidden;
	float:						right;
}

div.homesquare{
	position:					relative;
	width:						200px;
	height:						125px;
	margin-bottom:				10px;
	margin-left:				10px;
	background-color:			#F3F3F3;
	overflow:					hidden;
	float:						right;
}

p{
	margin:						10px;
}

p.nomargin{
	margin:						0px;
}

p.home{
	margin:						5px;
}

form{
	margin:						10px;
}

input{
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					9pt;
}

textarea{
	width:						225px;
	height:						334px;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					9pt;
}

select{
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					9pt;
}

span.blue{
	color:						#0296cc;
}

span.gray{
	color:						#999999;
}

ul{
	margin-top:					10px;
	margin-bottom:				10px;
	margin-left:				25px;
	margin-right:				10px;
	padding-left:				0px;
}

li{
	margin:						0px;
}

img{
	border:						none;
}

.left{
	float:						left;
}

.right{
	float:						right;
}