/****************** TEXT STYLES ***************************************************************/
.welcome{
	font-size:36px;
}
.welcome2{
	font-size:18px;
}
.headerText{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	
}
.inputBox{
	border:1px solid #002a5a;
}
.starImg{
	text-align:left;
	padding-top:5px;
	padding-left:10px;
}
.over{
	background-color:#FFFFFF;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	cursor:pointer;
}
.out{
	background-color:#FFFFFF;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
}
.note{
	color:#000000;
	font-weight:bold;
}
.bold{
	font-weight:bold;
}
.error{
	font-weight:bold;
	color:#FF0000;
}
.error2{
	font-weight:bold;
	color:#FF0000;
	font-size:12px;
}
.subText{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.details{
	text-align:left;
	margin-left:10px;
}
.left{
	float:left;
	padding-left:10px;
}
.right{
	position:relative;
	width:243px;
	float:right;
}
.list{
	position:relative;
	top:10px;
	left:-20px;
	font-size:12px;
}
.submitButton{
	border:1px solid #002a5a;
}
/****************** LINK STYLES ***************************************************************/

/****************** CONTAINER STYLES **********************************************************/
#container{
	position:absolute;
	width:770px;
	/*height:372px;*/
	left:50%;
	margin-left:-386px;
	border:1px solid #002a5a;
	background-image:url(../images/chamberSealBackground.gif);
	background-repeat:no-repeat;
}
#container2{
	position:absolute;
	width:770px;
	left:50%;
	margin-left:-386px;
	/*background-image:url(../images/chamberSealBackground.gif);
	background-repeat:no-repeat;*/
}
/****************** BOXES STYLES **************************************************************/
#body{
	position:relative;
	border:1px solid #002a5a;
}
#footer{
	position:relative;
	font-size:10px;
}
#header{
	position:relative;
	width:772px;
	left:50%;
	margin-left:-386px;
}
#mainText{
	width:770px;
	text-align:center;
	padding:4px 0px 0px 0px;
}
#mainText2{
	width:770px;
	text-align:left;
	padding:10px 0px 0px 10px;
}
#clearBoth{
	position:relative;
	clear:both;
	padding-top:2px;
}
#star1{
	position:relative;
	width:378px;
	height:155px;
	float:left;
	left:4px;
	border:1px solid #002a5a;
	cursor:pointer;
}
#star2{
	position:relative;
	width:378px;
	height:155px;
	float:right;
	right:2px;
	border:1px solid #002a5a;
	cursor:pointer;
}
#star3{
	position:relative;
	width:378px;
	height:155px;
	float:left;
	left:4px;
	border:1px solid #002a5a;
	cursor:pointer;
}
#star4{
	position:relative;
	width:378px;
	height:155px;
	float:right;
	right:2px;
	border:1px solid #002a5a;
	cursor:pointer;
}
#botText{
	position:relative;
	clear:both;
	top:4px;
	text-align:center;
}
#popContainer{
	width:270px;
	height:390px;
	text-align:left;
	margin:15px 0px 0px 65px;
}
#popHeaderText{
	font-size:28px;
	font-weight:bold;
	text-align:left;
	left:10px;
	top:10px;
}
#list{
	position:relative;
	left:20px;
	top:10px;
	list-style:inside disc;
}
#flash{
	position:relative;
	top:40px;
	left:40px;
}
#form{
	position:relative;
	float:left;
	left:4px;
	padding:10px;
	width:200px;
	height:270px;
	border:1px solid #002a5a;
}
#formHeader{
	font-size:14px;
	font-weight:bold;
}
#formRight{
	position:relative;
	float:right;
	right:2px;
	padding:10px;
	width:502px;
	height:270px;
	border:1px solid #002a5a;
}
/****************** OTHER STYLES **************************************************************/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#002a5a;
	margin:0px 0px 0px 0px;
}
form,img,div,input{
	margin:0px;
	padding:0px;
}
p{
	padding:10px;
	text-align:left;
}
img{
	border:0px;
}