/******
 *
 * Global Redeclaration
 * 
 ******/
* {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

A {
	color: #000000;
	font-size: small;
}

A:hover {
	text-decoration: none;
}


FORM {
	margin: 0px;
}

BODY {
	margin-top: 15px;
	text-align: center;
	min-width: 800px;
	/*background-color: #FBFEFF;*/
	background-color: #ffffff;
}

IMG {
	border: 0;
}

/********
 * 
 * MENU
 * 
 ********/
ul#menu {
	width: 100%;
	height: 37px;
	background: #FFF url("images/menu-bg.png") top left repeat-x;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 11px;
}

ul#menu li a {
	height: 37px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 5px 15px 0;
}

ul#menu li a:hover {
	color: #FFF;
	background: #FFF url("images/current-bg.png") top left repeat-x;
}

ul#menu li a.current {
	color: #FFF;
	background: #FFF url("images/current-bg.png") top left repeat-x;
	padding: 5px 15px 0;
}


/******
 *
 * Layout
 *
 ******/
#topbar {
	width: 805px;
	height: 75px;
}

#topbar-left {
	display: inline;
	float: left;
	width: 250px;
}

#topbar-center {
	display: inline;
	font-weight: bold;
	font-size: 14px;
	color: #00486c;
}

#topbar-right {
	padding-top: 5px;
	padding-left: 10px;
	display: inline;
	float: right;
	height: 40px;
	text-align: right;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#container {
	width: 100%;
	background-color: #f0f0f0;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 10px;
}

#header {
	height: 38px;
	text-align: left;
	width: 808px;
	margin-bottom: 10px;
}

#center {
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	height: 100%;
	padding: 10px 10px 10px 15px;
}


#main {
	background-color: #ffffff;
	margin-left: 4px;
	margin-right: 4px;
	border: 1px solid #dcdcdc;
	height: 100%;
}

#footer {
	background-color: #f0f0f0;;
	text-align: center;
	width: 808px;
	font-weight: bold;
	font-size: 11px;
	color: #00486c;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

#copyrightFooter, #copyrightFooter A {
	text-align: center;
	width: 804px;
	font-size: xx-small;
	color: #9a9a9a;
}


.headerText, .header2Text {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	margin: 2px;
}

.header2Text {
  font-size: 12pt;
  font-weight: normal;  
}

.listHeader {
	font-size: 10pt;
	font-weight: bold;
}

#checkoutbuttons A {
  color: #02528a;
  text-decoration: none;
 }
 
#buttonDiv a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#buttonDiv a:hover {
  text-decoration: none;
}
