/** BASIC */

html,body {
	height: 100%
}

body {
	margin: 0px;
	padding: 0px;
	background: #008ec3;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	letter-spacing: .075em;
	line-height: 180%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #60B7DE;
	text-transform: uppercase;
	letter-spacing: -.05em;
	line-height: 100%;
}

a {
	font-weight: bold;
	color: #4773C1;
	text-decoration: none}
}

a:visited {
	text-decoration: none
}

a:active {
	text-decoration: none
}

h2 {
	font-size: 18px;
}

a:hover {
	text-decoration: underline;
	color: #73C5E5;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 5px solid #ABDCEF;
}
.text1 {
	font-size: 14px;
}


/** HEADER */

div.header {
	width: 900px;
	margin: 0px auto;
	background: #0083AD repeat-x left top;
	padding: 0px;
}

div.header h1 {
	margin: 0px;
	padding: 20px;
}

div.header h2 {
	margin: 0px;
	font-size: 14px;
}

/** MENU */

div.menu {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	background-color: #0083AD;
}

div.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.menu li {
	display: inline;
}

div.menu a {
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

div.menu a:hover {
	background-color: #00B4D3;
	text-decoration: underline;
}

/** CONTENT */

div.content {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	border-top: 5px solid #60B7DE;
	background: #ffffff;
	overflow: hidden
}

div.content1 h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

div.content1 p, #content ul, #content ol {
	line-height: 140%;
}

div.content1 {
	float: left;
	width: 890px;
	padding: 0px 20px 40px 5px
}

img.right {
	float: right;
	margin: 4px;
}

img.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
}

/** FOOTER */

#footer {
	clear: both;
	width: 900px;
	margin: 0px auto;
	border-top: 5px solid #60B7DE;
	background: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	color: #4773C1;
}