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

body {
	margin: 0px;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

.container {
	background-color: #ffffff;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.navigation {
	height: 25px;
	background-color: #666666;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;	
}

.topcorner {
	height: 18px;
	background-image: url(images/topcorners.png);
	margin-left: 230px;
}

.bottomcorner {
	height: 18px;
	background-image: url(images/bottomcorners.png);
	margin-left: 230px;
}

img.floatright {
	float: right;
	padding-left: 10px;
	padding-bottom: 8px;
}

/* MAIN CONTENT TEXT CODE */

.maincontent {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	width: 490px;
	background-color: #cccccc;
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 230px;
}

a {text-decoration: none;
	color: #003366;}
a:hover {color: #ff6633;}

.footer {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding-right: 2px;
	padding-top: 2px;}
	
h3 {
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}
