body{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: left;
	min-width: 1000px;
	min-height: 490px;
	font-family:Arial;
	color:#000000;
}
#global{
		margin-left:auto;
		margin-right:auto;
		width:1000px;
		min-height:490px;
		text-align:center;
}
#global img{
		margin-top:20px;
		width:500px;
		height:75px;
}
#header{
		height:185px;
		width:1000px;
}
#main{
		width:1000px;
		min-height:305px;
		text-align:left;
}
#main h2{
		text-align:center;
		font-size:30px;
}
#main h3{
		text-align:center;
		font-size:24px;
}
#box{
		width:1000px;
		min-height:100px;
		background-color:#DBDBDB;
		border:thin;
		border-color:#000000;
		margin-top:20px;
}
#box table{
		width:1000px;
}
#box table td.left{
		width:200px;
		text-align:center;
}
#box table td.right{
		width:800px;
		text-align:left;
		padding-left:20px;
}
#content{
		width:750px;
		max-width:750px;
		min-height:305px;
		float:left;
}

img.icon{
		width:160px;
		height:160px;
		margin:20px 20px 20px 20px;
}

a{ 
  color: #55acee; 
} 
 
a:visited{ 
   color: #55a6e3; 
} 
 
a:active{ 
   color: #55acee; 
} 
.smenulink:link{
 color : #ffffff;
 text-decoration : none;
 font-size:14px;
 font-weight:bold;
 margin-left:45px;
}
.smenulink:visited{
 color : #ffffff;
 font-size:14px;
 text-decoration:none;
 font-weight:bold;
 margin-left:45px;
}
.smenulink:hover{
 color : #ffffff;
 font-size:14px;
 text-decoration:underline;
 font-weight:bold;
 margin-left:45px;
}
.textlink:link{
 text-decoration : none;
 color:#000000;
}
.textlink:visited{
 text-decoration:none;
 color:#000000;
}
.textlink:hover{
 text-decoration:underline;
 color:#000000;
}