﻿/* CSS-Layout */
#masthead {
height: 135px;
}

#top_nav {
	font: normal normal bold small serif;
	background-color: #336699;
	height: 20px;
	text-decoration: overline;
	text-align: right;
	color: #FFFFFF;
}

#container {
	position: relative;
	width: 100%;
	text-align: justify;
	color: #FFFFFF;
}

#left_col {
	padding: 20px 0 0 5px;
	width: 185px;
	background-color: #A5B1C0;
	background-position: left;
	background: #FFFFFF url('pictures/leftcont.jpg');
	position: absolute;
	left: 0px;
	top: 0px;
	height: 1200px;
	text-align: left;
	font: 100% Tahoma, Times, Serif;
	font-size: 14px;
	height: 1100px;
}

#page_content {
	font: 100% Tahoma, Times, Serif;
	margin-right: 200px;
	margin-left: 200px;
	color: #336699;
	font-size: small;
	padding-left: 5px;
	padding: 20px;
}

#right_col {
	width: 191px;
	position: absolute;
	right: 0px;
	top: 0px;	
}


h1 {
	font: 100% Tahoma, Times, Serif;
	color: #336699;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-variant: normal;
	line-height: normal;
}

a:active     { color: #000080 }
a:hover      { color: #000080; text-decoration:underline }
a:link       { color: #000080 }
a:visited    { color: #0033CC }
a            { color: #000080; text-decoration:none }

.style1 {
	margin: 5px;
}
.style2 {
	border-width: 0px;
}
.style3 {
	vertical-align: middle;
}

.style4 {
	vertical-align: middle;
	margin-left: 75px;
	border-style: solid;
	border-width: 5px;
}

.style7 {
	margin: 5px 20px;
	border-style: solid;
	border-width: 5px;
}

.style8 {
	font-size: small;
	color: #000000;
}

.style9 {
	font-size: xx-small;
}

.style5 {
	text-align: left;
}

.style10 {
	text-align: center;
}
