body 
	{
	margin:0px; 
	padding:0px;
	text-align:center;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:rgb(19,20,37);
	color:rgb(90,201,223);
	}
        
.container 
	{
	width:815px;
	margin:0 auto;
	padding:0;
	background-color:rgb(0,0,0);
	border-top:10px solid rgb(19,20,37);
	}

.nav
	{
	width:128px;
	height:435px;
	float:left;
	padding:200px 0 0 140px;
	background-image:url(images/troyernav.gif);
	background-repeat:no-repeat;
	z-index:3;
	}
	
	.nav a
	{
	display:block;
	width:100px;
	margin:0 0 10px 0;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	}
	
	.nav a:link
	{
	color:rgb(206,215,245)
	}
	
	.nav a:visited
	{
	color:rgb(206,215,245)
	}
	
	.nav a:hover
	{
	color:rgb(19,20,37);
	background-color:rgb(106,115,145);
	}
	
	.nav a:active
	{
	color:rgb(200,200,255)
	}
		
	.active
	{
	display:block;
	color:rgb(19,20,37);
	background-color:rgb(106,115,145);
	width:100px;
	}
	
.banner
	{
	width:540px;
	height:124px;
	margin:5px 0 5px 260px;
	z-index:1;
	}	
	
.main
	{
	width:600px;
	height:466px;
	margin:0 0 0 260px;
	z-index:2;
	background-image:url(images/troyerbackground.gif);
	background-repeat:no-repeat;
	}
	
.subnav
	{
	padding:10px 0 3px 30px;
	min-height:12px;
	text-align:left;
	}	
	
	.subnav a
	{
	margin:0 3px 0 3px;
	font-size:14px;
	}
	
	.subnav a:link
	{
	color:rgb(32,126,144);
	}
	
	.subnav a:visited
	{
	color:rgb(32,126,144);
	}
	
	.subnav a:hover
	{
	color:rgb(60,171,203);
	}
	
	.subnav a:active
	{
	color:rgb(32,126,144)
	}
	
.text
	{
	width:510px;
	height:365px;
	padding-right:50px;
	margin:5px 0 0 15px;
	overflow:auto;
	}
	
	h1
	{
	font-size:1em;
	color:rgb(110,221,243);
	}	
	
	.large
	{
	font-size:1.2em;	
	}

	.green
	{
	font-size:1.2em;
	font-weight:bold;
	color:rgb(58,167,64);	
	}

	.white
	{
	font-size:14px;
	color:rgb(255,255,255);	
	}

.footer
	{
	width:800px;
	color:rgb(106,115,145);
	background-color:rgb(0,0,0);
	margin:0;
	padding:3px 15px 3px 0;
	text-align:right;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	border-top:5px solid rgb(19,20,37);
	z-index:0;
	}	
	
	.footer a
	{
	color:rgb(106,115,145);
	}