@charset "UTF-8"

/*----------RESET ----------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;}

blockquote, q {quotes: none;	}
html { min-height: 100%; margin-bottom: 1px; }	
html, body {height: 100%;}
:focus {outline: 0;}
table {border-collapse: collapse;border-spacing: 0;}
				
/*---------Text ------------------------*/

a.nav:link {color: #99CCCC;text-decoration: none;}
a.nav:visited {color: #99CCCC;text-decoration: none;}
a.nav:hover {color: #C9E4E4;text-decoration: underline;}
a.nav:active {color: #99CCCC;text-decoration: none;}

body 
{background-image: url(img/bg.png);
background-repeat: repeat;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;}

<link href="css/screen.css" rel="stylesheet" type="text/css" />

<style type="text/css">

.style1 {font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: 10px;}

.style2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

.style3 {font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: 13px;}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #a9d4d9;
	}

a:hover {
	color: #80989A;
}

/*---------Layout ------------------------*/

#container
{
	padding: 0px;
	margin: 0 auto;
	height: 1%;
	width: 75%
}

#header
{
	padding-top: 0px;
	padding-bottom: 0px;
}

#header h1 {font-size: 10px;}

#headertext
{
	background: #ffffff;	
	padding: 5px;
}

#headertext h4 {
	font-size: 12px; 
	margin: 10px; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	}

#navigation
{
	float: left;
	width: 100%;
	background: #333;
}

#navigation ul
{
	margin: 3px;
	padding: 0px;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #669999; }

#content-container
{
	clear: left;
	float: left;
	padding: 0px 0;
	display: inline;
	width: 100%;
}

#content
{
	clear: left;
	float: left;
	padding: 0px 0;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color:#333333;
	padding-top: 10px;
	
	}


#aside h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color:#FFFFFF;
	padding-top: 10px;

	}

#aside
{
	float: left;
	padding: 0px 0;
	display: inline;
	text-align: left;
	font-family: Calibri;
	font-size: 12px;
}

#footer
{
	clear: left;
	text-align: center;
	padding: 14px;
	height: 1%;
	color:#FFFFFF;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
