html {


}

body {
	background-color:#FFFFFF;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 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;
	
	
}

#wrapper {
	text-align:left;
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#inner {
	width: 950px;
	border: 1px solid #203590;
}

#header {
	width: 950px;
	height: 86px;
	border: 0px solid #ff0000;
}



#side-bar {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	border-left:  1px solid #203590;
	min-height: 650px;
	text-align:center;
}


#content {
	margin: 0 160px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid #ff0000;
	min-height: 650px;

}		

#top-nav {
	width: 950px;
	background: #273a8c;

	font-size: 9px;
	color: #FFFFFF;
	height: 15px;
	padding: 5px 0px; 
	font-size: 9px;
}	

#top-nav-menu {
	width: 950px;
	background: #273a8c;
	border-top: 1px solid #ffffff;
	color: #FFFFFF;
	padding-left: 0px;
	height: 29px;

}	

#footer {
	width: 950px;
	background: #273a8c;
	text-align:center;
	height: 20px;
}

#footer p {
	padding: 2px 0px 0px 0px;
	font-size: 9px;
	color:#FFFFFF;
}
	


h1 {
	padding: 10px 0px;
	font-size:12px;
}


p {
	clear: left;
	font-size: 12px;
	line-height: 18px;
}

table {
	border-collapse: collapse;
	border: 1px solid #cccccc;

}

td {
	border: 1px solid #cccccc;
}


ul {
	font-size: 12px;
	line-height: 18px;
}

.border {
	border: 1px solid #cccccc;
}



a:link {
	COLOR: #273a8c; 
	TEXT-DECORATION: none;
	font-weight: bold;
	}

a:visited {
	COLOR: #273a8c; 
	TEXT-DECORATION: none;
	font-weight: bold;
}

a:hover {
	COLOR: #000000;
	TEXT-DECORATION: underline;
	font-weight: bold;
}



A.nav:link {COLOR: #ffffff; TEXT-DECORATION: none; font-size: 11px}
A.nav:visited {COLOR: #ffffff; TEXT-DECORATION: none; font-size: 11px}
A.nav:hover { COLOR: #C1471E; font-size: 11px;}

A.two:link {
    COLOR: #C1471E;
    font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
	font-size: 10px;
}
A.two:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    COLOR: #C1471E
}
A.two:hover {
	COLOR: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	COLOR: #C1471E;

}
A.three:link, A.three:visited {
	COLOR: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;}
	
A.three:hover {
	COLOR: #C1471E
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;}
	
A.four:link {COLOR: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	}
A.four:visited {COLOR: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	

}
A.four:hover {
	COLOR: #C1471E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.menu_right:link {COLOR: #273a8c;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
A.menu_right:visited {COLOR: #273a8c;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

}
A.menu_right:hover {
	COLOR: #C1471E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


img.float-left {
	float: left;   
	clear: none;  
	margin-top: 5px;  
	margin-left: 10px; 
	margin-right: 10px; 
	margin-botom: 20px; 
	padding: 0em; 
	border: 1px solid #cccccc;
}
