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

* {	
	margin: 0;
	padding: 0;
}

body {
	color: #383431;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	background-image: url(images/grey_bg.gif);
	background-repeat: repeat;
}

.oneColFixCtr #container {
	width: 990px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(images/grey_bg.gif);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
}
.oneColFixCtr #mainContent {
	background-image: url(images/yellow_bg.gif);
	background-repeat: repeat;
	height: 555px;
	width: 990px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #cbe7eb;
}

.oneColFixCtr #subpage {
	background-image: url(images/yellow_bg.gif);
	background-repeat: repeat;
	height: 145px;
	width: 990px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border: 1px solid #cbe7eb;
	text-align: center;
}

.oneColFixCtr #subpage table{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColFixCtr #footer {
	background-image: url(images/grey_bg.gif);
	background-repeat: repeat;
	height: 50px;
	width: 990px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
}

.oneColFixCtr #footer table{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a:link {
	color: #330000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {
	color: #330000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color: #663333;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.infotext {
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.infotext a:link {
	font-size: 9px;
	color: #2884d7;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.infotext a:visited {
	font-size: 9px;
	color: #2884d7;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.infotext a:hover {
	font-size: 9px;
	color: #2884d7;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bluelink a:link {
	font-size: 12px;
	color: #2586D8;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bluelink a:visited {
	font-size: 12px;
	color: #2586D8;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bluelink a:hover {
	font-size: 12px;
	color: #2586D8;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.style2 {
	font-size: 14px
}
	
.style3 {
	font-size: 12px
}

