@charset "UTF-8";

* 
{
	font-family: Arial, Helvetica, sans-serif;
}

body 
{
	background: #85c6d8 url("images/background.png") top left repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, li
{
	margin: 0px;
	padding: 0px;
}

a, a:visited, a:active
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

.clear
{
	clear: both;
	font-size:0px;
	height: 0px;
	line-height: 0px;
}

.warp
{
	width: 900px;
	margin: 0px auto;
}

.hide
{
	display: none;
}

/* Header (start) */
.header
{
	background: url("images/header.jpg") no-repeat;
	height: 421px;
}

.header .logo
{
	padding: 16px 33px 0px 0px;
}

.photo
{
	color: #000000;
	font-size: 16px;
}

.photo .text
{
	float: left;
	text-align: right;
	margin: 50px 0px 0px 70px;
}

.photo h1
{
	font: bold 23px arial;
	color: #000000;
	padding-bottom: 1px;
}

.join
{
	padding: 176px 148px 0px 0px;
}
/* Header (end) */

/* Menu (start) */
.menu ul
{
	list-style: none;
	text-align: center;
	padding-top: 15px;
	#padding-top: 17px !important;
}

.menu li
{
	display: inline;
	padding: 8px 10px;
	#padding: 6px 10px !important;
}

.menu li a, .menu li a:visited, .menu li a:active
{
	color: #000000;
	text-decoration: none;
	font: bold 17px arial;
}

.menu li a:hover
{
	text-decoration: underline;
	color: #000000;
}

.menu li.active
{
	background: url("images/menu-active.png") top left repeat-x;
}

.menu li.active a
{
	color: #005886 !important;
}
/* Menu (end) */

/* content (start) */
.content .padd
{
	float: left;
}

.content .padd h1
{
	color: #006290;
	font: bold 23px arial;
}

.bodytext
{
	background: url("images/content.png") top center repeat-y;
	width: 666px;
}

.bodytext .center
{
	width: 535px;
	margin: 0px auto;
}

.top
{
	background: url("images/content_top.jpg") no-repeat;
	width: 666px;
	height: 18px;
}

.bottom
{
	background: url("images/content_bottom.jpg") no-repeat;
	width: 666px;
	height: 24px;
}

	/* right (start) */
	.content .right
	{
		background: url("images/content_side.jpg") no-repeat;
		width: 231px;
		height: 753px;
		float: right;
		font: bold 13px arial;
		color: #000000;
		text-align: right;
	}
	
	.content .right ul
	{
		list-style: none;
		margin: 92px 45px 0px 0px;
	}
	
	.content .right li
	{
		padding-top: 20px;
	}
	/* right (end) */

/* content (end) */

/* Footer (start) */
.footer
{
	text-align: center;
}

.footer ul
{
	padding: 50px;
	list-style: none;
}

.footer li
{
	display: inline;
	font: bold 14px arial;
	font: #ffffff;
	padding: 0px 10px;
	
}

.footer li a, .footer li a:visited, .footer li a:active
{
	color: #ffffff;
	text-decoration: none;
}

.footer li.active, .footer li.active a
{
	color: #1b4d5b;
}
/* Footer (end) */

h1
{
text-align:center;
color:#005493;
font-size:20px;
}

h2
{
text-align:right;
color:#005493;
font-size:18px;
text-decoration: none;
}

h3
{
text-align:right;
color:#005493;
font-size:16px;
text-decoration: none;
}