﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #989389;
}
#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #0f3257;
	width: 800px;
}
#navigation {
	align: center;
	background-color: #faa61a;
	overflow: hidden;
	border-top: 2px solid #e51204;
}

#column_l {
	width: 220px;
	margin: 0;
	float: left;
	padding: 4px;
	background-color: #eeeeee;
	position: relative;
	border-right-style: solid;
	border-right-color: #666666;
	}

#column_r {
	width: 540px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}

#footer {
	width: 800px;
	text-align: center;
	background-color: #E29617;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left;
	border: 0px;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 0px;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
#navigation li {
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
#navigation a {
	background-image:url('../images/Tabbg.png');
	width: 100px;
	/* color:#dddddd; */
	/* color: #12110f; */
	text-align:center;
	text-decoration: none;
	display: block;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
}
#navigation a:hover {
	color: #ffffff;
	text-decoration: none;
	/* background-color: #e29617; */
}

/* right column style */
#column_r h1 {
	font-size: 18px;
	color: #9f0a1d;
	
	margin-top: 9px;
	margin-bottom: 3px;
}

#column_r h2 {
	font-size: 18px;
	color: #116032;
	margin-top: 9px;
	margin-bottom: 3px;
}

#column_r h3 {
	font-size: 18px;
	color: #0f3257;
	
	margin-top: 9px;
	margin-bottom: 3px;
}

#column_r p {
	color: #12110f;
	
	margin-top: 9px;
	margin-bottom: 3px;
	margin-left: 4px;
}

#column_r li {
	color: #12110f;
	
	margin-top: 9px;
	margin-bottom: 3px;
}

#column_r img {
	margin-top: 6px;
	margin-bottom: 6px;
}

/* left column style */

#column_l h1 {
	font-size: 16px;
	color: #9f0a1d;
	margin-top: 9px;
	margin-bottom: 3px;
	margin-left: 2px;
	margin-right: 2px;
}

#column_l h2 {
	font-size: 16px;
	color: #116032;
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 2px;
	margin-right: 2px;
}

#column_l h3 {
	font-size: 16px;
	color: #0f3257;
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 2px;
	margin-right: 2px;
}

#column_l h4 {
	background-color: #EEB453;
	color: #12110f;
	
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 2px;
	margin-right: 2px;
}


#column_l p {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
	margin-right: 4px;
}

/* Styles for Footer */
#footer p {
	font-size: 12px;
	line-height: 14px;
	color: #003366;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}