@charset "utf-8";


/* General Layout and Global Styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th {    
    margin:0;   
    padding:0;   
} 
img {
	border: 0px;
}
a {
	outline: none;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Geneva, sans-serif;
	color: #444444;
	background-color: #666666;
}

#PageWrapper {
	background-color: #fbf9f1;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #333333;
}


/* Header Styles */

#HeaderWrapper {
	background-color: #fee9b2;
	width: 100%;
}
#Header {
	height:282px;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding-top: 8px;
}
#HeaderLeft {
	float:left;
	margin-top: 70px;
}
#HeaderRight {
	float: right;
}


/* Search Box Styles */

#SearchWrapper {
	margin-top:33px;
}
#SearchWrapper p {
	color: #666666;
	width: 210px;
	display: block;
	padding-bottom:3px;
}

#SearchWrapper a {
	text-decoration:none;
	color: #a42822;
	font-size: 1.1em;
}
#SearchWrapper a:hover, #SearchWrapper a:active {
	text-decoration:underline;
}
.SearchBox {
	height: 20px;
	width: 167px;
	font-size :12px;
	padding-top:4px;
	padding-left:8px;
	background-color: #ffffff;
	border: 1px solid #a42822;
	margin-right:10px;
	float: left;
	color: #666666;
}
.SubmitSearch {
	background-image: url(../images/go.jpg);
	height: 26px;
	width: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
	float:left;
}


/* Navigation Styles */

#NavigationTopWrapper {
	height: 32px;
	width: 100%;
	background-color: #333333;
	overflow:hidden;
}
#NavigationTop {
	width: 960px;
	padding-left:100px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align: center;
}
#NavigationTop ul {

}
#NavigationTop li {
	display: block;
	float:left;
	list-style-type: none;
	font-size: 1.4em;
}
#NavigationTop a {
	display:block;
	text-decoration:none;
	color:#ffffff;
	padding-top:7px;
	padding-bottom:8px;
	background-image: transparent;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left:15px;
	padding-right:15px;
	margin-right:3px;
}
#NavigationTop a:hover, #NavigationTop a:active, #NavigationTop a.Selected {
	background-image:url(../images/nav_border.jpg);
}


/* Main Content Styles */

#ContentWrapper {
	width: 960px;
	margin-top: 40px;
	margin-bottom: 45px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	position: relative;
	width: 560px;
	background-color:#ffffff;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #a42822;
	padding-left:20px;
	padding-right: 20px;
	padding-top:15px;
	padding-bottom:20px;
}
#MainContent {
	margin: 0px;
}
#MainContent h1{
	font-size:2.1em;
	color:#a42822;
	font-weight:normal;
	margin-bottom:20px;
	margin-top:10px;
}
#MainContent h2{
	font-size:1.6em;
	color:#a42822;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:10px;
}
#MainContent h3{
	font-size:1.3em;
	color:#a42822;
	font-weight: normal;
	margin-bottom:10px;
	margin-top:10px;
}
#MainContent p{
	font-size: 1.2em;
	line-height:1.6em;
	padding-bottom:15px;
}
#MainContent ul, #MainContent ol{
	margin-bottom:20px;
	margin-left: 20px;
}
#MainContent li p{
	font-size: 1em;
	margin-bottom: -10px;
}
#MainContent ol li{
	font-size:1.2em;
	list-style-type: upper-alpha;
	padding-left: 10px;
	margin-bottom: 10px;
}
#MainContent ul li{
	font-size:1.2em;
	list-style-type: disc;
	padding-left: 10px;
	margin-bottom: 10px;
}
#MainContent ul ul, #MainContent ol ul, #MainContent ul ol, #MainContent ol ol{
	margin-top: 12px;
	margin-bottom: 15px;
}
#MainContent ul li li{
	font-size:1em;
	list-style-type: circle;
}
#MainContent ol li li{
	font-size:1em;
}
#MainContent a:link,
#MainContent a:visited {
	text-decoration:none;
	color: #a42822;
}
#MainContent a:hover, 
#MainContent a:active {
	text-decoration:underline;
}

/* Right Column Styles */

.RightAnnouncementsBox {
	width: 280px;
	float:right;
	clear:right;
	background-color:#a42822;
	padding-left:20px;
	padding-right: 20px;
	padding-top:20px;
	padding-bottom:15px;
	margin-bottom: 15px;
}
.RightAnnouncementsBox h1 {
	font-size:1.8em;
	color:#ffffff;
	font-weight:normal;
	margin-bottom:20px;
}
.RightAnnouncementsBox h2 {
	font-size:1.6em;
	color:#ffffff;
	font-weight:normal;
	margin-bottom:15px;
}
.RightAnnouncementsBox h3 {
	font-size:1.4em;
	color:#ffffff;
	margin-bottom:10px;
}
.RightAnnouncementsBox p {
	color:#ffffff;
	font-size: 1.2em;
	line-height:1.4em;
	padding-bottom:20px;
}
.RightAnnouncementsBox a:link, .RightAnnouncementsBox a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.RightAnnouncementsBox a:hover, .RightAnnouncementsBox a:active {
	text-decoration: underline;
}

