﻿/* Start Layout CSS. */

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font: 76.4% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #808488 url('../images/template/background.gif') repeat-x;
}

#wrapper {
	margin: 0px auto; /* fix to center in firefox */
	width: 1000px;
	background: url('../images/template/wrapper.gif') repeat-y;
}

#header {
	text-align: center;
	margin: 0px auto; /* fix to center in firefox */
	background: url('../images/template/header.gif') no-repeat;
	width: 1000px;
	height: 83px;
}

#headerleft {
	float: left;
	width: 325px;
}

#headerright {
	float: right;
	width: 660px;
}

#topnav {
	margin: 0px auto; /* fix to center in firefox */
	background: url('../images/template/topnav.gif') no-repeat;
	width: 1000px;
	height: 35px;
}

#middle {
	margin: 0px auto; /* fix to center in firefox */
	background: url('../images/template/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/template/footer.gif') no-repeat;
	height: 68px;
	width: 1000px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}


/* Used in single column layouts */
#bodycolumn {
	width: 1000px;
	clear: both;
}

/* Used in two column layout with left navigation */
#body1 {
	width: 780px;
	float: right;
	padding-right: 12px;
}

#body2 {
	float: left;
	width: 200px;
	height: 750px;
}

/* Used in two column layout with right navigation */
#body1a {
	width: 790px;
	float: left;
}

#body2a {
	float: right;
	width: 200px;
	height: 750px;
}

/* Used in three column layouts */
#body1b {
	width: 790px;
	float: left;
}

#body1c { 
	width: 590px;
	float: right;
}

#body2b {
	width: 200px;
	height: 750px;
	float: left;
	text-align: left;
}

#body3 {
	width: 170px;
	float: right;
	margin-right: 20px;
	margin-left: 5px;
	padding-top: 15px;
}

#innerdiv {
	background: #EBEBEB;
	font-size: 90%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* End of Layout CSS */



/* Start General Styles */

a:visited {
	color: #8A0010; 
}


a:link {
	color: #8A0010; 
}


a:hover {
	color: #323232;
}


a:active {
	color: #323232;
}

h1 {
	color: #8A0010;
	font-size: 155%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px 2px 2px 0px;
	text-align: left;
	margin-top: 7px;
}

h2 {	
	font-size: 145%;
	color: #323232;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px 2px 2px 2px;
	text-align: left;
}

h3 {
	font-size: 125%;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px 2px 2px 0px;
	text-align: left;
}

h4 {
	font-size: 125%;
	color: #000;
	padding: 4px 4px 4px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #000;
}

h5 { 
	font-size: 100%;
	color: #323232;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #323232;
}

h6 { 
	font-size: 100%; 
	color: #8A0010;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #8A0010;
}

p {
	line-height: 130%;
}

p.alert {
	background-color: #8A0010;
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
	color: #fff;
}

p.info {
    background-color: #323232;
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
	color: #fff;
}

p.warn {
	background-color: #000;
	text-align: left;
	padding: 5px 5px 5px 5px;
	border-top: 2px solid #8A0010;
	border-bottom: 2px solid #8A0010;
	color: #fff;
}

blockquote {
  background: #C2C5C8 url("../images/template/quoteleft.gif") no-repeat 10px 10px;
  padding: 10px;
  border: 1px solid #323232;
  font-style: italic;
  color: #000;
}

blockquote div {
  padding: 0 48px;
  background: transparent url("../images/template/quoteright.gif") right bottom no-repeat;
}

form {
	display: inline;
	margin: 0px;
	word-spacing: 0;
}

.headermsg {
	font-family: "Times New Roman", Georgia, sans-serif;
	font-size: 140%;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	padding-bottom: 25px;
}

.headerleftcontent {
	padding: 18px 0px 0px 20px;
	font-weight: bold;
	color: #8A0010;
	text-align: left;
	font-size: 30pt;
	font-variant: small-caps;
	font-family: "Times New Roman", "Georgia", sans-serif;
}

.headerrightcontent {
	padding: 10px 0px 0px 60px;
	font-weight: bold;
	color: #8A0010;
	text-align: left;
	font-size: 30pt;
	font-variant: small-caps;
	font-family: "Times New Roman", "Georgia", sans-serif;
}

