@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins');

#menu
{
	background-image:url(images/buttontop.png);
	width:1000px;
	height:51px;
	background-repeat:no-repeat;
	background-position:top;
}
#headback
{
	background-image:url(images/headback.jpg);
	height:491px;
	background-repeat:no-repeat;
}
#menu a
{
	color:#FFF;
	font-size:14px;
	font-family:  'Roboto', arial, helvetica, sans-serif;
	font-weight:600;
	line-height:35px;
	text-align:center;
	width:120px;
	text-decoration:none;
	display:block;
	margin-left:5px;
	text-transform:uppercase;
	float:left;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	
}
#menu a:hover
{
	color:#FF9900;
	background-image:url(images/over.png);
	background-position:bottom;
	background-repeat:no-repeat;
	
}
#box_top
{
	background-image:url(images/box_top.png);
	background-repeat:no-repeat;
	color: #036;
	padding-left:19px;

	font-size:16px;
	font-weight:bold;
	padding-top:8px;
	
}
#box_mid
{
	background-image:url(images/box_mid.png);
	padding-left:30px;
	padding-right:12px;
	line-height:22px;
}
#cont_box
{
	float:right;
	width:716px;
	margin-right:5px;
	
}
#cont_box_mid
{
	background-image:url(images/mid.png);
}
#titl
{
	background-image:url(images/title.jpg);
	background-repeat:no-repeat;
	width:688px;
	height:33px;
	line-height:33px;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	padding-left:15px;
	margin-left:13px;
}
#box_midcontent
{
	background-color:#b1dbff;
	width:195px;
	margin-bottom:5px;
	padding-left:8px;
	margin-top:5px;
	color:#003366;	
}
#box_mid_news a
{
	border-bottom:1px dotted #000000;
	display:block;
	color:#003366;
	padding-top:8px;
	padding-left:5px;
	text-decoration:none;
	width:200px;
}
#box_mid_news a:hover
{
	background-color:#b1dbff;
}
	
#facebook
{
	top:350px;
	right:0px;
	position:fixed;
}
#twitter
{
	top:385px;
	right:0;
	position:fixed;	
}
#linkdl
{
	top:420px;
	right:0;
	position:fixed;	
}
#blog
{
	top:455px;
	right:0px;
	position:fixed;
}
#bottommenu a
{
	color:#666666;
	text-decoration:none;
	font-size:11px;
}
#bottommenu a:hover
{
	color:#000000;
}
#copyright
{
	font-size:11px;
	color:#666;
}
#content
{
	width:640px;
	margin-left:35px;
	margin-top:15px;
	line-height:22px;
	color:#666666;
	text-align:justify;
}
	
h3
{
	padding:5px;
	background-color:#036;
	color:#FFFFFF;
	
}
.green
{
	background-color:#669933;
	padding-left:10px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:4px;
	color:#FFF;
}
.col
{
	color:#600;
}
#quick a
 {
	color:#036;
	text-decoration:none;
}
#quick a:hover
{
	color:#030;
	text-decoration: underline;
}
#download a
{
	background-image:url(images/download.PNG);
	background-repeat:no-repeat;
	display:block;
	line-height:40px;
	margin-left:0px;
	text-decoration:none;

	text-align:center;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	width:180px;
	height:40px;
	margin-top:10px;
}
#download a:hover
{
	background-image:url(images/downloadhover.png);
	color:#960;
	
}
h2
{
	color: #693;
}
.fees td
{
	padding-left:10px;
	height:40px;
	border:1px dashed #CCCCCC;
}
#box_midcontent a
{
	color: #036;
	text-decoration:none;
	
}
.col4
{
	color: #F00;
}
.buttons{margin-bottom:30px; margin-top:30px;  }
.buttons a {padding:8px 15px;
	background-color:yellow;
	color:white;
	text-decoration: none;
	font-size:20px;border:solid #353131 1px;
	
}