body {
      background: url(images/blurred3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #EEE;
	font-family: sans-serif,Verdana,Arial,Helvetica;
	}

img {
      border-style: none;
	}

.container {	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin-right: 0px;
	padding: 0px;
	}

.banner {		
      background-color: #34a;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	margin-right: 1px;
	border-style: outset;
	border-color: #000;
	border-width: 0px 0px 2px 0px;
	vertical-align: middle;
	z-index: 5;
	}

.navpanel {
	z-index: 1;
	}

.textpanel {
	background-color: #DDD;
      position: absolute;
	top: 150px;
	left: 50px;
	padding: 10px;
	margin-left: 20%;
	width: 50%;
	font-size: smaller;
	text-align: justify;
	z-index: 500;
	border-style: ridge;
	border-color: #666;
	border-width: 1px;
	}

.textpanel2 {
	background-color: #FFF;
      position: absolute;
	top: 150px;
	left: 50px;
	padding: 10px;
	margin-left: 20%;
	width: 600px;
	font-size: small;
	text-align: justify;
	z-index: 500;
	border-style: ridge;
	border-color: #666;
	border-width: 1px;
	}


.textpanel3 {
	background: url(images/boss_background.gif);
	background-repeat: no-repeat;
	background-color: #fff;
      position: absolute;
	top: 150px;
	left: 50px;
	padding: 10px;
	margin-left: 20%;
	width: 500px;
	font-size: small;
	text-align: justify;
	z-index: 500;
	border-style: ridge;
	border-color: #666;
	border-width: 1px;
	}

.noticepanel {
	position: absolute;
	top: 400px;
	width: 200px;
      padding: 10px;
	text-align: center;
	font-size: 10pt;
	}

.imagepanel {
	background-color: #EBECE7;
	position: absolute;
	top: 150px;
	right: 10px;
	font-size: smaller;
	border-color: #000;
	border-width: 1px;
	z-index: 1;
	}

.panel_text {
	position: relative;
	left: -30px;
	font-size: smaller;
 	background-color: #FFA;
	padding: 10px;
	}

.small_text {
	font-size: smaller;
	}
	
h1 {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 20pt;
	margin-top: 1%;
	}

h2 {
	width: 100%;
	line-height: 50px;
 	background-color: #AAA;
	color: #000;
	font-size: 18pt;
	font-style: italic;
	text-align: center;
	vertical-align: text-center;
	}
		
.courseshort {
	width: 100%;
	line-height: 50px;
 	background-color: #600;
	color: #fff;
	font-size: 18pt;
	font-style: italic;
	text-align: center;
	vertical-align: text-center;
	}
			
h3 {
	font-size: medium;
	font-style: bold;
	}

a:link, a:active, a:visited {
	text-decoration: none;
	color:#33a;  
	}

a:hover {
	text-decoration: underline; 
	color:#f00;
	}
