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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: 100px 5px;
}

a {

outline:none;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #0033CC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0033CC;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color:  #0033CC;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: red;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: red;
	text-decoration: none;
}
/*************************  ID's *************************/

#navigation {
	position: absolute;
	z-index: 10;
	width: 125px;
	height: 225px;
	margin-top: 250px;
	margin-left: 140px;
	
}

#centerDoc {
	position: absolute;
	z-index: 15;
	padding: 0; /*top right bottom left*/
	margin-top: 230px;
	margin-left: 340px;
	width: 410px;
}

#footer {
	position: absolute;
	z-index: 20;
	width: 591px;
	height: 100px;
	margin-top: 565px;
	margin-left: 260px;

}

