html, body	{
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #FEDA9E;
}

.notestext	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 50px;
}


/* this is our 3 column formatting */
.thetable		{
position: relative;
left: 0;
display: table; 
width: 100%;
margin: 0;
padding: 0;
border: 0; 
clear: both;
border-spacing: 0; /* required by Opera 6 */
}

 /* hide this from opera6 */
head:first-child+body div.thetable {height: 50%;}

.tablerow		{
	display: table-row;
}
.thetable {
	margin-top: 220px;
}


.tablecell	{
display: table-cell;
border: 0;
padding: 0;
margin: 0; 
padding-bottom: 5px;
vertical-align: top;
min-height: 100%; /* opera6 needs min-height but moz/IE needs height */

}

 /* hide this from opera6 */
head:first-child+body div.tablecell {height: 100%;}
/* added for mozilla which worked for others too, but op6 still needed min-height so hide this rule */

.one				{
	width: 200px;
	background-color: #B02A30;
	position: relative;
	border-right: 1px solid #000;
	z-index: 1;
	list-style-type: none;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	height: 100%;
}


.two				{
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	position: relative;
	background-color: #FFFFFF;
}

.two h1				{
	font-size:28px;
	color:#b02a30;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top:20px;
	padding-left: 10px;
	padding-bottom: 0px;
}
.two h2				{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom:0px;
	padding-left: 10px;
}
.two h3				{
	font-size:14px;
	color:#B02A30;
	font-weight:bold;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 1em;
}

.hilighttext				{
	font-size:14px;
	color:#993300;
	font-weight:bold;
}

.two p				{
	text-indent:0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top:0px;
}

.two table	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	border: solid thin #993300;
	width:95%;
	text-indent:0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.two table p	{
	text-indent:0px;
}

.two table th	{
	text-align:left;
	background-color:#B02A30;
	color:#FFFFFF;
	font-size:14px;
	padding-left: 10px;
}

	
.twotdodd	{
	background-color:#CCCCCC;
}

.three			{
	width: 250px;
	position: relative;
	border-left: 1px solid #9dbcab;
	background-color: #171F6C;
	text-align:left;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}	
.three h3			{
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.three li			{
	color: #FFFFFF;
	margin-top: 10px;
	text-indent: 0px;
	font-weight: bold;
}
.three a			{
	color: #FFFFFF;
	text-decoration: none;

}
.three a:hover			{
	text-decoration: underline;	


}

.tablecell three a {
	color: #FFFFFF;
}


.three img		{
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: thin solid #000000;
}

#footer			{
	text-align:center;
	padding-top: 5;
	clear: both;
	position: relative;
	font-size: 12px;
	height: 30px;
	background-color: #000000;
	color: white;
	margin-top: 0px;
*/
margin-bottom: 0px; /* required for Opera 6 to show background color but others don't like it so hide the value of 0 from it */
	z-index: 25;
	width: 100%;
	background-position: center center;
	vertical-align: middle;
	font-weight: bold;
}

 /* hide this from opera6 */
head:first-child+body div#footer {margin-bottom: 0;}


#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:235px;
	background-color: #171f6c;
	z-index:10;
}


.style1 {color: #FFFFFF}

.style3 {font-size: 10px}

.one ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom:2px;
	
}

.one li {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.one a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	background-color: #B02A30;
}

.one a:hover {
	background-color: #000000;
	display: block;
	color: #FFFFFF;
}


.picture01
{
	padding-right:2px;
	padding-left:2px;
	text-align: center;
}

#topbuffer {
	height: 14px;
	background-color:#FFFFFF;
	width:100%;
}
#topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	list-style-image: none;
	width:100%;
	background-color:#FFFFFF;
	text-align:left;
	padding-bottom: 5px;
}
#topnav ul {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}
#topnav a {
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #a7a9ac;
	color: #171F6C; 
}
#topnav li {
	display: inline;
	list-style-image: none;
	text-indent: 0px;
	margin-left: 0px;
}
#topnav a:hover {
	display: inline;
	background-color: #B02A30;
	color: #FFFFFF;

}
.two blockquote {
	border: medium solid #D67540;
	padding: 15px;
	line-height: 20px;
	font-size: 14px;
}
.threeboxsp {
	background-color: #9dbcab;
	padding: 10px;
	color: #284a76;
	margin: 15px;
	line-height: 30px;
}
.nonindenttxt {
	text-indent:0px;
	
}

#footer a	{
	color:#FFFFFF
	}
	
.menubox	{
	color:#000000;
	background-color:#D67540;
	padding: 10px;
	font-size:14px;
	text-align:center;
	font-weight:normal;
	margin: 10px;
	}
.preconftd {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #993300;
}
#welcome {
	list-style-type: none;
	margin: 20px;
	padding: 10px;
}
#welcome ul {
	list-style-type: none;
	display: inline;
}
#welcome li {
	list-style-type: none;
	display: inline;
	vertical-align: top;
	text-align: center;
}
#welcome h2 {
	padding-bottom: 25px;
	margin-bottom: 25px;
}

