@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	font-family: "Arial";
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
/*	background-image: 		url('/images/bg.jpg'); 	*/
	background-repeat: 		no-repeat;
	background-position: 	top;
	background-color: #FFFFFF;
	min-height: 100%;
	height: 100%;
	color: #2b2b2b;
}



a:link,
a:visited,
a:active {
	color: #2b2b2b;
	text-decoration: none;
}
a:hover {
	color: #2b2b2b;
	text-decoration: underline;
}

img {
	border-style:			none;
}

form {
	padding: 0px;
	margin: 0px;
}

acronym {
	border-bottom-width: 0;
}

div.clear {
	clear: both;
}



div.mainContainer
{
	width: 800px;
	height: auto;
	margin: 0px auto;
	background-color: #FFFFFF;
	text-align: left;
}

div.sub-nav-links a {
	color: #005794;
}
