/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #E6E4C8;
	color: #FFFFFF;
}
#page {
	width:100%;
	margin:auto;
	float: none;
	background-color: #FFFFFF;
}

#main {
	width:960px;
	margin:auto;
	float: none;
}

#popup {
	width:600px;
	float: none;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#popupcontent {
	width:560px;
	float: left;
	background-color: #0970BB;
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#popupcontentone {
	width:20px;
	float: left;
	background-color: #0970BB;
}

#popupcontenttwo {
	width:540px;
	float: left;
	background-color: #0970BB;
}

#popupcontentthree {
	width:560px;
	float: left;
	background-color: #0970BB;
}

#content {
	width:920px;
	float: left;
	background-color: #0970BB;
}

#colone {
	width:250px;
	float: left;
	background-color: #0970BB;
	padding-top: 8px;
	padding-bottom: 5px;
}

#coltwo {
	width:620px;
	float: left;
	background-color: #0970BB;
	padding-bottom: 5px;
}.nText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.fText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.nLink {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.nLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.fLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a.fLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
