.bkgrad {
	background-image: url(images/bkgrad.gif);
	background-repeat: repeat-x;
}
.bkgrad2 {
	background-image: url(images/bkgrad2.gif);
	background-repeat: repeat-x;
}

p,.body, #footer{
	font-size:12px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

.leftBorder{
	background-color: #151B88;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #000000;
	width:12px;
}

.rightBorder{
	background-color: #151B88;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
	width:12px;
}

#contentArea {
	overflow:hidden;
	height:300px;
	width:365px;
}

.header{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#9CBAC3;
	font-weight:bold;
	padding-bottom:5px;
}

.topBorder{
	background-color: #151B88;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height:12px;
}

.bottomBorder{
	background-color: #151B88;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	height:12px;
}

.grad{
	background-image: url(images/background2.gif);
	background-repeat: repeat-x;
}

.logo {
	background-image:url(images/cw.png);
}

#scrollArea {
	height:100%;
	vertical-align:top;
	text-align:center;
	
}
#scrollUp {
	position:relative;
}
#scrollDown {
	position:relative;
	top:260px;
}

#request {
	padding-top:15px;
}

#footer {
	text-align:left;
}


