body {
	font-family: lucida grande,tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	color: #3e3e3e;
}

/* top menu -start- */
#header {
	background-color: #FFC80B;
}
#header .slogan{
	color: #203F9A;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	padding: 15px 15px 0 30px;
}
.buttonHolder{
	background-color: #203F9A;
	height: 20px;
}
.buttons
{
	width: auto;
	padding: 0 5px 0 5px;
	float: left;
}
#header .logo {

	margin: 5px 0px 0px 10px;
}
#header .button {
	z-index: 1000;
	width: 800px;
	text-align: left;
}
#header .button a {
	padding: 0px 4px 0px 4px;
	margin: 0px 10px 0px 10px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color: #ffffff;
}
#header .button a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: white;
}
/* top menu -end- */


/* Quick Search -start- */
#header .quicksearch {
	position: absolute;
    margin-top: 5px;
    margin-left:-170px;
    width:150px;
	height:21px;
	background-image:url(../images/search.gif);
	background-repeat:no-repeat;
	text-align: right;
    padding-right:10px;
    padding-top:2px;
}
#header .quicksearch #threeinone {
    width:130px;
	height:18px;
	background-color: #FFFFFF;
	text-align: right;
    color:#C0C0C0;
	border-style: solid;
	border-width: 0px;
}
/* Quick Search -end- */


/* Footer -start- */
#footer  {

	font-size:11px;

}
#footer .ftrnav {
	background-repeat:repeat-x;
	text-align:center;
	height:24px;
	padding-top: 10px;

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

    width:980px;
    height:2px;
	background-color: #3E3E3E;
}
/* Footer -end- */