html, body {
	margin: 0;
	padding: 0;
	text-align:center;
}
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
	line-height: 18px;
	color: #000000;
	background-image: url('../images/page_background.png'); background-repeat:repeat-x; background-position-top;
	background-color: #800000;
}
.hidden {
	display: none;
}
#container { 
	position: relative;
	width: 760px;
	padding: 0px 0px 0px 0px; /*[padding-top] [padding-right] [padding-bottom] [padding-left] */
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin: bottom: 0px;
	text-align: left;
}
#site-name {
	height: 70px;
	width: 760px;
	background-image: url('../images/Logo_black.png');
	allign: center;
	padding: 0;
	margin-top:5px;
	margin-bottom: 5px;
}
#right-side {
	float: right;
	width: 170px;
	background-color: #;
	padding: 0;
	margin: 0px;
}
#rightside-tab{
	width: 170px;
	height: 25px;
	margin-top: 0px;
	background-color: #CC6600;
	background-image: url('../images/rightside_tab.png');	
}
#rightside-tab h1{
	font-family: Georgia;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 0;
	margin-left: 10px;
	color: #000000;
}
#side-nav {
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: px;
    list-style-type: none;
    font-weight: bold;
    width: 168px; /* Main Menu Item widths */
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    
    text-align: left; font-style:normal; font-variant:normal; font-size:10pt; font-family:Aral
}
/* Side Nav */
#side-nav dl { margin: 0px; padding: 0}
/* IE5 Mac Hack \*/ 
#side-nav { padding-left: 0; padding-top: 0; padding-bottom: 0; padding-right:0;} 
/*/ 
#side-nav { padding-left: 0px; overflow: hidden; } 
/* End Hack */

#side-nav li {
    list-style:none;
    display:inline;
}
#side-nav a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    background: url('../images/Button_red.png') no-repeat;
    /*[padding-top] [padding-right] [padding-bottom] [padding-left] */
    border-bottom: 1px solid #000000; padding-left:12px; padding-right:5px; padding-top:6px; padding-bottom:6px
}
#side-nav a:hover { 
    color: #FFFFFF;
    background-position:0 -60px;
}
#side-nav li.selected a, #sidenav li.selected a:hover{ 
    color:#CCCCCC;
    background-position:0 -60px;
}
#right-content {
	width: 168px;
	background-image: url('../images/right_content_background.png');
	padding-top: 25px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#right-content h1{
	font-family: Gill Sans MT;
	font-size: 10pt;
	color: red;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0px;
}

#left-side {
	width: 580px;
	background-color: #;
	padding: 0;
	margin-right: 170px;
}
#leftside-tab{
	width: 580px;
	height: 25px;
	margin: 0px;
	padding: 0;
	background-color: #CC6600;
}
/* Top Navigation */

#top-nav { 
			height: 25px;
			width:575px;
			text-align: left; /*set to left, center, or right to align the menu as desired*/
			margin-top: 0px;
			font-family: Arial;
  		  	font-size: 10pt;
		   	font-weight: bold;
}
#top-nav dl { margin: 0; padding: 0;}
/* IE5 Mac Hack \*/ 
#top-nav { padding-left: 0; padding-right:0; padding-top: 3px; padding-bottom: 8px; } 
/*/ 
#top-nav { padding-left: 0px; 0;overflow: hidden; } 
/* End Hack */

#top-nav li {
    list-style:none;
    display:inline;
}
#top-nav a {
    color:#FFFFFF;
    text-decoration: none;
	padding-left:2px; padding-right:15px; padding-top:1px; padding-bottom:2px;
	margin: 0;
}
#top-nav a:hover { 
    color:#CCCCCC;
    margin:0;
    background-position:0 -25px;
}
#top-nav li.selected a, #main-nav li.selected a:hover{ 
	margin: 0;
	color:#CCCCCC;
}
#banner{
	width: 580px;
	margin-top: 0px;
	margin-left: 0;
	background-image: url('../images/banner_middle_1.png');
	background-repeat: repeat-y;
	padding-left: 0px;
	padding-right: 0px;
}
#banner-footer{
	width: 580px;
	height: 17px;
	margin-top: 0px;
	background-image: url('../images/banner_bottom_gray.png');
}
#banner h2{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
}
#banner p {
	font: 10pt Arial;
	line-height: 18px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0;
	marign-left: 10px;
	margin-right: 10px;
}
#content-top {
	width: 580px;
	height: 15px;
	margin-top: 15px;
	margin-left: 0;
	background-image: url('../images/contentleft_top.png');
}
#content{
	width: 580px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('../images/contentleft_middle.png');
	background-repeat: repeat-y;
}
#content h3{
	font-family: Gill Sans MT;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 0;
}
#content h4{
	font-family: Gill Sans MT;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 5px;
}
#content p {
	font: 10pt Arial;
	line-height: 18px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0;
}
#content-bottom {
	width: 580px;
	height: 15px;
	margin-left: 0;
	background-image: url('../images/contentleft_bottom.png');
	margin-bottom: 0;
}
#page-footer{
	width: 760px;
	height: 175px;
	background-image: url('../images/page_footer_index.png');
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 00px;
	padding-right: 00px;
	align: center;
	clear: both;
}
#page-footer h3{
	font: 10pt Arial;
	line-height: 18px;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 12px;
	margin-bottom: 0;
}
#page-footer h4{
	font-family: Gill Sans MT;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 5px;
}
#page-bottom {
	background-image: url('../images/page_bottom.png');
	background-repeat: no-repeat;
	
}

#links {
	clear: both;
	width: 760px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color: #999999;
	background-color: #;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 5px;
	text-decoration: none;
	align: center;
}
#links a {
	color: #999999;
	text-decoration: none;
}
#links a:hover {
	color: #FF6600;
}
#links #altnav {
	width: 760px;
	text-align: left;
}
.fail { 
  color:#FFFFFF; 
}