@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/backgroundDot.jpg)}

#container  {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	background-image:url(images/backgroundCenter.jpg);
	} 
	
	
	
#mastehead {
	background: url(images/backgroundTop.jpg) no-repeat 0% 0;
	padding-top:45px;
	margin-bottom:0;
	text-align:left
}

#mastehead p{
	padding:2px 25px 2px;
	margin:0 16px 0 20px;
	text-align:center;
	background-color:#e6fefe;
	border-top:1px solid #005b95;
	border-bottom:1px solid #005b95;
}

#mastehead a{
	color:#000000;
	font-weight:normal;
	text-decoration:none;	
	padding:2px 20px 2px;
	}

#mastehead a:link{
	padding:2px 20px 2px;
	}
	
#mastehead a:visit{
	padding:2px 20px 2px;
	background:url(images/topNavBarBackground.jpg) repeat-x;
	}
	
#mastehead a:hover{
	padding:2px 20px 2px;
	background:url(images/topNavBarBackground.jpg) repeat-x;
	}


#mastehead img{
	border:0
	}


#mainContent {	
	padding:0px 30px 0px 60px;
	text-align:left;
	border-right: 1px solid #fec78e;
	margin:30px 310px 30px 20px;
}

#mainContentWide {
	padding:30px 60px 15px;
	text-align:left;
	margin:0px 16px 0 20px;
}

#featureRight {
	float: right; /* Regular narrow pages. Feature has blue sides: since this element is floated, a width must be given */
	display: inline; /* fix IE margin issues. Double Margin Bug */
	text-align:left;
	margin-right: 60px;
	padding-top: 30px;	
	padding-left:30px;
	width: 215px;
}

#featureRightInset {
	text-align:left;
	background:url(images/featureBackground.gif) no-repeat;
	padding:20px;
}


#footer {
	background: url(images/backgroundBottom.jpg) no-repeat 100% 100%;
	padding-bottom:15px;
	text-align:left;
}

#footer h1{
	font: normal 100%/10px Verdana, Arial, Helvetica, sans-serif;
	padding:4px 25px 6px;
	margin:0 16px 5px 20px;
	border-top:1px solid #005b95;
	border-bottom:1px solid #005b95;
	background-color:#e6fefe;
	}
	
#footer p{
	padding:4px 25px 10px;
	margin:0 16px 5px 60px;
	}
	

#footer a{
	color:#000000;
	font-weight:normal;
	text-decoration:none;	
	padding:2px 16px 2px;
	}
	
	
	
h1 {
	font: bold 160%/25px Verdana, Arial, Helvetica, sans-serif;
	color: #d5710b;
	margin-bottom: 5px;
	text-decoration:none;
}

h1 a {
	color: #d5710b;
	text-decoration:none
}

h2 {
	font: bold 140% Verdana, Arial, Helvetica, sans-serif;
	color: #0167a8;
	margin-top: 25px;
	margin-bottom: 5px;
}

h2 a {
	color: #0167a8;
	text-decoration:none
}

.gradientBackground {
	background:url(images/gradientBar.jpg) no-repeat;
	padding: 5px 0px 5px 5px;
	margin-bottom:15px
	}

h3 {
	font: bold 120%/17px Verdana, Arial, Helvetica, sans-serif;
	color: #0167a8;
	margin-bottom: 5px;
}
h3 a {
	color: #0167a8;
	text-decoration:none
}

.upperBorder {
	 border-top:1px solid #fec78e; 
	 padding-top:25px}

h4 {
	font: bold 100%/17px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 5px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 18px;
}

a {
	color: #005b95; 
	text-decoration: underline;
}

.black{
	color: #000000; 
}

.boldText {
	font-weight:bold}
	
.italicText {
	font-style:italic}
	
.caption {
	font-style:italic;
	font-size: 9px;
	line-height:11px
}

.tableTitles {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	margin:2px 4px 8px 6px;
}
.tableText {
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	margin:2px 4px 2px 6px;
}
	
	
ul {
	list-style: disc url(images/blueBullet.gif) outside;
	display: inline;
	margin-top: 0px;
}
ul li {
	margin: 0px 0px 0px 18px;
	padding-bottom:10px;
}

	
.marginBottom0 {
	margin-bottom: 0px;
}

.marginBottom5 {
	margin-bottom: 5px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.marginBottom20 {
	margin-bottom: 20px;
}
.marginBottom40 {
	margin-bottom: 40px;
}
.marginBottom80 {
	margin-bottom: 80px;
}

.marginTop0 {
	margin-top: 0px;
}
.marginTop20 {
	margin-top: 20px;
}

.marginRight40 {
	margin-right: 40px;
}

.marginRight30 {
	margin-right: 30px;
}

.marginLeft145 {
	margin-left: 147px;
}

.marginFloatLeftBorder {
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #005b95;
}
.marginFloatRightBorder {
	margin-left:20px;
	margin-bottom:20px;
	border:1px solid #005b95;
}
.marginFloatRight {
	margin-left:20px;
	margin-bottom:20px;
}
.marginFloatLeft {
	margin-right:20px;
	margin-bottom:20px;
}

.marginFloatLeftBorder {
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #005b95;
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


