/* CSS Document */
#wrapper { width:100%; background-color:white; display:block; margin:0; border-bottom: 5px solid #FFDE00; }
#main {
	width: 100%;
	background-color: white;
	display: block;
	margin: 0 auto 10px auto;
	padding: 0;
}
#main h1 { color: #608119;
	font-size: 22pt;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin:0;
	padding: 5px 20px 0 20px;
}
#main h1 br.headerbreak { display:none; }
#main h2 { color: #608119;
	font-size: 17pt;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin:0;
	text-align:left;
	padding: 2px 20px 0 20px;
}
#main h3 { color: #152065;
          font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
	      font-size: 15pt;
		  font-weight: bold;
		  margin: 0;
		  border: 0; padding: 2px 20px 0 20px;
}
#main p, ul { color: #152065;
          font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
	      font-size: 14pt;
		  font-weight: regular;
		  margin: 0;
		  border: 0;
}
#main p { padding: 5px 20px 15px 20px; text-align:justify; }
#main p sup	{ font-size: 10px; }
#main ul { padding: 0 20px 15px 40px; }
#main ul li a, #main p a { text-decoration: none; font-family: arial; color: #152065; }
#main ul li a:hover, #main p a:hover { color: #608119; text-decoration: underline; }
#main p.spacer { display: block; }

ul#sublink { list-style-type: none; }  
ul#sublink li { height: 70px; }
ul#sublink li a {
	padding: 10px 15px 10px 15px;
	background-color: #E9E9F1;
	border-top: 3px solid #C9C9D1;
	border-left: 3px solid #8989A1;
	border-right: 3px solid #8989A1;
	border-bottom: 3px solid #595971;
	display: block;
	color: #152065;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	width: 120px;
}
ul#sublink li a:hover { color: white; background-color: #608119; text-decoration: none; }
#main img.img_right { float: right; }

footer { width: 100%; display: block; margin: 0; }
p.copyright { color: white;
              font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
			  font-size: 10pt;
			  padding: 5px;
			  margin: 0;
			  text-align: center; }
p.copyright  a { color: white;
                 text-decoration: none; }
p.copyright  a:hover { color: #D8D9E0;
                 text-decoration: underline; }
p.copyright a sup { font-size:10px; }
#back_to_top { float: right; margin-right: 110px; }		
#back_to_top p a { padding: 5px 10px 5px 10px;
				   color: white;
				   font-family: arial;
				   font-size: 14px;
				   font-weight: bold;
				   text-decoration: none;
				   background-color: #608119;
				   border-top: 2px solid #A0B139;
				   border-right: 2px solid #A0B139;
				   border-bottom: 2px solid #304119;
				   border-left: 2px solid #304119; }		  						  
#back_to_top p a:hover { background-color: #406119; }
