/* CSS Document */
body, div, a, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px; padding: 0px; border: 0px;
}
/* Internet Explorer PNG Fix */
img, div { behavior: url(iepngfix.htc) }

/* Body Settings */
html, body {
    margin: 0px; padding: 0px; border: 0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
}

h1 {font-size:14pt;}

p {font-size:11pt;}

p.content {
	line-height:17pt;
	margin:0px 40px 0px;
	text-align:justify;
}

a:link {color: #006699; text-decoration:none;}     /* unvisited link */
a:visited {color: #006699; text-decoration:none;}  /* visited link */
a:hover {color: #006600; text-decoration:underline;}   /* mouse over link */
a:active {color: #006699; text-decoration:none;}   /* selected link */


/* Container */
#main{
	width:800px;
	min-height:100%;
	margin:auto;
	margin-top:0px;
	margin-bottom:-50px;
	padding-top:0px;
	text-align:justify;
	position:relative;
	z-index:0;
}

#header{
	width:800px;
	height:213px;
	background-image:url(images/header.png);
	background-position:right;
	background-repeat:no-repeat;
	float:right;
}

#logo{
	height:77px;
	width:290px;
	display:block;
	margin-top:37px;
	background:none;
	border:none;
}

/* Navigation */
#navcontainer {
	position:absolute;	
	margin-top:160px;
	font-size:16pt;
}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

ul li a.current {
	color:#006600;
}

#navlist a { padding: 3px 20px; }

#navlist a:link, #navlist a:visited {
	color: #006699;
	text-decoration: none;
}

#navlist a:hover {
	color: #006600;
	text-decoration: underline;
}


/* Main Content */
#content{
	position:absolute;
	background:none;
	margin-top:230px;
	height:auto;
	width:800px;
	text-align:left;	 
}

#footer {
	position: relative;
	height: 50px; /* footer height */
	background-color:#CCCCCC;
	color:#666666;
	font-size: 9pt; 
	text-align:center;
	line-height:15pt;
}

.clearfooter {
   height: 50px;
   clear: both;
}