body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
/*td {
    border:1px solid blue;
}
div {
    border:1px solid green;
}*/
.error {
    font-size: .9em;
    color:#EB2629;
}
.blackBorder {
	border: 1px solid #000000;
}
.topBlackBox {
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.topRedBox {
	background-color: #EB2629;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.topGrayBox {

	background-color: #E5E5E5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.footerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}

.topWhiteBox {


	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.blackBox {
	background-color: #000000;
}
.bottomRedBox {

	background-color: #EB2629;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bottomGrayBox {


	background-color: #E5E5E5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bottomWhiteBox {



	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* Navigation */
.bottomNav {
    margin-top: 120px;
    width:275px;
    white-space: nowrap;
    
}
.bottomNav a {
    color: #999999;
    text-decoration: none;
    font-weight: bold;
    font-size:.8em;
    
}

.siteMapBottomNav {
    width:275px;
    white-space: nowrap;
    padding-bottom:12px;
}
.siteMapBottomNav a {
    color: #999999;
    text-decoration: none;
    font-weight: bold;
    font-size:.8em;
}

.leftNavigation {
    float: left;
    height:150px;
    margin-left:10px;
    margin-top:0px;
    line-height: 1.5em;
}
.leftNavigation a {
    padding-left:8px;
    /*margin-left:2px; /*Add margin to make up for space in lacking border*/
    color: #999999;
	text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size:.8em;
}
.leftNavigation a:hover {
    background-image: url(../../assets/images/grayBar.gif); background-repeat: no-repeat; background-position: left center;
}

.leftSubNavigation {
    float: left;
    margin-left:20px;
    margin-top:0px;
    line-height: 1.3em;
}
.leftSubNavigation a {
    padding-left:8px;
    /*margin-left:2px; /*Add margin to make up for space in lacking border*/
    color: #999999;
	text-decoration: none;
    font-weight: bold;
    font-size:.8em;
}
.leftSubNavigation a:hover {
    background-image: url(../../assets/images/grayBar.gif); background-repeat: no-repeat; background-position: left center;
}


.menuSubPage:link {
    margin-left:0px;
	color: #000000;
    background-image: url(../../assets/images/redBar.gif); background-repeat: no-repeat; background-position: left center;
}
.menuSubPage:visited {
    margin-left:0px;
	color: #000000;
    background-image: url(../../assets/images/redBar.gif); background-repeat: no-repeat; background-position: left center;
}


.menuCurrentPage:link {
    margin-left:0px;
    color: #EB2629;
    font-weight: bold;
	background-image: url(../../assets/images/blackBar.gif); background-repeat: no-repeat; background-position: left center;
}
.menuCurrentPage:visited {
    margin-left:0px;
    color: #EB2629;
    font-weight: bold;
	background-image: url(../../assets/images/blackBar.gif); background-repeat: no-repeat; background-position: left center;
}

.nav-title {
	color: #999999;
    font-weight: normal;
}

/* text formatting */
.red08 {
	font-weight: normal;
	color: #EB2629;
    font-size: 0.8em;
}

.pageText {
	font-size: .85em;
	font-family: "Times New Roman", Times, serif;
    text-align: justify;
    line-height: 1.3em;
}

.pageText a {
    color: #EB2629;
    font-weight: normal;
    text-decoration:none;
}


.pageText h1{
	border: 1px solid red;
	padding:3px 40px 3px 40px;
	margin:0;
	font-style:italic;
	font-size:1.3em;
	text-transform: uppercase;
}
.pageText h2{
	padding:2px 0;
	margin:0;
	font-size:1em;
	font-weight:normal;
}

.dropCap {
	font-size: .85em;
	font-family: "Times New Roman", Times, serif;
    text-align: justify;
    line-height: 1.3em;
}

.dropCap:first-letter {
	font-size: 1.5em;
}

.dropCap a {
    color: #EB2629;
    font-weight: normal;
    text-decoration:none;
}

.redBold {
	font-weight: bold;
	color: #EB2629;
}
.red1Caps {

	font-weight: normal;
	color: #EB2629;
	text-transform: uppercase;
}
.searchLabel {
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
}
.formStyle {
	border: 1px solid #000000;
	font-size: 0.6em;
}
.searchResults {
    color: #666666;
    font-weight: bold;
    text-decoration:none;
}
.smallCaps {
    font-variant: small-caps;
}

.siteMapColumn {
    float:left;
    margin-left:10px;
}
.siteMapColumn ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.siteMapColumn ul li {
    padding-left:12px;
}
.siteMapColumn ul li a {
    color: #666666;
	text-decoration: none;
    font-size:.8em;
}