body
{	font-size: 8pt;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #999999;
	background: url('../build/images/background.bmp') #CCCCCC fixed repeat-y center top;
	margin: auto;
	text-align: center;
	}

img
{	border-top-width: 0px; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	border-right-width: 0px;
}

#header
{	margin: auto;
	width: 900px;
	height:100px;
	background-color: #ffffff;
	}

#headerLeft
{	float: left;
	width: 700px;
	height:100px;
	text-align: left;
	}

#headerRight
{	padding: 8px 0px 0px 0px;
	float: right;
	width: 200px;
	height:92px;
	margin: auto;
	text-align: left;
	color:black;
	}

#header a
{	color: #CC3300;
	text-decoration:none;
	}

#header a:hover
{	color: #CC3300;
	text-decoration:underline;
	}

#menubar
{	margin: auto;
	width: 900px;
	height:24px;
	background: url('../build/images/mnubar.bmp');
	background-repeat: repeat-x;
	}

#menubar a
{	color: #FFEF89;
	font-weight: bold;
	font-size: 10pt;
	}

#menubar a:hover
{	color: #FFFFFF;
	text-decoration:underline;
	}

#menubarLeft 
{	float: left;
	width: 650px;
	height:24px;
	text-align: left
	}

#menubarRight
{	float: right;
	width: 250px;
	height:24px;
	margin: auto;
	text-align: left
	}

.menuitem
{	float:left;
	height:24px;
	width: 140px;
	text-align:center;
	padding-top: 3px
	}

#welcome
{	margin: auto;
	width: 900px;
	height:24px;
	background-color: #555555;
	}

#welcomeleft
{	margin: auto;
	width: 420px;
	color:#CCCCCC;
	font-size: 11pt;
	font-weight: bold;
	float:left;
	padding-top: 3px;
	padding-left: 10px;
	text-align: left
	}

#welcomeright
{	margin: auto;
	width: 470px;
	color:#FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	float:right;
	padding-top: 3px;
	text-align: left
	}

#bodycontainer
{	margin: auto;
	width: 900px;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border: 0px 0px 0px 0px;
	}

#bodyindex
{	margin: auto;
	width: 180px;
	text-align: left;
	vertical-align: top;
	background: url('../build/images/indexback.bmp');
	background-repeat: repeat-y;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#bodyimages
{	margin: auto;
	width: 150px;
	text-align: center;
	vertical-align: top;
	background-color: #919191;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#bodydetail
{	margin: auto;
	width: 425px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#bodyadds
{	margin: auto;
	width: 145px;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.indexcontainer
{	text-align: center;
	background: url('../build/images/button0.bmp');
	height: 46px;
	width: 180px;
	}

.indexbutton
{	border: 0px 0px 0px 0px;
	padding: 15px 0px 0px 50px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #FFEF89;
	font-size:10pt;
	text-align: left;
	}

.indexcontaineractive
{	text-align: center;
	height: 46px;
	width: 180px;
	}
	
.indexbuttonactive 
{	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #FFEF89;
	font-size:10pt;
	height:46px;
	width: 180px;
	text-align: left;
	}

.indexbuttonactive a
{	background-image: url(../build/images/button1.bmp);
	background-repeat: no-repeat;
	height: 46px;
	width: 180px;
	}

.indexbuttonactive a:hover
{	background-image: url(../build/images/button2.bmp);
	background-repeat: no-repeat;
	height: 46px;
	width: 180px;	
	}
	
#footerleft
{	margin: auto; 
	width: 900px; 
	height:34px;
	font-size:8pt;
	color: #ffffff;
	background: url('../build/images/ftrbarmain.bmp');
	background-repeat: repeat-y;
	float: left;
	padding-top:4px;
	text-align: left;
	}

#footer
{	margin: auto; 
	width: 900px; 
	height:34px;
	font-size:8pt;
	color: #ffffff;
	}

#footer a
{	color: #FFFFFF;
    text-decoration: none;
	}

#footer a:hover
{	text-decoration: underline;
	}
