@charset "UTF-8";
/* CSS Document */

	#img2 {float: left; width: 200px; padding: 0px; }


html, body {height: 100%;
margin:0px;
background-color:#005e85}

#wrap {
	width:920px;
background-color:#FFF;}

#main {
	}  

#footer {
	height: 130px;
	background-color:#659bb5;
	clear:both;
	width:920px;
	text-align: center;
	padding: 0px;
	color : #ffffff;
	
	} 
	
#menu_top {
	height: 3px;
	background-color:#659bb5;
	clear:both;
	width:904px;
	text-align: center;
	padding: 0px;
	
	} 
	#menu {
	height: 32px;
	background-color:#005e85;
	clear:both;
	width:904px;
	text-align: center;
	padding: 10px 0px 0px 0px;
	
	} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

.text  {
	font-size : 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 200; 
	font-style : normal;
	color:#6e6f72;
	background-color:#FFF;
	padding:4px;
	}
.text2  {
	font-size : 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	font-style : normal;
	color:#6e6f72;
	background-color:#FFF;
	padding:4px;
	}
.text3  {
	font-size : 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700; 
	font-style : normal;
	color:#005e85;
	padding:4px;
	}
.text4  {
	font-size : 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 200; 
	font-style : normal;
	color:#ffffff;
	padding:4px;
	}
.textsm {
	font-size : 11px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	font-style : normal;
	color:#fff;
	padding:4px;
}
h1{ 
	font-size : 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	font-style : normal;
	margin-bottom:0px;
	color:#005e85;
	padding:0px;
	}
h2{ 
	font-size : 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600; 
	font-style : normal;
	margin-bottom:0px;
	color:#6e6f72;
	padding:0px;
	}
#line {
	color:#fff;
	background-color:#fff;
	width: 100%;
	}

#line2 {
	color:#005e85;
	background-color:#005e85;
	width: 100%;
	height:24px;
	}

#mainpage {
	color:#fff;
	width:904px;
	background-color:#fff;
	
	}
	
A  {
	color:#005e85;
	text-decoration:underline;
}


A:Visited  {
	color:#005e85;
	text-decoration:underline;
}


A:Active  {
	color:#005e85;
	text-decoration:underline;
}


A:Hover  {
	color:#6e6f72;
	text-decoration:underline;
}

A.special  {
	color:#ffffff;
	text-decoration:underline;
}

A.special:Visited  {
	color:#ffffff;
	text-decoration:underline;
}

A.special:Active  {
	color:#ffffff;
	text-decoration:underline;
}

A.special:Hover  {
	color:#005e85;
	text-decoration:underline;
}

A.special2  {
	color:#ffffff;
	text-decoration:none;
}

A.special2:Visited  {
	color:#ffffff;
	text-decoration:none;
}

A.special2:Active  {
	color:#ffffff;
	text-decoration:none;
}

A.special2:Hover  {
	color:#E5E5E5;
	text-decoration:none;
}

img a {
	border:none;
	border:0;
}
img {
	border:0;
	

}/*------------------------------------*\
	LISTS
\*------------------------------------*/
ul{
	width:760px;
	margin-bottom:20px;
	overflow:hidden;
	border-top:1px solid #ccc;
}
li{
	line-height:1.8em;
	border-bottom:1px solid #ccc;
	float:left;
	display:inline;
}
#double li	{ width:50%;}
#triple li	{ width:33.333%; }
#quad li		{ width:25%; }
#six li		{ width:16.666%; }

#border-round {
border:2px solid;
 border-radius:25px;
 background-color:#CCC;
 } 