@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	/* sets all margins to zero for the block elements*/
}
body  {
	font: 70% Verdana, Geneva, sans-serif;
	background-color:#0099cc;
	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 the #container selector */
}

#center {position: absolute; left: 33%; margin-left: -300px;}

div.container {
	width: 865px;
	height:783px;
}

div.leftborder {
	height:677px;
	background-image:url(../images/sideBorder.gif); background-repeat:repeat-y;
}

div.rightborder {
	position:relative;
	top:-677px;
	left:845px;
	height:677px;
	background-image:url(../images/sideBorder2.gif); background-repeat:repeat-y;
}

div.body {
	position:absolute;
	width:825px;
	top:0px;
	left:20px;
}

div.nav {
	position:absolute;
	top:169px;
}

div.background {
	position:absolute;
		background-image:url(../images/bkgnd_gradient.jpg); background-repeat:repeat-x;
	top:169px;
	width:825px;
	height:572px;
}

div.footer {
	position:absolute;
	top:744px;
	left:20%;
	width:700px;
	text-align: left;
	}
	
p.footer {font-size: 90%; color:#FFF;}

a:link
{
color: #FFF;
text-decoration: none;
}

a:hover
{
	color: #63747a;
	text-decoration: none;
}

a:visited
{
	color: #004b64;
	text-decoration: none;
}

.intheaders, a.intheaders {
	color:#FFF;
	font-family: "Courier New", Courier, monospace;
	font-size:135%;

}

.intlinks a:link, .intlinks a:visited
{
	color: #004b64;
	text-decoration: underline;
}

.intlinks a:hover
{
	color: #FFF;
	text-decoration: none;
}



