﻿/** BLUE */

body {
	margin: 0px;
	padding: 0px;
	background: #73C5E5 url("../images/back.gif") repeat-y center top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
}

{
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
}

}

a:hover {
	text-decoration: none;
	color: #73C5E5;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 5px solid #ABDCEF;
	font-weight: 700;
}
.text1 {
	font-size: 14px;
}

/** HEADER */

#header {
	width: 770px;
	margin: 0px auto;
	background: #FFFBFD url('../images/banner.jpg') repeat-x left top;
	padding: 0px;
	height: 120px;
}

/** MENU */

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #60B7DE;
	height: 20px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/** CONTENT */

ul {
	list-style-type: disc;
	list-style-image: url('../images/arrow_bullet.png');
	list-style-position: inside;
	}

#content {
	width: 770px;
	margin: 0px auto;
	padding: 0px 20px 20px 20px;
}

#content h5 {
	font-weight: normal;
}

#content h4 {
	font-weight: normal;
	height: 26px;
	text-align: left;
}

#content h3 {
	font-weight: normal;
	text-align: left;
}

#content h2 {
	font-weight: normal;
	text-align: center;
}

#content ol {
	line-height: 140%;
}

#content ol {
	line-height: 140%;
}

#content ul {
	line-height: 140%;
}

#content p {
	background-position: 0px 0px;
	line-height: 140%;
			text-align: left;
	background-repeat: repeat;
	background-attachment: scroll;
}
a {
	color: #4773C1;
	text-align: center;
}

#left {
	float: left;
	width: 520px;
	padding: 0px 20px 20px 20px;
	height: inherit;
	margin-bottom: 0px;
	top: 170px;
}

#right {
	float: right;
	width: 160px;
	padding: 0px 20px 40px 20px;
	height: 350px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 5px solid #60B7DE;
	left: 0px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	}

#border-top {
	border-top: 3px solid #60B7DE;
}

