﻿
#header
{ margin-left: auto; 
  margin-right: auto;
}

#aboveheader
{ margin-left: auto; 
  margin-right: auto;
}

#main
{
	margin-left: auto;
	margin-right: auto;
}
#menubar
{ margin-left: auto; 
  margin-right: auto;
}

#stripe
{ margin-left: auto; 
  margin-right: auto;
}

#footer
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#footertext
{ margin-left: auto; 
  margin-right: auto;
}

/* unordered list */
ul
{ margin: 0px 0px 0px 16px;
  padding: 0px;
}

ul li
{
	list-style-type: disc;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	color: #666;
	font-size: 13pt;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 10px 0px; 
  padding: 0px;
}

/* navigation menu */

#menubar{
	height: 52px;
	float: left;
	width: 880px;
	background-image: url('images/buttons3.jpg');
	background-repeat: repeat-x;
} 

ul#menu{
	width: 880px;
	height: 54px;
	margin: 0px;
	margin-left: 10px;
	background-repeat: repeat-x;
	background-color: #000000;
	background-image: url('images/buttonsbg.jpg');
	text-align: center;
	float: left;
	margin-top: 20px;
}

ul#menu li
{
	float: left;
	list-style: none;
	margin-bottom: 0px;
	font-size:10pt;
} 

ul#menu li a 
{
	font-family: arial;
	display: block;
    float: left;
	height: 35px;
	text-decoration: none;
	text-align: center;
	background: transparent;
	color: #C0C0C0;
	font-weight:bold;
	padding-top: 15px;
	border-right: 1px solid;
	border-right-color: #333;
	border-right-style: solid;
	border-right-width: 1px;
	font-size:10pt;

} 

ul#menu li a 
{
	background: transparent;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	font-size:10pt;
} 

ul#menu li a.current:hover
{ background: #1B1B14 url(images/menu_sel.gif) repeat;} 

ul#menu li a.current
{
background: #1B1B14 url(images/menu_sel.gif) repeat;
} 

ul#menu li a:hover
{ color:#0055E4;} 

#topcontentbarleft a 
{
	background: transparent;
	color: #0630AA;
	text-decoration:none;
} 

#topcontentbarright a
{
	background: transparent;
	color: #0630AA;
	text-decoration:none;
} 

#topcontentbarleft a:hover
{
	background: transparent;
	color: #000;
	text-decoration:none;
} 

#topcontentbarright a:hover
{
	background: transparent;
	color: #000;
	text-decoration:none;
} 

#headerlinks a
{
	background: transparent;
	color: #555;
	text-decoration: none;
	margin-right: 20px;
}

#headerlinks a:hover
{
	background: transparent;
	color: #0630AA;
	font-weight:normal;
	border-bottom: 1px dashed;
}
.approved-list li.left{ float:left; list-style:none}
.approved-list li.right{ float:right; list-style:none;}
				 



