/* CSS Document
   Note: Making a change to this document will change all pages that use this template.
   Description: HTML/CSS website
   Author: Anesa Thiele
   Author URL: 
   
/* Table of Content 
   Template: Body-Wrapper-Navigation-Header-ContentWrapper-Footer
   Page Style: 
*/

/*Links*/
/* unvisited link */
p{
	margin: 5px;
	padding: 0px;	
}
a:link {
	outline:none;
	text-decoration:none;
	color: #FFF;
}
/* visited link */
a:visited {
	outline:none;
	text-decoration:none;
	color:none;
	color: #FFF;
}
/* mouse over link */
a:hover {
	outline:none;
	text-decoration:none;
	color:#999;
}
/* selected link */
a:active {
	outline:none;
	text-decoration:none;
	color:#FFF;
}

body{
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-repeat: repeat-x;
	background-color: #000;
	background-image: url(../images/background.png);
}


#mainWrapper {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	min-width: 700px;
	max-width: 960px;
	height: auto;
	background-color: #000;
	margin-top: 5px;
}

.navBar {
	background-color: #000; /* green */
	color: #CCC;
	min-height:40px;
	height:auto;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navButton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	min-height:auto;
	height: auto;
	background-color: #000;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
}

/*section*/
.section {
	width: 295px;
	float: left;
	margin-top: 30px;
	margin-right: 8px;
	margin-bottom: 20px;
	margin-left: 12px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	height: 310px;
	
}
.sectionTopic {
	text-align: center;
}

.sectionText{
	padding: 5px;
	height: 200px;
	
}

.sectionLink{
	text-align: center;
	margin-bottom: 5px;
}

.sectionLink a:link {
	outline:none;
	text-decoration:underline;
	color: #000;
	font-weight: bold;
}
.sectionLink a:active {
	outline:none;
	text-decoration:none;
	color:#000;
}
.sectionLink a:hover {
	outline:none;
	text-decoration:none;
	color:#999;
}
.sectionLink a:visited {
	outline:none;
	text-decoration:none;
	color:none;
	color: #000;
}
/* footer */
.footer {
	width: 100%;
	background-color: #000;
	height: auto;
	float: left;
	padding-top: 10px;
}
.fLogo {
	width: auto;
	float: left;
	min-height: 200px;
	padding: 30px;
}
.fSection{
	width: 225px;
	float: left;
	min-height: 200px;
	color: #CCC;
	height: auto;
	padding: 30px;
}
.rights{
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	color: #CCC;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
	
}
