body{
	background-color:#a6aea4;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	width:100%;
	padding:0px;
	margin:0px;
	font-size:14px;
	font-family:tahoma;
	line-height:19px;
	color:#383838;
}

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

.page{
	width:960px;
	text-align:left;
	margin:0 auto;
}

.container{
	width:100%;
	height:100%;
	text-align:center;
}

.topimage{
	width:100%;
	height:207px;
	background-image:url(/images/topimage.png);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
}
* html .topimage{ 
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/topimage.png', sizingMethod='image');
	margin-left:139px;
}
.linkbar{
	width:100%;
	height:40px;

	margin-top:75px;
	text-align:center;
	float:left;
	word-spacing:50px;
}
.thebaron{
	color:#868c84;
	font-size:14px;
	font-family:tahoma;
	line-height:19px;
	font-weight:bold;
}
.thebar{
	color:#a6aea4;
	font-size:14px;
	font-family:tahoma;
	line-height:19px;
	font-weight:bold;
}
.linkbar a:link{
	color:#383838;
	text-decoration:none;
	font-size:14px;
	font-family:tahoma;
	line-height:19px;
	font-weight:bold;
	word-spacing:0px;
}
.linkbar a:visited{
	color:#383838;
	text-decoration:none;
	font-size:14px;
	font-family:tahoma;
	line-height:19px;
	font-weight:bold;
	word-spacing:0px;
}
.linkbar a:hover{
	color:#FFFFFF;
}
.dotline {
	width:100%;
	height:19px;
	text-align:left;
	float:left;
	margin-top:8px;
}
.contentbox{
	width:760px;
	margin-top:50px;
	text-align:left;
	padding-left:100px;
	padding-right:100px;
	float:left;
}
.footer{
	width:100%;
	background-image:url(../images/footerbg.png);
	background-repeat:repeat-x;
	height:31px;
	margin-top:50px;
	float:left;
	text-align:center;
	color:#424740;
	padding-top:15px;
}
.footer a:link{
	color:#424740;
}
.footer a:visited{
	color:#424740;
}
.footer a:hover{
text-decoration:none;
}
h1{
font-size:14px;
padding:0px;
margin:0px;
padding-bottom:3px;
font-weight:bold;
}
img
{  border-style: none;
}
.admintable, .admintable td, .admintable th
{
	margin:0px;
	padding:0px;
	border:solid 1px #000000;
	border-spacing:0px;
}
.admintable td, .admintable th
{
	padding:5px;
}