body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}

.yellow-bar {
  	background-image: url(../images/divide.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 22px;
	width: 100%
}
.blue-bar {
  	background-image: url(../images/body-bg2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 38px;
	display: table;
	width: 100%
}

.links-right {
	color: #ffffff;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}
.links-right a:link, .links-right a:visited, .links-right a:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	margin-right: 5px;
			
	}
	

.links-right a:hover {
	text-decoration: underline;
	font-size: 11px;
	}


	#wrapper {
		width:96%;
		margin:0px auto;
		padding:0px;
		background-color: #ffffcd;
	}
	
#navigation {
	margin: 0px;
	padding: 0px;
	}
	
#navigation ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-transform: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	display: block;
	}
	

#navigation a:link, #navigation a:active, #navigation a:hover, #navigation a:visited {
	color: #ffffff;
	padding: 2px;
	text-decoration: none;
	display: block;
	}
	
#navigation a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #2c4c96;
	
	}
	
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: #22428a 1px solid;
	}
	
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #fbeaa9;
	display: block;
	text-transform: uppercase;
	background: url(../images/ul-bg.jpg);

	line-height: 24px;
	padding-left: 0px;
	margin-top: 0px;
		}
		
	
IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; 
	margin-top: 0px;
  
}
    
    
	#header {

	}
	#content {
		margin-top:2px;
		padding-bottom:10px;
	}
	#content div {
		padding:5px;


	}
	#content-left {
		width:190px;
		background-color: #243866;
	padding: 0px;
			float:left;
	}
	#content-main {
		margin-left:205px;

	}

	#footer {
		margin:0px;
		width:100%;
		background-color: #f0ecd4;
		text-align:center;		
	}
.grndot {
	outline: green dotted thick;
	width: 60%;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	color: #243866;
	border-bottom: #d5c270 1px solid;
	display: block;
	}
	
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #243866;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	}
hr {
	width:90%;
	border: 1px solid #d5c270;
	color:#d5c270; background-color:#d5c270;
}
legend {
	color: #d5c270;
	font-weight: bold;
}
fieldset {
	border:2px solid #d5c270;
	color: #d5c270;
}
	
a:link, a:active, a:visited {
	color: #243866;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
.main {
	background-color: #ffffcd;
	}

#container2 {
	float:left;
	width:100%;
	overflow:hidden;

}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:50%;

}
#col1 {
	float:left;
	width:46%;
	position:relative;
	left:52%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:46%;
	position:relative;
	left:56%;
	overflow:hidden;
}
