a:link {color: #000033;}

a:visited {color: #000033;}

a:hover {color: #6699cc;}

a:active {color: #000033;}

body {
	background-color: #CC6600;
	margin: 0;
	padding: 0;
}


#maindiv {
	width: 1000px;
	margin: 0px auto;
}


#headergraphicbackground {
	width: 1000px;
	background: #FFFFFF;
	height: 275px;
	
}

#headergraphic {
	background: url('Images/rasheader.jpg') center top no-repeat;
	height: 100%;
	width: 100%;
	}


#maincontent {
	background-color: #FFFFFF;
	padding: 20px;
	
	
}

#innercontainer {
	vertical-align: top;
	height: 100%;
	overflow: auto;
	
}

#column1 {
	position: relative;
	float: left;
	width: 615px;
	height: 100%;
	padding-left: 5px;
	overflow: auto;
	
	
}



#column2 {
	background-color:#FFFFFF; 
	position: relative; 
	float: right;
	top: 20px;
	width: 300px; 
	height: 100%;
	margin: 0px 10px 0px 0px;
	overflow: auto;
	
	}
	
	
#column2part1 {
	background-color:#DDDDDD; 
	position: relative; 
	width: 280px; 
	height: 100%;
	padding: 7px; 
	margin: 0px 20px 0px 0px;
	border: 2px solid #336699;
	overflow: auto;
	
}

#column2part2 {
	background-color:#DDDDDD; 
	position: relative; 
	width: 280px; 
	height: 100%;
	padding: 7px; 
	margin: 0px 20px 0px 0px;
	border: 2px solid #336699;
	overflow: auto;
	
}

#columnspacer {
	background-color:#FFFFFF; 
	position: relative; 
	width: 280px; 
	height: 10px;
}



.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	padding-right: 0px;
	padding-left: 0px;
}

.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC6600;
	font-weight: bold;
}

.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #350608;
}

.boldItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.boldsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


#navigations {
	height: 30px;
	background-color: #EEEEEE;
	background: url('Images/navigationbg.jpg');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#navtext {
	padding: 6px 8px 0px 15px;
	width: 800px;
}

#containclientnav {
	
	background-color: #FFFFFF;
	width: 100%;
	height: 25px;
	padding: 0px;
	margin: 0px;
	}


#clientsnav {
	position: relative;
	height: 20px;
	width: 400px;
	background: url('Images/clientsnavbg.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF=;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	padding: 3px 5px 0px 0px;
	
}

#clientsnavtext {
	position: relative;
	height: 15px;
	width: 390px;
	margin: 0px;
	padding: 0px;
	
	
}

#rasfooter {
	height: 50px;
	background-color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6699cc;
	text-align: center;
	border: 1px #000033 solid;
}




