html {
	margin: 0;
	padding: 0;
}

body {
	margin:10px 0px; 
	padding:0px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	background-color: white;
	}
	
	h1{
	font-size: 100%;
	font-weight: bold;
	color: #fc3d32;
	}
	
	ul{
 list-style-type: square;
}

a{
	color: red;
	text-decoration: none;
}

a:link{
	color: red;
	text-decoration: none;
}

a:visited{
	color:black;
	text-decoration: none;
}

a:hover{
	color: #333366;
	text-decoration: underline;
}

#pagecontainer{
	margin:0px auto;
	padding: 0;
	width:718px;
	height:653px;
	border: 1px solid #333366;
	}
	
#innercontainer{
	margin: 0;
	padding: 0;
	width:716px;
	height:610px;
	border: 1px solid #fff;
	position: relative;
	top: 0px;
	}
	
#header{
	width:716px;
	height:70px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	}
	
	#contentcontainer{
	width:573px;
	height:510px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	top: 0;
	}
	
#topnavbar{
	width:570px;
	height:20px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	top: 0;
	}
	
#topnavbar a, a:link{
	font-size:10px;
	font-weight:bold;
	color: #333366;
	text-decoration:none;
	}
	
	#topnavbar a:hover{
	text-decoration:underline;
	color: #fc3d32;
	}
	
#textcontent{
	width:362px;
	height:auto;
	margin: 0;
	padding: 10px 0px 10px 10px;
	float: left;
	position: relative;
	top: 0;
	text-align:left;
	}
	
	#textcontent a, a:link{
	font-size:12px;
	font-weight:bold;
	color: red;
	text-decoration:none;
	}
	
	#textcontent a:hover{
	text-decoration:underline;
	color: #fc3d32;
	}
	
	#textcontent2{
	width:500px;
	height:auto;
	margin: 0;
	padding: 10px 0px 10px 10px;
	float: left;
	position: relative;
	top: 0;
	text-align:left;
	}
	
	#textcontent2 a, a:link{
	font-size:12px;
	font-weight:bold;
	color: #333366;
	text-decoration:none;
	}
	
	#textcontent2 a:hover{
	text-decoration:underline;
	color: #fc3d32;
	}
	
#piccontent{
	width:185px;
	height:280px;
	margin: 0;
	padding:5px;
	float: right;
	position: relative;
	top: 0;
	}
	
	#piccontent a, a:link{
	font-size:12px;
	font-weight:bold;
	color: #333366;
	text-decoration:none;
	}
	
	#piccontent a:hover{
	text-decoration:underline;
	color: #fc3d32;
	}

#sidenavbar{
	width:127px;
	height:530px;
	margin: 0;
	padding: 0;
	float: left;
	clear: right;
	position: relative;
	top: 0;
	right: 0px;
	background-image: url(../images/sidebar.gif);
	background-repeat:no-repeat;
	border-top: 1px solid white;
}	

#sidenavbar2{
	width:127px;
	height:100%;
	margin: 0;
	padding: 0;
	float: left;
	clear: right;
	position: relative;
	top: 0;
	right: 0px;
	background-image: url(../images/sidebar.gif);
	background-color: #ebab00;
	background-repeat:no-repeat;
	border-top: 1px solid white;
}	

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited, #navBar ul a:hover {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid white;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #fff;
	text-align:left;
	width: 127px;
}

#sectionLinks ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sectionLinks a{
	position:relative;
	display: block;
	border: 1px solid #fff;
	padding:4px 5px 5px 5px;
	color: white;
	font-size:10px;
	font-weight:bold;
}

#sectionLinks a:hover{
	background-color: #fff;
	color:#ee3224;
	text-decoration:underline;
}

#sectionLinks a:visited{
	background-color: #ee3224;
	color:white;
	text-decoration:underline;
}

#flash{
	position: relative;
	top: 100px;
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #fff;
	text-align: center;
	width: 120px;
	height: 140px;
}

#footer{
	position: relative;
	top: 0;
	width:716px;
	height:50px;
	margin: 0;
	padding: 0;
	background-image: url(../images/footer.gif);
	background-repeat:no-repeat;
	clear:both;
}

#footertxt{
	position: relative;
	top: 30px;
	left: 80px;
	width:716px;
	height:30px;
	margin: 0;
	padding:0;
	font-size:10px;
	text-align:left;
}

#footertxt a, a:link{
	font-size:10px;
	color: white;
	text-decoration:none;
	}
	
	#footertxt a:hover{
	text-decoration:underline;
	color: white;
	}
	
	#credits{
	position: relative;
	margin: 0;
	padding-top: 10px;
	width: 716px;
	text-align: right;
	}
	
	#credits a, a:link{
	font-size:10px;
	color:#330066;
	text-decoration:none;
	}
	
	#credits a:hover{
	text-decoration:underline;
	color:#330066;
	}
