﻿/* CSS-Layout */
#left_col {
	padding: 10px;
	width: 170px;
	position: absolute;
	left: -20px;
	top: 55px;
	background-color: #F2CAB2;
	border: 1px #104476 solid;
	line-height: 20px;
	text-align: left;
}
#page_content {
	padding-right: 20px;
	width: 540px;
	padding-left: 150px;
}
#container {
	border: 1px #104476 solid;
	position: relative;
	width: 90%;
	margin-top: 45px;
	background-color: #EFF8FC;
	font-size: 0.9em;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333333;
}
#banner {
	position: relative;
	width: 377px;
	height: 63px;
	top: -43px;
	left: -10%;
}

#inner {
	width: 500px;
	float: none;
	text-align: justify;
}
#inner img {
	height:61px; 
	width:105px; 
	vertical-align:middle; 
	margin:4px
}
#inner2 {
	width: 160px;
	float: right;
	padding-left: 20px;
	text-align: justify;
}
#inner3 {
	width: 250px;
	float: right;
	padding-left: 20px;
	text-align: justify;
}

.style1 {
	font-size: xx-small;
}
.style2 {
	width: 100%;
}
.style3 {
	width: 100%;
}
.style8 {
	width: 216px;
	height: 102px;
}
.style9 {
	width: 63px;
	text-align: right;
	padding-right: 13px;
}
.style10 {
	width: 140px;
	height: 102px;
}
h1 {
	font-weight: bold;
	font-size: large;
	}
h3 {
	font-weight: bold;
	font-size: medium;
	padding-left: 5px;
}
h2 {
	font-weight: bold;
	font-size: medium;
	padding-left: 5px;
}
hr {
	color: #104476;
}
.style2 {
	color: #104476;
	text-decoration: underline;
}

a:link {
	color:#104476;
 	text-decoration: underline;
}
a:visited {
	color:#104476;
 	text-decoration: underline;
} 
a:hover {
	color:#104476;
	text-decoration: none;
	background-color: #E2BDA6;
}