﻿
/* auto margins */

body
{ background: #4F504A;
  color: #555;
}

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

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

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

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

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

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

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

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

/* tables */

.graytablebg {
	background-color: #DEDEDE;
}

.tablebordergray {
	border: 1px solid #C0C0C0;
}
.nomarginbottom {
	margin-bottom: 0px;
}

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

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

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

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

/* navigation menu */

#menubar{
	height: 54px;
	float: left;
	width: 900px;
	background-image: url('images/buttons.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
} 

#menubarblank{
	height: 54px;
	float: left;
	width: 900px;
	background-image: url('images/buttons2.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
} 

ul#menu{
	width: 900px;
	height: 34px;
	margin: 0px;
}

ul#menu li
{
	float: left;
	list-style: none;
	width: 110px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 34px;
} 

ul#menu li a 
{
	font-family: arial;
	display: block;
    float: left;
	height: 32px;
	text-decoration: none;
	text-align: center;
	background: transparent;
	color: #C0C0C0;
	font-weight:bold;
	padding-top: 20px;
	width: 115px;
} 

ul#menu li a 
{
	background: transparent;
	width: 110px;
} 

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;} 

/* content links with hover */

#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;
}

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