@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image: url(../images/..);
	background-repeat: repeat-x;
	background-color: white;
}

a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #8e181b;
	text-decoration: underline;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #8e181b;
	text-decoration: overline;
}


/* ------------ START CONTAINER Styles -------------- */

#maincontainer {
	width: 850px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	border: 2px solid #838383;
	background-color: white;
}

#topsection {
	height: 129px; /*Height of top section*/
	background-image: url(../images/bkgrnd.jpg);
	background-repeat: no-repeat;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #363636;
	padding: 10px 0px 16px 0px;
	margin: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: black;
	text-align: left;
	background-color: white;
	padding: 6px 5px 8px 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#contentwrapper {
	float: left;
	width: 100%;
}

/* ------------ START Middle Column -------------- */

#contentcolumn {
	margin: 0 0px 0 210px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	background-color: white;
}

#contentcolumnmainhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #363636;
	font-weight: bold;
	background-color: white;
	padding: 16px 16px 18px 16px;
	margin: 10px 0px 0px 0px;
}

#contentcolumnmainheadtag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #8e181b;
	font-weight: bold;
	text-align: center;
	padding: 16px 0px 0px 0px;
}

#contentcolumn h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: black;
	font-weight: bold;
	background-color: white;
	padding: 8px 0px 8px 10px;
	display: block;
	margin: 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#contentcolumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #363636;
	background-color: white;
	padding: 10px 14px 16px 10px;
	margin: 0px;
}

#contentcolumn li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #363636;
	background-color: white;
	padding: 8px 14px 8px 10px;
	margin: 0px;
}

/* ------------ START Left Column -------------- */

#leftcolumn {
	float: left;
	width: 210px; /*Width of left column in pixel*/
	margin-left: -850px; /*Set margin to that of -(MainContainerWidth)*/
	background: white;
}

#ltred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: white;
	font-weight: bold;
	background-color: #8e181b;
	padding: 8px 0px 4px 10px;
	margin-top: 10px;
}

#ltredpara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #464646;
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #8e181b;
	border-bottom: 2px solid #8e181b;
}

#ltblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: white;
	font-weight: bold;
	background-color: #4c5c6c;
	padding: 8px 0px 4px 10px;
	margin-top: 10px;
}

#ltbluepara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #464646;
	text-align: left;
	padding: 10px 10px 0px 0px;
	border-right: 2px solid #4c5c6c;
	border-bottom: 2px solid #4c5c6c;
}

#ltblueparatext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #464646;
	text-align: left;
	padding: 0px 10px 10px 10px;
}


/* ------------ START Footer -------------- */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	clear: left;
	width: 100%;
	background-color: #8b0b04;
	color: white;
	text-align: center;
	padding: 6px 0px 6px 0px;
}

#footer a, #footer a:visited {
	color: white;
	text-decoration: underline;
}

#footer a:hover {
	color: white;
	text-decoration: overline;
}

#footer #ibar {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	padding: 0px 6px 0px 6px;
	display:inline;
}

.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

/* ---- Main Nav ---- */
#mainnav {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 13px;
color: black;
text-align: center;
position: relative;
top: 106px;
padding: 6px 0px 6px 0px;
margin: 0px;
}
#mainnav li {
display: block;
display: inline;
list-style-type: none;
}
#mainnav a {
color: black;
text-decoration: none;
padding: 2px 6px 2px 6px;
}
#mainnav a:hover {
background-color: #8e181b;
color: white;
text-decoration: none;
}
#mainnav span.ibar {
padding-left: 6px;
padding-right: 4px;
font-weight: bold;
}
#mainnav #selected {
background-color: #8e181b;
color: white;
text-decoration: none;
}
