/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:99.2%; /* needed for container min-height */			
	background: url("../gfx/bggrad.png") repeat-x; 		   	
	background-color: #009;
	font-family: verdana, arial,sans-serif;
	font-size:smaller;
	color:#444;
} 

img {
border: none;
}

h1 { 
	font:3em "book antiqua", georgia, serif; 
	text-align:center;	  
	color:#000033;
	margin:1px;	
}

h2 {
	    font:2em "book antiqua", georgia,serif; 
		font-style:italic;
		text-align:center;	
		margin:0px;	 
		color:#000;
		position: relative;
	top: 20px;
}

h3 {
	font:1.4em  verdana, arial, sans-serif; 
	text-align:left;
	color:#333;
}

h4 {
	font:1.3em  verdana, arial, sans-serif; 
	color:#320019;
}


p {  	
	line-height:1.5em; 		
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background-color: #ffffff;		
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	padding-bottom: 1em;
	min-height:100%; /* real browsers */
}


div#header {
	padding: 0.2em;
	/*background: url("../gfx/bg1.png")  no-repeat;*/
	/* background: url("../gfx/bgheader1.png")  repeat-x; */
	background-color: #fff;	
	border-bottom: 0px solid #006;	  
	height:120px;
	
}
	div#header p {
		font:1.5em "book antiqua", georgia,serif; 
		font-style:italic;
		text-align:center;	
		margin:0px;
	}
	
	div#firstparcourse {
		text-align:justify;	 
		font-size: 1.2em;
		padding:0 1em; 
		width: 420px; 
		
	}  
		div#courselinks { 
    border: 1px solid #000; 
	float: right; 
	padding: 1em 1em 1em 0;
    margin: 0.5em 2em 0 2em;
	}  
			div#courselinksnl {
    position: relative;		  
    top: -137px; 
    left: 410px;
	}  	
			div#restcourse {
    position: relative;	 
	font-size: 1.2em;
    top: -100px; 
    left: 0px; 
	text-align:justify;
	padding:0 1em; 
	} 

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	div#content p {	   
	font-size: 1.2em;
		text-align:justify;
		padding:0 1em;
	}  
	
		div#contentc p {	   
	font-size: 1.2em;
		text-align:justify;
		padding:0 1em;
		 
	}  
	
	div#comment {
	font-size: 0.9em;
	}  


div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	/*background:#ddd url("../gfx/bg1.png") 98% 0px no-repeat*/
	background-color: #fff;
	border-top:4px double #003;
	border-bottom:4px double #fff;
}
	div#footer p {
		padding:0.5em;
		font:0.9em verdana, "courier new", "book antiqua", georgia,serif;  
		text-align:center;
		color: #000;	
		margin:0px;
	}  
	
	/*div#footer p {
		padding:1em;
		font:0.8em verdana, "courier new", "book antiqua", georgia,serif;   
		text-align:center;
		margin:0;
	}*/

.flags {
  margin: 0.2em;
  position: relative;
  top: 5px;
  left: 5px;
}


div#fun {
position:relative;
top:50px;
width: 100%;
padding:1em 1em 1em; 
text-align: left;
}	   

li {
padding:0.3em;
font-size:1.2em;
}	  



/* NAVIGATION */ 
#navpos { 			 
    position: relative;	 
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
    top: 5px; 
    left: 0px;
	width: 100%;	
	text-align: center;
	height: 20px;
	z-index: 2;	
	background-color: #003;  

}	

.mininavn {
  margin: 0.2em;
  text-align: right;
  font: 1.0em verdana, courier, serif;
  position: relative;
  top: 0px;
  right: -370px;
  color: #003;
  text-decoration: underline;
 
} 	 

.mininavn2 {
  margin: 0.2em;
  text-align: right;
  font: 1.0em verdana, courier, serif;
  position: relative;
  top: 0px;
  right: -370px;
  color: #c00;
  text-decoration: underline;
 
} 

.mininav {
  margin: 0.2em;
  text-align: right;
  font: 1.0em verdana, courier, serif;
  position: relative;
  top: 0px;
  right: -342px;
  color: #003;
  text-decoration: underline;
 
} 	 

.mininav2 {
  margin: 0.2em;
  text-align: right;
  font: 1.0em verdana, courier, serif;
  position: relative;
  top: 0px;
  right: -342px;
  color: #c00;
  text-decoration: underline;
 
} 

.nav, .nav:visited {
  padding: 0.1em 0.25em 0.1em 0.25em; 
  margin: 0.1em 0.1em 0.1em 0.1em;  
  font: 1.2em verdana, courier, serif; 
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #003;
}

.nav:hover, .nav:active {
  padding: 0.1em 0.25em 0.1em 0.25em; 
  margin: 0.1em 0.1em 0.1em 0.1em; 
  font: 1.2em verdana, courier, serif; 
  color: #fff;
  text-decoration: none;
	border: 1px solid #fc0;
 
}
.nav2 {
  padding: 0.1em 0.25em 0.1em 0.25em; 
  margin: 0.1em 0.1em 0.1em 0.1em; 
  font: 1.2em verdana, courier, serif; 
  color: #fff;
text-decoration: none;
	border: 1px solid #fc0;
 
}

a#title{
	text-decoration:none;
    color:#003;	 
	position: relative;
	top: 10px;
} 


img#photo{
	float: right; 
    margin: 0em 0em 0em 1em;
}	

div#contactinfo {	
	position: relative;
    top: 10px;
	font-size:0.9em; 
	text-align:right;	  
	color:#330000;
	margin:2px;	
	padding:1em;
}  	

form {
  	position: relative;
	z-index: 4;    
	left: 0px;
	top: 20px;	
	width: 100%;
	height: 100%;

}
.formbox {		 
	background-color: #eeeeee;
    color:  #000000; 
	font-family: verdana, arial,sans-serif;
	font-size: 1em;	
	font-weight: 500;
	text-align: left; 
	width: 260px;
	height: 17px;
	border: thin;
	border-style: solid;
	border-color: #475464;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px; 

}


.formbox1 {		 
	background-color: #eeeeee;
    color:  #000000; 
	font-family: verdana, arial,sans-serif;
	font-size: 1em;	
	font-weight: 500;
	text-align: left; 
	width: 256px;
	height: 100px;
	border: thin;
	border-style: solid;
	border-color: #475464;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px; 

}


.button {		 
	background-color: #cccccc;
    color:  #000000; 
	font-family: verdana, arial,sans-serif;
	font-size: 1em;	
	font-weight: 500;
	text-align: center;
	width: 125px;
	height: 22px;
	border: thin;
	border-style: solid;
	border-color: #475464;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	margin-left: 10px;
	cursor: default;
}	   




