/* CSS Document */
/* Container Styles */
div.container {
	position:relative;
	margin:0 auto;
	width:900px;
	text-align:center;
	background-color: #b5b5b5;
}
#TitleBanner {
	width: 100%;
	height: 100px;
	
}
#Navigation {
	width: 100%;
    margin-top: 0px;
}

#Footer {
	display:block;
	width: 900px;
	text-align:center;
	margin-top: 30px;
	padding-bottom: 10px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
#Folderinfo {
	width: 744px;
	margin: 0px auto;
}

#Folderinfotext {
	text-align: left;
	margin-top: 0px;
}

div#Contact {
	width:100%;
	margin-top:30px;
	display:none;
}

/* Font Styles */
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
    color: #D0D0D0;
        
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
    color: #D0D0D0;
        
}

.naviselected {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
    color: #D0D0D0;
        
}

.secondlevelnavitext {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #404040;
}
.secondlevelnavi {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #404040;
}

.secondlevelnavi:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #404040;
}

.secondlevelnaviselected {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.footerText {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 3px;
	color: #000000;
}

.justify {
	text-align: justify;
}

.marginjustify {
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
}
.left {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	
}

.indentjustify {
	text-align: justify;
	text-indent: 5%;
}

.notestext {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.thirdlevelnavitext {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #404040;
}

.thirdlevelnavilink {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline ;
	color: #404040;
}

.thirdlevelnavilink:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #303030;
}

.fourthlevelnavitext {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #404040;
}

.fourthlevelnavilink {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline ;
	color: #404040;
}

.fourthlevelnavilink:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #505050;
}

.fourthlevelmainnavilink {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline ;
	color: #404040;
}

.fourthlevelmainnavilink:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #505050;
}

.sidenotetext {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #F0F0F0;
}

.pagelink {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none ;
	color: #404040;
}

.pagelink:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #404040;
}

.pagetext {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none ;
	color: #404040;
}

