body{
	font-family:verdana;
	background:url(../images/background.jpg) top repeat-x;
}
#body{
	width:100%;
}
#wrapper{
	width:990px;
	background-color:#FFFFFF;
}
#header{
	background-color:#FFFFFF;
	border-left:2px solid #F57421;
	border-right:2px solid #F57421;
	border-top:2px solid #F57421;
	color:#FFFFFF;
	font-size:18pt;
	font-weight:bold;
	line-height:100px;
}
.text {
	color:#600000;
	font-size:12px;
	font-weight:bold;
}
/*header*/
#header .banner{
	background-color:#FFFFFF;
	float:left;
	height:140px;
	overflow:hidden;
}
#header #header-logo{
	background-color:#FFFFFF;
	float:left;
	width:780px;
	height:140px;
	overflow:hidden;
}
#header #header-logo a{
	margin-left:20px;
}
#header #header-login{
	background-color:#FFFFFF;
	width:200px;
	float:right;
	font-size:12px;
	height:140px;
}
#header #header-login table{
	margin-right:20px;
}
#marquee{
	background-color:#600000;
	width:175px;
}
#marquee a{
	text-decoration:none;
}
/*CONTENT*/
#contentMaster{
	margin-top:1px;
}
#content{
	background:url(../images/background.jpg) top repeat-x;
}
#content2{
	background:url(../images/background.jpg) top repeat-x;
	margin-top:2px;
}
#content #left{
	float:left;
	margin-left:30px;
	margin-top:10px;
	width:550px;
}
#content #right{
	float:right;
	margin-right:30px;
	margin-top:10px;
}
#content #right h1{
	text-align:left;
	font-size:20px;
	line-height:15px;
	color:#600000;
}
#content #right h2{
	text-align:left;
	font-size:20px;
	font-weight:normal;
	color:#600000;
}
#content #right table{
	font-size:12px;
	color:#600000;
}
#tabs{
	font-size:12px;
	text-align:left;
}

/*footer*/
#footer{
	background-color:#FFFFFF;
	font-size:12px;
	color:#600000;
	font-weight:bold;
	height:100px;
	border-bottom:2px solid #FEF9F0;
	border-left:2px solid #FEF9F0;
	border-right:2px solid #FEF9F0;
	margin-top:10px;
}

