/* CSS Document */

html {
	height:100%;
	}

body {
	background-color:#3B4463;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10pt;
	background-image:url(images/navbg.jpg);
	background-repeat:repeat-y;
	height:100%;
}

a:link {
	text-decoration:none;
	color:#AFB7D6;
	}
	
a:visited {
	text-decoration:none;
	color:#AFB7D6;
	}
	
a:hover {
	text-decoration:underline;
	color:#ffffff;
	}
	
a:active {
	text-decoration:underline;
	color:#ffffff;
	}

#wrapper {
	
	}

#nav {
	width:217px;
	position:absolute;
	left:0px;
	top:0px;
}

#navContent {
	top:191px;
	padding-top:20px;
	background-image:url(images/nav.jpg);
	background-repeat:no-repeat;
	width:217px;
	height:321px;
	}
	
#navLinks {
	width:145px;
	padding-left:20px;
	}
	
#navLinks a:link {
	font-style:italic;
	text-decoration:none;

	color:#AFB7D6;
	}
	
#navLinks a:visited {
	font-style:italic;
	text-decoration:none;
	color:#AFB7D6;
	}
	
#navLinks a:hover {
	font-style:italic;
	text-decoration:none;
	color:#ffffff;
	}
	
#navLinks a:active {
	font-style:italic;
	text-decoration:none;
	color:#ffffff;
	}
	
.currentLink {
	font-style:italic;
	text-decoration:none;

	color:#ffffff;
	}
	
	
.inactiveLink {
	font-style:italic;
	text-decoration:none;

	color:#002f65;
	}

#content {
	background-image:url(images/bg.gif);
	
	background-repeat:no-repeat;
	background-position:50% 30%;
	position:absolute;
	top:0px;
	left:255px;
	padding-top:110px;
	width:510px;
	height:540px !ie;
	min-height:540px;
}

h2 {
	color:#ffffff;
	}
	
.tableBorder {
	border:1px solid #ffffff;
	}