.RightDatesBox {
	width: 280px;
	float:right;
	clear:right;
	background-color:#006c99;
	padding-left:20px;
	padding-right: 20px;
	padding-top:25px;
	padding-bottom:15px;
	margin-bottom: 15px;
}
.RightDatesBox h1 {
	font-size:1.8em;
	color:#ffffff;
	font-weight:normal;
	margin-bottom:20px;
}
.RightDatesBox h2 {
	font-size:1.6em;
	color:#ffffff;
	font-weight:normal;
	margin-bottom:15px;
}
.RightDatesBox h3 {
	font-size:1.4em;
	color:#ffffff;
	margin-bottom:10px;
}
.RightDatesBox p {
	color: #ffffff;
	font-size: 1.2em;
	line-height:1.4em;
	padding-bottom:20px;
}
.RightDatesBox ul {
	margin-bottom:20px;
}
.RightDatesBox li {
	color: #ffffff;
	font-size:1.2em;
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 10px;
}
.RightDatesBox a:link, .RightDatesBox a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.RightDatesBox a:hover, .RightDatesBox a:active {
	text-decoration: underline;
}
.LoginBox {
	width: 180px;
	float:right;
	clear:right;
	background-color:#ffffff;
	padding-top:10px;
	padding-left:15px;
	padding-right: 15px;
	padding-bottom:15px;
	margin-bottom: 15px;
	border-width:1px;
	border-style:solid;
	border-color: #a42822;
	margin-left:20px;

}
.LoginBox p {
	color: #666666;
	font-size: 1em;
	line-height:1em;
}
.LoginBox h1 {
	font-size:.5em;
	color:#a42822;
	font-weight:normal;
	margin-bottom:15px;
}

.LoginBox .InputLabel {
	font-size:1.2em;
	padding-bottom:3px;
}
.LoginBox .Username, .LoginBox .password {
	width: 150px;
	margin-bottom:10px;
	padding:2px;
}
.LoginBox #SubmitButton {
	
}
.LoginBox input {
	border: 1px solid #666;
}
.RightFormsBox {
	width: 280px;
	float:right;
	clear:right;
	background-color:#ffffff;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #859900;
	padding-left:20px;
	padding-right: 20px;
	padding-top:20px;
	padding-bottom:15px;
	margin-bottom: 15px;
}
.RightFormsBox h1 {
	font-size:1.8em;
	color:#859900;
	font-weight:normal;
	margin-bottom:15px;
}
.RightFormsBox h2, .LoginBox h2 {
	font-size:1.6em;
	color:#859900;
	font-weight:normal;
	margin-bottom:15px;
}
.RightFormsBox h3, .LoginBox h3 {
	font-size:1.4em;
	color:#859900;
	margin-bottom:10px;
}
.RightFormsBox p {
	color: #666666;
	font-size: 1.2em;
	line-height:1.6em;
	padding-bottom:10px;
}
.RightFormsBox ul {
	margin-bottom:20px;
}
.RightFormsBox li {
	font-size:1.2em;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 10px;
}
.RightFormsBox a:link, .RightFormsBox a:visited, .LoginBox a:link, .LoginBox a:visited {
	color: #666666;
	text-decoration: underline;
}
.RightFormsBox a:hover, .RightFormsBox a:active, .LoginBox a:hover, .LoginBox a:active {
	text-decoration: underline;
}

/* Footer Styles */

#FooterWrapper {
	height: 150px;
	width: 100%;
}
#FooterContent {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;
	color: #ffffff;
	font-size: 1.2em;
	line-height:1.4em;
}
#FooterContent a {
	color: #ffffff;
	text-decoration:underline;
}
#FooterContent a:hover, #FooterContent a:active {
	text-decoration: none;
}
#FooterContent .Column1 {
	width: 400px;
	height: 110px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
	padding-top:5px;
	float:left;
}
#FooterContent .Column2 {
	width: 269px;
	height: 110px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
	padding-top:5px;
	padding-left: 50px;
	padding-right:20px;
	float:left;
}
#FooterContent .Column3 {
	width: 167px;
	height: 110px;
	padding-top:5px;
	padding-left:50px;
	float:left;
}

/* Additional Styles */

.clear {
	clear: both;
	height: 0px;
}
.ImageRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ImageLeft {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

