body {
	background-color: #0055aa;
	text-align: center;
	color: #FFFFFF;
}

.center {
	width: 100%;
	text-align: center;
}

.innerCenter {
	margin: 0 auto;
}

/*

	GENERAL STUFF

*/

.pageContainer {
	font-size: 1em;
	width: 748px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
	background-image: url("images/pagecontbg.png");
	background-position: top center;
	background-repeat: repeat-y;
	color: #434343;
}

.pageContainer .pageContainerTopCorners {
	width: 748px;
	height: 16px;
	background-image: url("images/pageconttopcorners.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.pageContainerInner {
	padding: 14px;
	margin-top: -16px;
}

/*

	HEADER
	
*/

.logoText {
	width: 290px;
	height: 120px;
}

.logo {
	width: 178px;
	height: 62px;
}

/*
	SIGN-UP Button
*/

a.signUp {
	width: 360px;
	display: block;
	margin: 0 auto;
	border: 3px solid #0080ff;
	background-color: #0055aa;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

a.signUp .signUpInner {
	display: block;
	padding: 10px;
}

a.signUp:hover {
	border: 3px solid #DADADA;
	background-color: #0080ff;
}

/*

	MISC

*/

.formContainer {
	width: 720px;
}

.stepList {
	width: 240px;
	border-right: 1px solid #CACACA;
	margin-right: 10px;
	font-size: 0.8em;
}

.stepList ol {
	margin: 0px;
	padding: 0px;
	
}

.stepList ol li {
	margin: 0px;
	padding: 5px;
	margin-left: 35px;
}

.stepList ol li.selected {
	background-color: #DFDFDF;
	border-bottom: 1px solid #0080ff;
}

.adminMenuList {
	width: 720px;
	margin-bottom: 15px;
	font-size: 0.8em;
}

.adminMenuList a {
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0080ff;
	float: left;
	text-align: center;
	border-bottom: 1px solid #CACACA;
}

.adminMenuList a:hover {
	color: #CACACA;
	border-bottom: 1px solid #0080ff;
}

a.exportButton {
	width: 180px;
	margin-top: 5px;
	margin-right: 5px;
	display: block;
	border: 3px solid #0080ff;
	background-color: #0055aa;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

a.exportButton .exportButtonInner {
	display: block;
	padding: 10px;
}

a.exportButton:hover {
	border: 3px solid #DADADA;
	background-color: #0080ff;
}

.messageBox {
	width: 320px;
	border: 1px solid #CACACA;
	border-bottom: 1px solid #999999;
	background-color: #CACACA;
	padding: 10px;
	
}

.fullWidth {
	width: 695px;
}

.bg1 {
	background-color: #CACACA;
}

.bg2 {
	background-color: #EAEAEA;
}

.messageBox h4 {
	margin-top: 5px;
	padding-top: 5px;
}

.messageBox a {
	color: #0080ff;
}

.messageBox a:hover {
	color: #999999;
}

/*

	FORMS
	
*/
/*
.formBox {
	width: 420px;
	padding: 10px;
	border: 3px solid #FFFFFF;
	border-left: 2px solid #EAEAEA;
	background-color: #FFFFFF;
	color: #333333;
	text-align: left;
}

.formBox a {
	color: #4aa6ff;
}

.formBox a:hover {
	color: #97b8e6;
}*/
/*
.stretchedFormBox {
	width: 690px;
	padding: 10px;
	border: 1px solid #FFFFFF;
	border-left: 2px solid #EAEAEA;
	background-color: #FFFFFF;
	color: #333333;
	text-align: left;
}

.stretchedFormBox a {
	color: #4aa6ff;
}

.stretchedFormBox a:hover {
	color: #97b8e6;
}*/

/*ul.formList {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul.formList li {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

ul.formList li p {
	margin: 0px;
	margin-bottom: 3px;
	font-size: 0.8em;
}

ul.formList li p.error {
	color: #FF6600;
}

ul.formList .text {
	width: 320px;
	border: 1px solid #0080ff;
	font-size: 1.2em;
}

ul.formList .textarea {
	width: 320px;
	height: 60px;
	border: 1px solid #0080ff;
	font-size: 1.2em;
}

.submitButton {
	border: 1px solid #0080ff;
	padding: 5px;
	font-size: 0.8em;
}

ul.formList .smallText {
	font-size: 0.9em;
}*/

/*

	FOOTER
	
*/

.bottomBar {
	width: 740px;
	background-color: #CACACA;
	font-size: 0.7em;
	margin: 0 auto;
}

* html body .bottomBar {
	width: 735px;
}

.bottomBar .bottomBarInner {
	padding: 10px 5px;
}

.bottomBar .partOne {
	float: left;
}

.bottomBar .partThree {
	float: right;
	text-align: right;
}

.bottomBar a {
	color: #494949;
}

.bottomBar a:hover {
	color: #797979;
}

.bottomButton {
	padding: 3px;
}

.bottomButton a:link, .bottomButton a:visited, .bottomButton a:active {
	display: block;
	padding: 5px 10px;
	color: #0080ff;
	font-size: 1.2em;
}

.bottomButton a:hover {
	color: #FFFFFF;
}