body {
	font-family: Georgia, "Book Antiqua", Baskerville, Goudy, Palatino, serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
}

a {
	border:0;
	text-decoration:none;
}

img {
	border:0;
}



.oneColFixCtr #container {
	width: 960px;
	height: 100%;
/*	background: #FFFFFF url(images/cont_bg2.gif);
*/	margin: -10px auto 0px auto;
	padding-bottom: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #header {
	padding: 30px 0 0 0;
	text-align: center;
}

.oneColFixCtr #mainContent {
	margin-top: -10px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
}

.oneColFixCtr #mainContent p {
	margin-top: 35px;
}

.oneColFixCtr img {
	margin: 3px 0 7px -10px;
}

#mainContent a {
	color: #666;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

#mainContent a:hover {
	color: #333;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.bottom {
	width: 100%;
	height: 35px;
	background-image:url(images/bot_bg.gif);
	background-repeat: repeat-x;
	position: fixed;
	bottom: 0;
	margin: 0px auto 0px auto;
	vertical-align: top;
}

.bottom #botContainer {
	text-align: center;
	width: 960px;
	margin: 0px auto 0px auto;
	height: 35px;
	padding-top: 10px;
	padding-bottom: 9px;
}

.bottom #divider{
	padding: 0 40px 5px 40px;
	clear:right;
	
}

.bottom a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}