/* CSS Document */
body 
{   
   	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color: #000000;
	margin: 0;
	padding:0;
	text-align: left;
	height: 100%;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-color:#91ACC0;
}
div.subPageLeft {
	position:relative;
	width:500px;
	clear:both;
}
div.subPageRight
{
	position:absolute;
	width:223px;
	height:auto;
	margin-left:515px;
}
div.applyPageLeft {
	position:relative;
	width:500px;
	height:635px;
}
div.linksPageLeft 
{
	position:relative;
	width:500px;
	height:auto; 
}
div.fullPageLeft
{
	position:relative;
	width:733px;
	height:auto; 
}
div.linksPageRight
{
	position:absolute;
	margin-left:515px;
	width:245px;
	height:725px;
	overflow:auto;
	text-align:center;
}