@charset "utf-8";

* {
	outline:none;
}

html, body  {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	font-size:11px;
	font-family: "lucida grande", tahoma, verdana, arial, 	sans-serif;
	line-height:18px;
	color:#222;
	background-color:#0e6aaa;
}


.link a:link, .link a:visited, a:link, a:visited {
	color:#fff;
}

.head2{
	color:#fff;
	font-size:22px;
	font-weight:normal;
	line-height:28px;
	padding-top:50px;
	padding-bottom:50px;
	width:600px;
	font-family:Arial, Helvetica, sans-serif;	
	margin:auto;
}

.head2 img {
margin-left:-90px;	
}

.head {
	color:#fff;
	font-size:28px;
	font-weight:normal;
	line-height:32px;
	padding-top:50px;
	padding-bottom:50px;
	width:600px;
	font-family:Arial, Helvetica, sans-serif;	
	margin:auto;
}

.head img {
margin-left:-90px;	
}

.head a:link, .head a:visited {
color:#fff;
}

.head a:hover {
text-decoration:none;	
}

a:link,a:visited {
color:#fff;
text-decoration:none;
}

a:hover {
text-decoration:underline;	
}


h1 img {
margin-top:-40px;
}

h1 a:hover {
text-decoration:none;	
}

#wrapper {
	position:relative;
	width:975px;
	left:50%;
	margin-left:-450px;
	height:100%;
}

.footer {
color:#fff;	
}

.content {
	width:300px;
	padding:20px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	-khtml-border-radius:4px;
	border-radius:4px; 
	background-image:url(../images/con_bg.jpg);
	background-repeat:repeat-x;
	background-color:#dedede;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-right:20px;
	margin:auto;
}

.blue {
color:#54bcea;	
}

#flag {
position:absolute;
right:0px;
padding:20px;
}

hr {
border-top: solid 1px #e2e2e2;
border-bottom:1px solid #fff;
border-left: 0;
border-right: 0;
}

h2 {
	font-weight:normal;	
	color:#333;
	font-size:18px;
	margin:0px;
}


li,ul {
margin:0;
padding:0px;
}

li {
	list-style-type:square;
	list-style-position:inside;	
}


#menu {
width:550px;
margin-left:168px;
}

.item a {
display:block;
float:left;	
padding:2px;
background-image:url(../images/con_bg.jpg);
height:22px;
margin-right:10px;
padding-left:7px;
padding-right:7px;


-moz-border-radius:3px; /* Firefox */
-webkit-border-radius:3px; /* Safari, Chrome */
-khtml-border-radius:3px; /* Konqueror */
border-radius:3px; /* CSS3 */
}

.item a:link, .item a:visited {	
color:#fff;
}

.item a:hover {
	text-decoration:none;
	background-image:none;
	background-color:#ccc;
}

.download a:link,a:visited{
		color:#fff;
}