@charset "utf-8";
/* CSS Document */
* { border: 0; margin: 0; padding: 0; }
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2067AE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in th */
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #6a95cf;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin: 0 auto;
	margin-top: 5%;
}
 #header {
	background: #DDDDDD; 
	height: 100px;
	
}
img {border:0;}

#navigation {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.navbox {
	width:130px;
	height: 30px;
	background-image:url(linknormal.jpg);
	float: left;
	font-weight:bold;
	text-align:center;
	margin: 0 auto;
	}
.navbox a{
	font:Verdana, Arial, Helvetica, sans-serif
	text-align: center;
	text-decoration:none;
	color:#FFFFFF;
}
.navbox a:hover{
	text-decoration:underline;
}

#content{
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2067AE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto;
	position:relative;
	z-index:1;
}
#pageheader {
	width: 550px;
	position: relative;
	top:5px;
	left: 10px;
	height: 20px;
	}
#pageheader h1{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	margin:0 auto;
	}
#sidebar{
	float:right;
	width:170px;
	text-align:center;
	text-indent:inherit;
	background-color:#2067AE;
	border: 1px;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#contentbody{
	position:relative;
	top:15px;
	left:10px;
	width:550px;
	height:auto;
	text-align:left;
	text-indent:inherit;
	padding-bottom:5px;

	}
#contentbody p{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	text-decoration:none;
	text-align:justify;
	color:#FFFFFF;
	}
#contentbody a{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	text-decoration:underline;
	text-align:justify;
	color:#FFFFFF;
	}
#contentbody a:hover{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	text-decoration:underline;
	text-align:justify;
	color:#FFFF00;
	}
#contentbody h2{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align: left;
	text-decoration:none;
	font-weight: bold;
	text-align:justify;
	color:#FFFFFF;
	}

#sidebar p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
#sidebar h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFF00;
	text-align:center;
	text-decoration:none;
}
#sidebar a{
	font-family:"Courier New", Courier, monospace;
	font-size:15px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
#sidebar a:hover{
	font-family:"Courier New", Courier, monospace;
	font-size:15px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:underline;
}

#footer {
	background: #6a95cf; 
	height: inherit;
	padding:1px;
	background: #5e8ac7;

}
#footer a {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	text-decoration:underline;
	color:#FFFFFF;
}
#footer p {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		text-align: center;
		text-decoration:none;
		color:#000000;
}
