/* DRA CSS */

<style type="text/css">

	body {
	text-align:center;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bgfade.jpg);
	background-repeat: repeat-x;
	background-position: top;
		}
a {
	color: #3B68AB;
	text-decoration: none;
}
	
	#frame {
	width:1040px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-color: #FFFFFF;
	border: 1px solid #666666;
		}
		
	#contentleft {
	width:189px;
	float:left;
	background:#fff;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
		}
	
	#contentcenter {
		width:590px;
		padding:10px;
		float:left;
		}
	
	#contentright {
	width:189px;
	float:left;
	background:#fff;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
		}
	
	#contentheader {
	padding: 0px;
	height: 150px;
	background-color: #5B87C8;
	background-repeat: no-repeat;
	background-position: center top;
	width: 1040px;
		}
	#contentheaderbar {
	background-image: url(images/bar.gif);
	height: 15px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: center top;
		}
	#contentheaderbar2 {
	background-image: url(images/bar.gif);
	height: 15px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: center top;
	}	
	
	#contentfooter {
	background:#fff;
	padding: 10px;
	text-align: center;
	}
	
	#buttonbox {
	background:#fff;
	padding: 5px;
	text-align: center;
	width: 170px;
	}
	
.txtTinyGrey {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.txtBody {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.LogoWording {
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: italic;
}
.txtWhite {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.txtSectionBlack {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

.rollover a {
	display:block;
	width: 150px;
	;
	color:#FFFFFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin-bottom: 3px;
	background-image: url(images/buttonsro.jpg);
	background-repeat: no-repeat;
	background-position: 2 0;
	text-align: left;
	margin-left: 5px;
}
.rollover a:hover { 
background-position: 0 -20px;
color: #FFFFFF;
}
.rollover a:active {
background-position: 0 -40px;
color:#fff;
}

</style>

