﻿html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font: 76.4% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #A2A2A2 url('images/background.gif') repeat-x;
}

#wrapper {
	margin: 0px auto; /* fix to center in firefox */
	width: 1000px;
	background: url('images/wrapper.gif') repeat-y;
}

#header {
	text-align: center;
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/header.gif') no-repeat;
	width: 1000px;
	height: 83px;
}

#headerleft {
	float: left;
	width: 375px;
}

#headerright {
	float: right;
	width: 560px;
}

#topnav {
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/topnav.gif') no-repeat;
	width: 1000px;
	height: 35px;
}

#middle {
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/middle.gif') no-repeat;
	width: 1000px;
	height: 170px;
}

#middleleft {
	float: left;
	width: 615px;
	height: 170px;
}

#middleright {
	float: right;
	width: 347px;
	height: 170px;
	margin-right: 12px;
}

#footer {
	clear: both;
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/footer.gif') no-repeat;
	height: 68px;
	width: 1000px;
}


/* Used in single column layouts */
#bodycolumn {
	width: 1000px;
	clear: both;
}

/* Used in two column layout with left navigation */
#body1 {
	width: 790px;
	float: right;
}

#body2 {
	float: left;
	width: 200px;
	height: 418px;
}

/* Used in two column layout with right navigation */
#body1a {
	width: 790px;
	float: left;
}

#body2a {
	float: right;
	width: 200px;
	height: 418px;
}

/* Used in three column layouts */
#body1b {
	width: 790px;
	float: left;
}

#body1c { 
	width: 590px;
	float: right;
}

#body2b {
	width: 200px;
	height: 418px;
	float: left;
}

#body3 {
	width: 160px;
	float: right;
	margin-top: 4px;
	margin-right: 18px;
}

/* End of Layout CSS */



/* Start General Styles */

a:link, a:visited {
	color: #9C1107; 
}

a:active, a:hover {
	color: #09144D;
}

td {
	vertical-align: top;
}

li {
	line-height: 135%;
}


h1 { 
	color: #09144D;
	font-size: 155%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px 2px 2px 2px;
	text-align: left;
	margin-top: 7px;
}

h2 {	
	font-size: 145%;
	color: #9C1107;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px 2px 2px 2px;
	text-align: left;
}

h3 {	
	font-size: 125%;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px 2px 2px 2px;
	text-align: left;
}

h4 { 
	font-size: 125%;
	color: #666;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #666;

}

h5 { 
	font-size: 100%;
	color: #9C1107;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #9C1107;
}

h6 { 
	font-size: 100%; 
	color: #09144D;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #09144D;
}

blockquote {
  background: #e4e4e4 url("images/quoteleft.gif") no-repeat 10px 10px;
  padding: 10px;
  border: 2px solid #9C1107;
  font-style: italic;
}

blockquote div {
  padding: 0 48px;
  background: transparent url("images/quoteright.gif") right bottom no-repeat;
}

p.alert {
	background-color: #e4e4e4;
    text-align: left;
    padding: 10px;
    border-top: 2px solid #9C1107;
    border-bottom: 2px solid #9C1107;
	color: #9C1107;
}

p.info {
    background-color: #09144D;
    text-align: left;
    padding: 10px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
	color: #fff;
}

p.warn {
    background-color: #9C1107;
    text-align: left;
    padding: 10px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
	color: #fff;
}

.newsheader1 {
	text-align: center;
    border-bottom: 2px solid #09144D;
	color: #09144D;
	font-weight: bold;
	font-size: 135%;
	padding: 2px 0;
}

.newsheader2 {
	text-align: center;
    border-bottom: 2px solid #9C1107;
	color: #9C1107;
	font-weight: bold;
	font-size: 135%;
	padding: 2px 0;
}

.newsheader3 {
	text-align: center;
    background-color: #9C1107;
	color: #fff;
	font-weight: bold;
	font-size: 135%;
	padding: 2px 0;
}


