
.box { 
	background: url(../images/boxFiller.jpg) repeat;
	width: 690px;
	text-align:left;
	margin:40px auto;
 }
 
.boxtop div {
	background: url(../images/TopL.jpg) no-repeat top left; 
 }
 
.boxtop { 
	background: url(../images/TopR.jpg) no-repeat top right;
 }

.boxbottom div {
	background: url(../images/BottomL.jpg) no-repeat bottom left;
 }
 
.boxbottom {
	background: url(../images/BottomR.jpg) no-repeat bottom right;
 }

.boxtop div, .boxtop, .boxbottom div, .boxbottom {
	width: 100%;
	height: 25px;
	font-size: 25px;
}

.content 
{
	width:690px;
	margin 0 auto;
 }


.navigation
{
	margin:20px 0px 20px 0px;
	font-size: 1em;
}

.navigation a:link {
	color: #000000;
	text-decoration: none;
}

.navigation a:visited {
	color: #000000;
	text-decoration: none;
}

.navigation a:hover{
	color: #999999;
	text-decoration: none;
}

.navigation a:active {
	color: #000000;
	text-decoration: none;
}

.logoimg {
	margin-left:20px;
	width:100px;
	float:left;
	display: inline;
}

.logo {
	display: inline;
	font-size: medium;
	margin-left:90px;
	line-height:65px;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-weight: bold;
} 

.sidebar {
	width:150px;
	float:left;
	margin: 0px 20px 0px 20px;
	display:inline;
}

.main {
	
	
	padding-top:5px;
	font-size: 1em;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	color:#666666;
}

.main h1 {
	font-size: 1.5em;
	color:#000000; 

}

.main h2 {
	font-size: 1.0em;
	color:#000000;  
}

body {
	background-color:#407EAB;
	font-size: 1em; 
	font-family: Tahoma,Verdana, Helvetica, Arial;

}

.buttonClass {
	BORDER-RIGHT: none; 
	BORDER-TOP: none; 
	RIGHT: 10px;
	BORDER-LEFT: none; 
	BORDER-BOTTOM: none; 
	POSITION: fixed; 
	POSITION: expression("absolute");
	BOTTOM: 25px; 
	TOP: expression(body.scrollTop + 100 + "px");
}	
.footer {
	font-size: 0.8em;
	text-align:right;
	width:690px;
	color: #999999;
}

.clear {
	float: none;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}
