html, body {
	background-color: #00244d;
	text-align: center;
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(images/misc/studiolights.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

a {
	color: #f48da4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	color: #f48da4;
}

/***************** SPAW Styles *******************/

.pageTitle {
	font-size: 16px;
	font-weight: bold;
	color: #f48da4;
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
}

.subTitle {
	font-size: 12px;
	font-weight: bold;
	color: #f48da4;
	margin: 0;
	padding: 0;
	display: block;
}

.footnote {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/****** Color Definitions ************/

.white {
	color: #FFF;
}

.pink {
	color: #F48DA4;
}

/************* Menu *******************/

.menu {
	background: url(images/misc/menu.jpg);
	height: 26px;
	line-height: 26px
}

.menu a {
	display: block;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/misc/menu.jpg);
	padding: 0 5px 0 4px;
}

.menu a:hover {
	text-decoration: none;
	background: url(images/misc/menuOver.jpg);
	color: #FFF;	
}
.menuon {
	background: url(images/misc/menuOver.jpg);
	height: 26px;
	line-height: 26px
}

.menuon a {
	display: block;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/misc/menuOver.jpg);
	padding: 0 5px 0 4px;
}

.menuon a:hover {
	text-decoration: none;
	background: url(images/misc/menuOver.jpg);
	color: #FFFFFF;	
}

/******* SubMenu *****************/

.subPink {
	margin: 0 0 0 10px;
	height: 20px;
	font-size: 11px;
	color: #f48da4;
}

.subWhite {
	margin: 0 0 0 10px;
	height: 20px;
}

.subWhite a {
	font-size: 11px;
	color: #FFF;
}

.subWhite a:hover {
	text-decoration: none;
	color: #f48da4;
}

/*********** Breadcrumbs ************/

.breadCrumbs {
	margin: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
}

/*********** Text Styles **********/

.footnote {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/********** Entry Form Styles *********/

.entryFormTitle {
	color: #F48DA4;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 10px;
}

.entryFormBody {
	background: #CCC;
	color: #000;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.entryFormField {
	color: #999;
	width: 215px;
	border: 1px solid #666;
}

.entryFormText {
	padding: 0 10px 0 10px;
}

.entryFormSurround {
	color: #000;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 20px 10px 20px;
}

/************ Page Content ***********/

.mainTable {
	/*background: url(images/misc/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;*/
}

.pageContent {
	width: 430px;
	padding: 0 0 40px 0;
	min-height: 410px;
}

.pageContent img {
	border: 1px solid #FFF;
}

.formField {
	color: #000;
	padding: 0 0 0 3px;
	height: 16px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #FFF;
}

.formText {
	color: #999;
	padding: 0 0 0 3px;
	height: 16px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCC;
}

.formFieldPassword {
	color: #F48DA4;
	padding: 0 0 0 3px;
	height: 16px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #FFF;
}

.formButton {
	border: 0;
	height: 26px;
	line-height: 26px;
	display: block;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/misc/menu.jpg);
}

.formButton:hover {
	border: 0;
	height: 26px;
	line-height: 26px;
	display: block;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/misc/menuOver.jpg);
	cursor: pointer;
}