@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	
}
a {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-style: none;
	border-bottom-color: #848285;
}

a:hover {
	color:#303030;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #505050;
}

h1 {
margin:0 0 20px 0;
font-size:2.2em;
font-weight:normal;
}

h2 {
margin:0 0 12px 0;
font-size:1.6em;
font-weight:normal;
}

h3 {
	font-size:1.4em;
	font-weight:normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

p {
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

a img {
border:0;
}

#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/body_bg.jpg);
}
#wrapper #flashbg {
	background-image: url(../images/flash_banner.jpg);
	height: 125px;
}
#wrapper #bodyArea {
}

/* Sidebar */

#sidebar {
	width:150px;
	float:right;
}

#sidebar p {
font-size:0.9em;
line-height:1.3em;
margin:0 0 15px 0;
}

#wrapper #bar3 {
	background-image: url(../images/mid_bars.jpg);
	height: 10px;
}
#wrapper #logo {
	height: 73px;
}
#wrapper #bar1 {
	background-image: url(../images/mid_bars.jpg);
	height: 10px;
}
#wrapper #navi {
	background-image: url(../images/navi_bg.jpg);
	height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 20px;
	line-height: 22px;
	text-transform: uppercase;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#wrapper #bar2 {
	background-image: url(../images/mid_bars.jpg);
	height: 10px;
}
#wrapper #bodyArea #left {
	width: 163px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 637px;
	float: right;
}
#wrapper #bodyArea #footer {
	background-image: url(../images/footer.jpg);
	height: 57px;
	clear: both;
	background-position: center center;
}
.sidelink {
	text-align:left;
	display:block;
	width:130px;
	border:none;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-color: #848285;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.sidelink:hover {
	text-decoration:none;
	border:none;
	background-color: #e0e0e0;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.hide {
display:none;
}
.block {
	padding:10px;
	background-color: #f0f0f0;
	background-position: bottom;
}.block2 {
	padding:5px;
	background-color: #F0F0F0;
	background-position: bottom;
}

