﻿/* CSS Document */
body {
	margin:0; 
	padding:0;
	background-color:#FFFFFF;
	margin-left:0;
	margin-right:0;
	} 

hr {clear:both; 
display:block; 
visibility:hidden;} 

h1 {margin:0;} 

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

#wrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:760px;
	background:#FFF;
	margin:0;
	height: 415px;
} 

#header {
width:760px; 
height:71px; 
margin:0; 
text-align:center; 
background:#005AC6;
} 


#left_column {
	position:relative;
	left:0;
	background:#EEE;
	width:200px;
	height:100%;
	top: 0;
} 

#content {
	position:relative;
	margin:0;
	left: 0px;
	top: 0px;
	z-index:1;
} 

#textcontent {
	position:relative;
	left: 0px;
	top: 0px;
	height:100%;
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
	z-index:0;
} 

#menu {
	position:relative;
	margin:0;
	left: 0px;
	top: 0px;
	height:38px;
	width:800px;
	z-index: 5;
}

#right_column {position:absolute; 
right:0; 
top:150px; 
background:#555; 
width:200px; 
float:right; 
text-align:center; 
} 

#style1 {
	font-size: 14px;
	font-weight: bold;
}

#style2 {
font-size: 14px;
font-weight: normal;
}

#style3 {
font-size: 12px;
font-weight: normal;
}


div.content { width:150px; 
margin-top:50%; 
margin-bottom:50%;
} 
