@import "admin.css";
html, body
{
	/*height: 100%;   required */
}

body
{
	text-align: center; /* horizontal centering hack for IE */
	padding: 0; /* required to "hide" distance div */
	margin: 0; /* required to "hide" distance div */
	font-family: Arial;
	color: #686868;
	font-size: 11px;
	background: url(images/body_bg2.gif) repeat-x top left;
	height:100%;
}

div#distance
{
	width: 1px; /* required to "hide" distance div */
	float: left; /* required */
}

div#content
{
	position: relative; /* positions content on top of distance */
	text-align: left; /* horizontal centering hack for IE */
	width: 750px; /* required - desired width */
	margin: 12px auto; /* required */
	clear: left; /* required */
	/*border: solid 1px red;*/
	border: none;
	height:100%;

}

a{color:#000000;}
a:hover{text-decoration:none;}

.line
{
	border-bottom: solid 2px #000000;
	padding-bottom: 12px;
}


#main_area
{
	height: 200px;
	width: 410px;
	padding: 30px 40px 30px 10px;
}

.topborder
{
	padding-top: 12px;
	text-align: left;
}

.footerarea
{
	padding-top: 12px;
	text-align: left;
	padding-left: 10px;
	color: #000000;
}

#bottomline
{
	margin-top: 10px;
	width:100%;
	/* background-color: #DADADA; */
	height: 2px;
	border-bottom: solid 2px #000000;
}

#middleline
{
	margin-top: 5px;
	margin-bottom: 10px;
	width:100%;
	border-bottom: solid 2px #000000;
/*	background-color: #000000;*/
	height: 2px;
}

#uppernews
{
	background-color:Red;
	background: url(images/news_upper.gif) no-repeat top;
	height: 8px;
	width: 307px;
}

#middlenews
{
	
	border-left: solid 1px #DADADA;
	border-right: solid 1px #DADADA;
	padding:42px 10px 10px 10px;
	
}

#lowernews
{
	background-color:Yellow;
	background: url(images/news_lower.gif) no-repeat top;
	height: 8px;
	width: 307px;
	
}

img { border:0px;}

.box {height:120px;}
.box .top {background:url(images/box_tall.gif) top repeat-x; height:10px;}
.box .top div {background:url(images/box_tr.gif) top right no-repeat;}
.box .mid {background:url(images/box_tall.gif) right repeat-y;}
.box .mid .left {background:url(images/box_tall.gif) left repeat-y;}
.box .indent {padding:0 25px 20px 30px; height:120px; margin: 0;}
.box .bottom {background:url(images/box_tall.gif) bottom repeat-x; height:10px;}
.box .bottom div {background:url(images/box_br.gif) top right no-repeat;}
.box_list a {color:#959696; text-decoration:none;}
.box_list a:hover {text-decoration:underline;}
.box_list {line-height:15pt;}

table {border-collapse:collapse; border:0px;}

table 
{
		width:100%;
/*		height:100%;*/
		border:0px;
}

td 
{ 
	vertical-align:top; padding:0px; height:100%;
}

.middle {height:100%;}

.rhyperlink
{
	/*padding-left:180px;*/
	float:right;
}

#imageContainer {
	height:172px;
	width: 750px;
	position: relative;
	left: 0px;
	top: 0px;
}
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
} 
