@charset "iso-8859-1";


html,body{
	height: 100%;
      	margin:0;
      	padding:0;
      	border:none;
      	background-color: black;
      	font-family: tahoma;
      	color: white }
#header {
	background: white;
  	width: 100%;
  	height: 20%;
}
#leftcol {
  	background-color: black;
  	float: left;

	width: 15%;
  	height: 100%;
	min-height: 100%;
}

#menu {
	position: relative;
	width: 90%;
	height: 95%;
	padding-top: 5%;
	padding-left: 5%;
	background-color: black;
}

#rightcol {
  	background: black;
  	float: right;
  	width: 85%;
  	height: 100%;
	min-height: 100%;
}

#main {
	position: relative;
	width: 95%;
	padding-left: 2%;
	background-color: black;
}


h1 {
	background-color: black;
	font-family: tahoma;
	font-weight: bold;
	color: white;
	font-size: "24" 
}
h2 {
	background-color: black;
	font-family: tahoma;
	font-weight: bold;
	color: white;
	font-size: "18" 
}

h3 {
	background-color: black;
	font-family: tahoma;
	font-weight: bold;
	color: white;
	font-size: large 
}

a:visited {
    	color: white;
	font-family: tahoma; }
a:link {
   	color: white;
	font-family: tahoma; }
a:hover {    
	color: #165091;
}


.menu a:visited { 
   	font-weight: bold;
	font-size: 18;
	text-decoration: none; 
}
.menu a:link {
   	font-weight: bold;
	font-size: 18;
	text-decoration: none; 
}
.menu a:hover {
	font-weight: bold;
	font-size: 18;
	text-decoration: none;    
	color: #165091;
}



