﻿/* general 
------------------------------------------------------------ */

body {
	background-color: #006;
	margin: 10px 0 0 0;
	padding:0;
	background-repeat: repeat-x;
	background-position: top;
	font-family: trebuchet MS, helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #003;
	}
#header {
	width: 750px;
	margin: auto;
}
#contentwrapper {
	width: 750px;
	margin: auto;
	overflow: hidden;
}
#leftcolumn {
	width: 200px;
	float: left;
	background-color: #003;
		 padding-bottom: 10000px;
 margin-bottom: -10000px;
}
#rightcolumn {
	width: 550px;
	float: right;
	background-color: #FFFFFF;
	background-image: url('Images/topleft.gif');
	background-repeat: no-repeat;
	background-position: top left;
	overflow: auto;
		 padding-bottom: 10000px;
 margin-bottom: -10000px;
}
.bottomright {
	float: right;
	position: static;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	margin-bottom: -20px;}
	
#footer {
	width: 750px;
	margin: auto;
	text-align: center;
}
#copyright {
	text-align: center;
	color: #FFFFFF;
	font-size: x-small;
}
p {
	padding: 0 20px;
}	
	
.center {
	text-align: center;
}	
h1 {
	font-size: 16px;
padding: 20px 20px 0 20px;
}	
	
h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px;
	}
	
h3 {
	font-size: 16px;
	padding: 0 20px;
	color: #fff;
	}
	
	
li {
	font-size: 13px;
	line-height: 16px;
	color: #333;
	margin: 0 20px 5px 0;
	}

img {
	border: 0;
}	
a:link         { color: #003}
a:active	   { color: #01551A}
a:visited	   { color: #003}
a:hover		{color: #01551A;}
		
a.unique:link      { color: #ffffcc}
a.unique:active	   { color: #E9C87C}
a.unique:visited   { color: #cccc99}
a.unique:hover	   {color: #E9C87C; }

.right {
	float: right;
}
.left {
	float: left;
}



