﻿body 
{	
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(images/mainbackground.jpg);
	background-repeat: repeat;
	text-align: center;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
}

a img
{
	border: none;
}

a
{
	color: Blue;
	text-decoration: none;
	border: none;
}

a:visited
{
	color: Blue;
	text-decoration: none;
}

a:hover
{
	color: Blue;
	text-decoration: underline;
}

p
{
	font-size: 1.0em;
	margin: 0.1em 0 1.6em 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #002555;
	margin: 0;
}

h1 
{	
	font-size: 2.2em;
	font-weight: normal;
	margin: 1.0em 0 0 0;
}

h2 
{		
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.0em 0 0.2em 0;
}

h3 
{	
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}

h4 
{	
	font-size: 1.2em;
	font-weight: bold;	
}

h5 
{	
	margin: 0.6em 0 0 0;
	font-size: 1.0em;
	font-weight: bold;
}

h6 
{	
	margin: 0.6em 0 0 0;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0.5em 0 0 0;
}

table
{
	
}

tr
{
	
}

td
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

table.opening
{
	
}

table.opening tr
{
    	
}

table.opening td
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

table.personal
{
	
}

table.personal tr
{
	background-color: #fdfdfd;	
}

table.personal td
{
	width: 33%;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	text-align: center;
	border-right: #c0c0c0 1px dotted;
	border-top: #c0c0c0 1px dotted;
	border-left: #c0c0c0 1px dotted;
	border-bottom: #c0c0c0 1px dotted;
}

#wrapper
{
	position: absolute;
	margin: 0 auto;	
	text-align: left;	
	left: 0px;
	width: 960px;
	top: 25px;
	left: 0px;
	background-repeat: repeat-y;	
	border: solid 0px #000000;
}

#header
{
	position: relative;
	height: 200px;
	margin-left: 0px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#contents 
{	
	position: relative;
	width: 960px;
	margin: 0;
	background-image: url(images/contentsbackground.png);
	background-repeat: repeat-y;
	min-height: 400px;
}

#text
{
	margin: 0;
	float: left;
	padding: 20px 20px 20px 20px;	
	width: 640px;
	background-color: White;
}

#info
{
	margin: 0;
	float: left;
	padding: 20px 10px 20px 10px;	
	width: 240px;
	text-align: center;
}

#infotext
{
	text-align: left;
}

#map
{
	border: solid 1px #000000;
	clear: both;
}

#footer
{
	height: 20px;
	padding: 7px 20px 5px 20px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-color: Transparent;
	font-size: 0.8em;
	color: #333333;
	clear: both;
}

#author
{
	width: 940px;	
	height: 40px;
	padding: 15px 0 0 0;
	background-color: Transparent;
	text-align: center;
}

#menu
{
	position: relative;
	padding: 0;	
	width: 940px;
	height: 25px;
	top: 174px;
	background-color: Transparent;
	border-bottom: solid 1px #000000;
}

#menu ul
{
	margin: 0;
	margin-left: 5px;
	padding: 0;
	list-style: none;
	font: 10px Verdana;
}

#menu li
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}

#menu a
{
	float: left;
	display: block;
	color: #ffffff;
	margin: 0 2px 0 0;
	padding: 7px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #000000;
	border-bottom: 1p solid white;
}

#menu a:hover
{
	color: #000000;
	background-color: #e2eefb;
	border: solid 1px #000000;
	border-bottom: none;
}

#menu .selected
{
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
	border: solid 1px #000000;
	border-bottom: none;
}

#column1
{
	float: left;
	width: 50%;
}

#column2
{
	float: left;
	width: 50%;
}

#clear
{
	clear: both;
}

#sos
{
	text-align: center;
	color: Red;
	padding: 5px 0px 5px 0px;
	font-size: 1.15em;
	font-weight: bold;
	width: 95%;	
}

#hidden
{
	visibility: hidden;
}

.imgfloatright 
{
	float:right;
	display:inline;
	margin: 0.1em 0.3em 0.1em 0.8em;
}

.imgfloatleft 
{
	float:left;
	display:inline;
	margin: 0.1em 0.8em 0.1em 0.3em;
}

.clearfix {display: inline-block;} /* Fixes IE/Mac */
 
/* Hides from IE-mac \*/
* html .clearfix,
* html .clearfix * {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
