@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
}
html,body {
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	/*background-image: url(/images/background.gif) repeat-y 50% 0;*/
	background-color: #E5E5E5
}
.push {
	height: 120px; /* .push must be the same height as .footer */
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
.footer {
	height: 120px; /* .push must be the same height as .footer */
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: solid;
	border-top-width: 2px;
}
ul,ol {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;

}
#leftNav {
	font-size: small;
	width:200px;
	float: left;
	border-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}
#blueBox {
	background-color: #1d65b1;
	width: 515px;
	margin-left: 210px;
	padding: 0px 15px;
}
#blueTop {
	margin-top: 10px;
	background-image:url(images/blue-top.gif);
	width: 545px;
	height: 28px;
	margin-left: 210px;
}
#blueBottom {
	background-image:url(images/blue-bottom.gif);
	width: 545px;
	height: 28px;
	margin-left: 210px;
}
#yellowTop {
	margin-top: 10px;
	background-image:url(images/yellow-top.gif);
	width: 545px;
	height: 28px;
	margin-left: 210px;
}
#yellowBottom {
	background-image:url(images/yellow-bottom.gif);
	width: 545px;
	height: 28px;
	margin-left: 210px;
}
#yellowBox {
	background-color: #f7cb6f;
	width: 515px;
	margin-left: 210px;
	padding: 0px 15px;
}
#imgShow {
	float: left;
	width: 300px;
	height: 200px;
}
#box1 {
	background-color: #fff;
	margin-left: 316px;
	padding: 8px;
}
#box2 {
	float: left;
	margin-left: 6px;
	width: 225px;
	background-color: #fff;
	padding: 8px;
}
#box3 {
	width: 225px;
	margin-left: 270px;
	background-color: #fff;
	padding: 8px;
}
.boxHead {
	font-weight: bold;
	color:#FF0000;
	text-align: center;
	font-size: 14px;
	display: block;
	border-style: solid;
	border-color: #000;
	border-width: 0px 0px 1px 0px;
}
.wrapper {
	width: 770px;
	background-color: #fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	border-width: 1px;
	border-style: solid;
	border-color:#B3B3B3;
	border-top-style: none;
	border-bottom-style: none;
	padding: 5px;
}

h1 {
	font-size: x-large;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 6px;
}
h2 {
	font-size: large;
	text-align: center;
	margin-top: 2px;
}
img {
	border-style: none;
}
blockquote {
	padding-left: 10%;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.divText {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 140%;
}
.divBanner {
	margin: 0px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	
}
.announcementDiv {
	border-top-width: 1px;
	border-top-style: solid;
}
.divNavigation {
	text-align: right;
	padding-bottom: 0px;
	width: 100%;
	min-width: 100%;
	border-width: 1px;
	border-bottom-style: solid;
}
.divNavigation a:link, a:active, a:visited
  {
	text-decoration: none;
  }
  .divNavigation a:hover
  {
	text-decoration: underline;
  }
