body {
	font-family: lucida grande,tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	color: #a7a7a7;
	padding-top:6px;
}

/* top menu -start- */
#header {
	border:2px solid #a7a7a7;
	border-bottom:none;
	height:157px;
	background-color: white;
}
.buttonHolder{
	background-color: #203F9A;
	width: 800px;
	height: 27px;
	background-image:url(../images/menu-top-bg.gif);
	background-repeat:repeat-x;
}
.buttons
{
	width: auto;
	position: relative;
	float: left;
}
#header .logo {
	position: absolute;
    width:474px;
	height:107px;
	margin: 5px 0px 0px 12px;
	background-image:url(../images/logo2.gif);
	background-repeat:no-repeat;
}
#header .button {
	position: absolute;
	z-index: 1000;
    margin-top:125px;
	width: 800px;
	text-align: left;
	color: #ffffff;
}
#header .button a {
	display:block;
	padding: 0px 4px 0 4px;
	margin: 0px 4px 0px 4px;
	text-decoration:none;
	font-weight:normal;
	font-size:13px;
	color: #ffffff;
}
#header .button a:hover {
	text-decoration:underline;
	font-weight:normal;
	color: white;
}
/* top menu -end- */


/* Quick Search -start- */
#header .quicksearch {
	position: absolute;
    margin-top:68px;
    margin-left:690px;
    width:243px;
	height:52px;
	background-image:url(../images/search.gif);
	background-repeat:no-repeat;
	text-align: left;
    padding-top:13px;
    padding-left:10px;
}
#header .quicksearch input {
    width:170px;
	height:18px;
	background-color: #eff0ea;
	text-align: center;
    color:black;
	border-style: solid;
	border-width: 0px;
}
/* Quick Search -end- */


/* Footer -start- */
#footer  {
	font-size:11px;
	border:2px solid #a7a7a7;
	border-top:none;
}
#footer .ftrnav {
	text-align:center;
	height:24px;
	padding-top: 10px;
	padding-left: 30px;
	border-bottom:2px solid #909F98;
	margin-bottom:5px;
}
#footer .ftrnav a {
	margin: 0px 7px 0px 7px;
	text-decoration:none;
	font-weight:bold;
	color: #3E3E3E;
}
#footer .ftrnav a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#CF9B07;
}
#footer .ftrcredits {
	vertical-align:top;
	text-align:center;
	height:20px;
    padding-bottom:10px;
	color: #3E3E3E;
}
#footer .ftrcredits a {
	text-decoration:underline;
	font-weight:bold;
	color: #3E3E3E;
}
#footer .ftrcredits :hover {
	text-decoration:none;
	color:#CF9B07;
}
/* Footer -end- */