﻿@import url(newlayout2.css);
body {
	background-color: #004891;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: small;
	color: #000000;
}
/* Styles for DIV tags */
#container {
	border-right: 3px double #B5111D;
	border-left: 3px double #B5111D;
	background-color: #FFFFFF;
	background-image: url("../images/leftphoto.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: scroll;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #B5111D;
}
#masthead {
	background-color: #FFFFFF;
	padding: 10px;
}

#navigation {
	background-color: #004891;
	margin-left: 0px;
	padding-left: 10px;
	text-align: left;
	border-top: 3px #B5111D double;
	border-bottom: 3px #B5111D double;
}
#content_container {
	background-color:#ffffff;
	padding: 0px;
}
#column_left {
	float: left;
}
#column_right {
	background-color: #FFFFFF;
	padding-bottom: 0;
	margin-right: 15px;
	margin-top:10px;
	border: thin #B5111D double
}
#wbenc_right {
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px 10px 0px 0px
}

#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}
#footer {
	background-color: #004891;
	color: #FFFFFF;
	margin-left: 0px;
	padding-left: 10px;
	border-top: 3px #B5111D double;


}
#copyright {
	background-color: #004891;
	color: #FFFFFF; 
	font-size:x-small;
}

/* Styles for Masthead */
#masthead h1 {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: xx-large;
	margin: 0px;
	text-align: left;
	padding: 0px;
}
#masthead h3 {
	margin-top: 0.4em;
	color: #f5f5f5;
	margin-bottom: 0px;
	text-align: left;
	font-size: large;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;
}
#masthead p {
	margin-top: 0.4em;
	color: #004891;
	margin-bottom: 0px;
	text-align: left;
	font-size: x-small;
	padding-top: .3em;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 10px;
}

#masthead a {
	font: normal normal bold;
	color: #004891;
	text-decoration: none;
	
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font: normal normal bold 100%;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	font: italic bold;
	color: #B5111D;
	text-decoration: underline;
	background-color: #004891;
}


/* Styles for Right Column */
#column_right h4 {
	color: #112233;
	margin-top: 0px;
}
#column_right p {
	color: #000000;
	margin-top: 0px;
	font-size: small;
}
#column_right h9 {
	color: #000000;
	margin-top: 0px;
	font-size: x-small;
}


#column_right a {
	color: #443311;
}
#column_right a:hover {
	background-color: #776644;
	color: #FFFFFF;
}
/* Styles for Right Column */
#wbenc_right h4 {
	color: #112233;
	margin-top: 0px;
}
#wbenc_right p {
	margin-top: 0px;
	margin: 0 10px 0 0;
	color: #000000;
	font-size: xx-small;
}
#wbenc_right a {
	color: #443311;
}
#wbenc_right a:hover {
	background-color: #776644;
	color: #FFFFFF;
}





/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #333333;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #004891;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #333333;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #004891;
	margin-top: 0px;
	margin-bottom:0px
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #004891;
}
a:hover {
	color: #B5111D;
	text-decoration: none;
}




/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
}
#footer a {
	font-weight: bold;
	font: x-small;
	color: #FFFFFF;
}

#footer a:hover {
	color: #B5111D;
	font: x-small;
	text-decoration: none;
}

#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
}
#copyright a {
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
}
#copyright a:hover {
	color: #B5111D;
	text-decoration: none;
}



.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;	
}