.news {
	font-size: 145%;
	color: #8A0010;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #8A0010;
	text-align: center;
}

.submitbuttons {
	font-weight: bold;
	color: #8A0010;
	text-align: center;
	font-size: 100%;
	font-variant: small-caps;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #8A0010;
	border-right: 5px solid #8A0010;
	border-bottom: 1px solid #8A0010;
	border-left: 1px solid #8A0010;
	background-color: #BEC2C5;
	width: 155px;
	height: 30px;
}

.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:visited {
	padding: 9px 10px 10px 10px;
	color: #fff;
	text-decoration: none;
}
	
.topnavlinks a:link {
	padding: 9px 10px 10px 10px;
	color: #fff;
	text-decoration: none;
}
	
.topnavlinks a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #8A0010;
}

.topnavlinks a:active {
	color: #fff;
	text-decoration: none;
	background-color: #8A0010;
}

.middleleftcontent {
	font-family: "Times New Roman", "Georgia", sans-serif;
	font-size: 140%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	padding: 10px 50px 50px 50px;
}

.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 {
	padding: 12px 20px 5px 8px;
}

.body1content  ul {
	list-style-image: url('../images/template/bullet.gif');
	line-height: 145%;
}

.body2content  {
	padding: 15px 10px 15px 15px;
	width: 175px;
}

/* Used in two column right nav layouts */
.body1acontent {
	margin-left: 8px;
	padding: 0px 0px 5px 8px;
}

.body1acontent  ul {
	list-style-image: url('../images/template/bullet.gif');
	line-height: 145%;
}

.body2acontent  {
	padding: 2px 0px 5px 20px;
}

/* Used in three column layouts */
.body1bcontent {

}

.body2bcontent {
}

.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:visited {
	padding: 0px 10px 0px 10px;
	display: block; 
	line-height: 18pt;
	width: 150px;
	color: #323232;
	background-color: #fff;
	border-bottom: 1px solid #323232;
	border-right: 4px solid #fff;
	text-decoration: none;
}
	
.sidelinks a:link {
	padding: 0px 10px 0px 10px;
	display: block;
	line-height: 18pt;
	width: 150px;
	color: #323232;
	background-color: #fff;
	border-bottom: 1px solid #323232;
	border-right: 4px solid #fff;
	text-decoration: none;
}
	
.sidelinks a:hover {
	color: #8A0010;
	background-color: #BEC2C5;
	border-bottom: 1px solid #8A0010;
	border-right: 4px solid #8A0010;
}


.sidelinks a:active {
	color: #8A0010;
	background-color: #BEC2C5;
	border-bottom: 1px solid #8A0010;
	border-right: 4px solid #8A0010;
}


.footercontent {
	padding: 14px 10px 0px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.footercontent a:visited  {
	padding: 4px 4px;
	color: #fff;
	text-decoration: underline;
}

.footercontent a:link  {
	padding: 4px 4px;
	color: #fff;
	text-decoration: underline;
}

.footercontent a:hover {
	padding: 4px 4px;
	color: #8A0010;
	text-decoration: underline;
}

.footercontent a:active {
	padding: 4px 4px;
	color: #8A0010;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.tiny {
	font-size: 80%;
}
.boldcolor {
	color: #8A0010;
	font-weight: bold;
}

.imageleft {
	float: left;
	padding: 8px 8px 8px 0px;
}

.imageright {
	float: right;
	padding: 8px;
}

/*<form> is a block level element and so will add a line feed and margins */
/*This eliminates that spacing */


.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}
.greybg {
	background-color: #EBEBEB;
}
.noborder {
	border-width: 0;
}


.blackborder {
	border: 1px solid #000000;
}

/*Used With Hyperlinked Images*/


.tableheader {
	text-align: center;
	border: 1px solid #000000;
	background-color: #8A0010;
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
}

	
.tablefooter {
	text-align: center;
	border: 1px solid #000000;
	background-color: #000000;
	color: #FFFFFF;
}
.nowrap {
	white-space: nowrap;
}






