body{
	font-family: arial;
}
a, a:hover, a:active, a:visited{
	color: blue;
	text-decoration: underline;
}
img{
	border: 2px solid #82EE95;
}
a img{
	border: 2px solid blue;
}


#top .bg{
	height: 98px;
	background: url(../images/layout_bg.gif) repeat-x;
}
#top .bg .bg{
	background: url(../images/layout_left.gif) no-repeat;
}
#top img{
	display: block;
}
#top #logo{
	position: relative;
	top: 20px;
	margin-left: 42px;
}
#top #logo_sub{
	position: relative;	
	top: -12px;
	margin-left: 280px;
}
#top #search{
	position: relative;
	top: -45px;
}
#top #search div{
	position: absolute;
	right: 10px;
}
#top #top_menu ul{
	list-style: none;
	margin: 0 0 0 50px;	
	padding: 0;
}
#top #top_menu li{
	display: inline;
	float: left;
	background: url(../images/top_tab.gif) no-repeat;
	margin: 0 2px;
}
#top #top_menu li.active{
	background: url(../images/top_tab_active.gif) no-repeat;
}
#top #top_menu a{

	text-decoration: none;
	display: block;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding: 6px 0 5px 0;
	text-align: center;
}
#top #top_menu a:hover{
	text-decoration: underline;
}
h1{
	margin: 10px 10px 0 40px;
}
h3{
	margin: 10px 10px 5px 0;
}
#content{
	margin: 0 0px 0 40px;
}
#footer{
	text-align: center;
	font-size: 9px;
	clear: both;
}
.inlinebutton{
	margin-left: 15px;
	overflow: hidden;
}
.rightbutton{
	margin: 0px 10px 10px 10px;
	float: right;
	clear: right;
}
.inlinebutton img, .rightbutton img{
	border: 0;
}


