/* CSS written by alph4@dunhenry.info Feel free to emulate or copy code visible throughout the website, */
/* A notification is not necessary, but it would be very much appreciated. Send notifications to staff@dunhenry.info */
/* Coded to W3C standards */
/* Good Coding, Friends */

/*Document Body Code and Styles */

body {
	margin:0px;
	background-color:#5d7a99;
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#481a06;
	font-size:11px;
	}
#topicNav p {
	margin:0px;
	}
.margin-lft {
	margin-left:5px;
	}
.underline {
	text-decoration:underline;
	}
.smallText {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
font {
	font-size:10px;
	}
#topicNav blockquote {
	margin-left:0px;
	margin-right:0px;
	font-style:italic;
	}
/* Links Structures */
#RedNav a:link, #RedNav a:visited {
	margin-left:4px;
	margin-right:4px;
	display:block;
	}
#greyNav a:link, #greyNav a:visited {
	display:block;
	margin-left:3px;
	}
#bottomBarNav a:link, #bottomBarNav a:visited {
}	
#topicNav1 a:link, #topicNav1 a:visited, #topicNav2 a:link, #topicNav2 a:visited {
	color:#606060;
	background-color:#FFFFFF;
	font-size:13px;
	font-family:"Times New Roman", sans-serif;
	text-decoration:none;
	}
#topicNav1 a:hover, #topicNav2 a:hover {
	text-decoration:underline;
	color:#606060;
	background-color:#FFFFFF;
	}
#topicNav3 a:link, #topicNav3 a:visited{
	color:#3300FF;
	text-decoration:underline;
	background-color:#FFFFFF;
	}

/* DIV Table structure and Layout */

#aligner { /* creats a DIV table that helps center content, is done in the HTML( <div align="center" > </div> ) */
	height:100%;
	width:100%;
	}

#frame { /* contains actual content of website, a HTML Table, for increased stability */
	height:600px;
	color:#000000;
	width:848px;
	background-color:#FFFFFF;
	margin-top:45px;
	}
	
#topRow { /*The top row containing logo, and red & grey nav bars */
	height:158px;
	}
#RedNav {
	margin-top:42px;
	width:640px;
	}
#greyNav {
	margin-left:32px;
	width:608px;
	}
#bottomBar {
	height:38px;
	width:100%;
	background-image:url(img/bottomBar/bottomBarNav_Repeat.jpg);
	background-repeat:repeat-x;
	}
#bottomBarNav {
	margin-bottom:19px;
	margin-right:20px;
	}
#topicNav {
	margin-left:0px;
	background-color:#FFFFFF;
	color:#606060;
	font-size:13px;
	font-family:"Times New Roman", sans-serif;
	}
#topicNav1 {
	padding-left:10px;
	}

#topicNav2 {
	padding-left:10px;
	}
#topicNav3 {
	padding-left:10px;
	}
#contentRight {
	padding-right:40px;
	font-size:11px;
}
#contentRight a:link, #contentRight a:visited {
	color:#0066FF;
	text-decoration:none;
	background-color:#FFFFFF;
	}
#contentRight a:hover {
	color:#0066FF;
	text-decoration:underline;
	background-color:#FFFFFF;
	}
