/* CSS Document */


body {background-color: #033971;} 
h1{
	font-size: 10px;
	color: #FFE375;
	font-style: normal;
}
.header2{
	font-size: 16px;
	color: #FFB721;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header{
	font-size: 12px;
	color: #FFB721;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p{
	position:relative;
}

a {text-decoration:none;}
a:link {text-decoration:none; color: #FFB721;}
a:visited {text-decoration:none; color:#FFFFFF}
a:active {text-decoration:none; color:#FFFFFF}
a:hover {text-decoration:underline; color:#FFFFFF}

#text{
position:relative;
}
#col1{
	position:absolute;
	width:294px;
	top: 50px;
	left: 22px;
}
#logo{
	position:relative;
	width:294px;
	height:250px;
	top: 0px;
	left: 0px;
	background-image: url(images/cps_logo.jpg);
}
#btn1{
	position:relative;
	top:30px;
	width:114px;
	height:24px;
	left:180px;	
}
#btn2{
	position:relative;
	top:30px;
	width:114px;
	height:24px;
	left:180px;
}
#case{
	position:relative;
	top:35px;
	width:140px;
	left:140px;
	text-align:right;

}
#col2{
	position:absolute;
	width:404px;
	top: 25px;
	left: 375px;
}
#hdr1{
	position:relative;
	width:350px;
	height:30px;
	background: url(../img/hdr_01.gif);
	}
#hdr2{
	position:relative;
	width:350px;
	height:48px;
	background: url(../img/hdr_02.gif);
	}
#spacer{
	position:relative;
	width:350px;
	height:10px;
	background: url(../img/spacer.gif);
}
#footer{
	position:absolute;
	top:1050px;
	left:0px;
	width:700px;
	height:22px;
	background: url(../img/bottom.gif);
}
#footerTxt{
	position:absolute;
	top:1080px;
	left:0px;
	width:700px;
	height:22px;
	text-align: right;
	font-size: 9px;
}.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 150%;
	color: #ffffff;
}
.text  a:link {
	color: #ffffff;
	text-decoration: none;
}
.text  a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.text  a:hover {
	text-decoration: underline;
	color: #FFB721;
}
.text  a:active {
	text-decoration: none;
}
