html {
	height: 100%;
	margin: 0px;
}

body {
	height: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
}

#mainframe {
	width: 770px;
	margin: auto;
	height: 100%;
	background-image: url(bg_content.gif);
	background-repeat: repeat-y;


}

#logo {
	width: 160px;
	height: 135px;
	position: absolute;
	margin: 0px;
}

#header {
	width: 610px;
	height: 45px;
	float: right;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #00AEEA;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#banner {
	width: 160px;
	float: left;
	height: 600px;

}

#footer {
	width: 610px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #00AEEA;
	float: right;
	overflow: hidden;
	height: 100px;
	background-color: #00CCEE;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 15px;
	margin-left: 30px;
	text-align: left;
}

#navigation {
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 14px;
	text-align: left;
	margin-left: 30px;

}

#navigation a {
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002244;
	text-decoration: none;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#navigation a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#navigation a.navOn {
	text-decoration: none;
	color: #FFFFFF;
}

#content {
	float: right;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222244;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content h1 {
	margin: 0px 0px 5px;
	font-family: "Century Gothic", sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #222244;
	text-decoration: underline;

}

#content h2 {
	margin: 0px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #222244;
}


#logos {
	float: left;
	padding: 5px 30px 10px 0px;
	line-height: 15px;
}

#logos2 {
	float: left;
	padding: 5px 0px 10px;
	line-height: 10px;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

td {
	color: #333333;
	background-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 3px;
	padding-left: 5px;
}

hr {
	color: #BBBBBB;
	height: 1px;
}

li {
	list-style-type: square;
}

