@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000; background-image:url(images/background_stripes.gif)
	
}

p {
	color: #003572;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:1100px;
	height:125px;
	z-index:2;
	border-bottom-style:solid;
	border-bottom-color: #0e72e6;
	border-bottom-width:thin;
}


#nav {
	position:absolute;
	left:11px;
	top:160px;
	width:162px;
	height:576px;
	z-index:3;
	background-color:#FFFFFF;
	
}





a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0e72e6;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #439afe;
}
a:active {
	text-decoration: none;
}

h2 {
	font-size: 16px;
	font-weight: bolder;
	color: #003572;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

