/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;;
}

/* General Links */
a:link { text-decoration : underline; color : #008ED4; border: 0px;} 
a:active { text-decoration : underline; color : #008ED4; border: 0px;} 
a:visited { text-decoration : underline; color : #008ED4; border: 0px;} 
a:hover { text-decoration : none; color : #008ED4; border: 0px;} 

img { padding: 0px; margin: 0px; border: 0px;}

/* Header */
.topline{
	height:10px;
	background: #ACDA0F;
	font-size:10px;
}

.header{
	background: url('../header.jpg') no-repeat top left;
	height:100px
}

.navigation_wrap{
	padding-top:58px;
}

.navigation{
	font-size:12px;
	font-weight:bold;
	height:42px;
	width:106px;
}

.navigation a:link { text-decoration : none; color : #999; border: 0px;} 
.navigation a:active { text-decoration : none; color : #999; border: 0px;} 
.navigation a:visited { text-decoration : none; color : #999; border: 0px;} 
.navigation a:hover { text-decoration : none; color : #999; border: 0px;} 

.navigation_current{
	background: url('../nav_under.jpg') no-repeat top center;
	height:42px;
	width:106px;
	font-size:12px;
	font-weight:bold
}

.navigation_current a:link { text-decoration : none; color : #999; border: 0px;} 
.navigation_current a:active { text-decoration : none; color : #999; border: 0px;} 
.navigation_current a:visited { text-decoration : none; color : #999; border: 0px;} 
.navigation_current a:hover { text-decoration : none; color : #999; border: 0px;} 

/* Content */
.content{
	background: url('../page_box_middle.jpg') repeat-y top;
	padding-left:20px;
	padding-right:20px
}

.left_side{
	padding-right:20px;
	font-size:12px;
	font-weight:normal;
	color:#464646;
}

.right_side{
	padding-left:30px;
	font-size:12px;
	font-weight:normal;
	color:#464646;
}

.middle {
	font-size:12px;
	font-weight:normal;
	color:#464646;
}

.middle h1{
	font-size:20px;
	font-weight:bold;
	color:#008ED4;
}

.middle h2{
	font-size:16px;
	font-weight:bold;
	color:#008ED4;
}

.middle p {
	font-size:12px;
	font-weight:normal;
	color:#464646;
}

.middle ul {
	padding-left:14px;
	.margin-left:2px;
	_margin-left:2px;
}

.middle li {
	font-size:10px;
	font-weight:normal;
	color:#464646;
}

.button {
	position: relative;
	background: url('../button.jpg') no-repeat top;
	width: 153px;
	height: 30px;
	padding-top: 6px;
	margin: 10px
}

.button span {

	font-size:12px;
	font-weight: bold;
}

.button span a:link { text-decoration : none; color : #15ABE3; border: 0px;} 
.button span a:active { text-decoration : none; color : #15ABE3; border: 0px;} 
.button span a:visited { text-decoration : none; color : #15ABE3; border: 0px;} 
.button span a:hover { text-decoration : none; color : #15ABE3; border: 0px;} 

/* Footer */
.footer{
	font-size:10px;
	color: #999;
	padding-left:10px;
}

.footer a:link { text-decoration : none; color : #999; border: 0px;} 
.footer a:active { text-decoration : none; color : #999; border: 0px;} 
.footer a:visited { text-decoration : none; color : #999; border: 0px;} 
.footer a:hover { text-decoration : underline; color : #999; border: 0px;} 