/*Common*/

html, body {
	font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
	background-color:#f6d949;
	background-attachment:fixed;
	height:100%;
	margin-top: 0px;
	margin-bottom:0px;
    margin-left: 0px;
    margin-right: 0px;
	padding: 0;
	border: none;
	scrollbar-darkshadow-color:#555555;
    scrollbar-3dlight-color:#555555;
    scrollbar-arrow-color: #99ccff;
    scrollbar-track-color: #ffffff;
    scrollbar-face-color: #ffffff;
}

A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {text-decoration: none; color: #000000;}
A:hover {text-decoration: underline; color: #000000;}

h1 {
	font-family: Geneva, Arial, helvetica, sans-serif;
	text-transform:uppercase;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14pt;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
}

#main {
    background-color:#ffffff;
	background-image:url(../graphics/bg.gif);
	margin:0 auto;
	text-align:left;
	width:900px;
	height:100%;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#555555;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#555555;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#555555;
}
#banner1-box {
	 margin:0 auto;
	 text-align:center;
	 width:100%;
	 height:100px;
}
#menu-box {
	 margin:0 auto;
	 text-align:center;
	 width:100%;
	 height:25px;
	 background-image: url(../graphics/menu-bg.gif);
}
#banner2-box {
     width:100%;
	 height:100px;
	 text-align:center;
	 background-image:url(../graphics/banner2.jpg)
}
#content {
     width:100%;
	 height:100%;
	 padding:20px;
}
#footer {
     width:902px;
	 height:30px;
	 padding:10px;
	 background-color:#333333;
}
.copyright
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #ffffff;
}
.links
{
    font-size: 12px;
	color: #ffffff;
	font-weight:bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.links a:link {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
.links a:visited {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
.links a:hover { 
	color: #ffffff;
	font-weight:bold;
	text-decoration: underline; 
}
.links a:active {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
.header
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
    color: #333333;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