.newsheader4 {
	text-align: center;
    background-color: #09144D;
	color: #fff;
	font-weight: bold;
	font-size: 135%;
	padding: 2px 0;
}


.submitbuttons {
	font-weight: bold;
	color: #9C1107;
	text-align: center;
	font-size: 100%;
	font-variant: small-caps;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #9C1107;
	border-right: 5px solid #9C1107;
	border-bottom: 1px solid #9C1107;
	border-left: 1px solid #9C1107;
	background-color: #ccc;
	width: 155px;
	height: 30px;
}

.headerleftcontent {
	padding: 18px 0px 0px 20px;
	font-weight: bold;
	color: navy;
	text-align: left;
	font-size: 24pt;
	font-variant: ;
	font-family: Verdana, Arial, sans-serif;
}

.headerrightcontent {
	padding: 10px 0px 0px 60px;
	font-weight: bold;
	color: #9C1107;
	text-align: left;
	font-size: 30pt;
	font-variant: small-caps;
	font-family: "Times New Roman", "Georgia", sans-serif;
}

.topnavlinks {
	padding: 10px 18px 5px 8px;
	text-align: center;
	font-size: 96%;
	font-weight: bold;
}

.topnavlinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
.topnavlinks li { display: inline; }
	
.topnavlinks a:link, .topnavlinks a:visited {
	padding: 9px 10px 10px 10px;
	color: #9C1107;
	text-decoration: none;
}
	
.topnavlinks a:active, .topnavlinks a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #9C1107;
}

.middleleftcontent {
	font-family: "Times New Roman", "Georgia", sans-serif;
	font-size: 165%;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	padding: 40px 10px 10px 75px;
}

.middlerightcontent {
}

/* Used in single column layouts */
.bodycolumncontent {
	margin-left: 8px;
	padding: 0px 16px 5px 8px;
	height: 400px;
}

/* Used in two column left nav layouts */
.body1content {
	margin-right: 8px;
	padding: 0px 8px 5px 0px;
}

.body1content  ul {
	list-style-image: url('images/bullet.gif');
	line-height: 145%;
}

.body2content  {
	padding: 2px 0px 5px 16px;
}

/* Used in two column right nav layouts */
.body1acontent {
	margin-left: 8px;
	padding: 0px 0px 5px 8px;
}

.body1acontent  ul {
	list-style-image: url('images/bullet.gif');
	line-height: 145%;
}

.body2acontent  {
	padding: 2px 0px 5px 20px;
}

/* Used in three column layouts */
.body1bcontent {

}

.body2bcontent {
}

.body3content {
}

.sidelinks {
	padding: 10px 0px 8px 0px;
	text-align: left;
	font-weight: bold;
}

.sidelinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
.sidelinks li { 
	list-style-image: none;
	margin: 0px 0px 2px 0px;
}
	
.sidelinks a:link, .sidelinks a:visited {
	padding: 0px 10px 0px 10px;
	display: block; 
	line-height: 18pt;
	width: 140px;
	color: #9C1107;
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
	border-right: 4px solid #fff;
	text-decoration: none;
}
	
.sidelinks a:active, .sidelinks a:hover {
	color: #9C1107;
	background-color: #ccc;
	border-bottom: 1px solid #9C1107;
	border-right: 4px solid #9C1107;
}


.footercontent {
	padding: 14px 10px 0px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.footercontent a:link, .footercontent a:visited  {
	padding: 4px 4px;
	color: #fff;
	text-decoration: underline;
}

.footercontent a:active, .footercontent a:hover {
	padding: 4px 4px;
	color: #ccc;
	text-decoration: underline;
}

.clear {
	clear: both;
}
.tiny {
	font-size: 80%;
}

.imageleft {
	float: left;
	padding: 8px;
}

.imageright {
	float: right;
	padding: 8px;
}

p {
	line-height: 130%;
}

