﻿@import url("layout.css"); @import url("style.css");
a:link {
	color: rgb(255, 102, 0);
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
a:visited {
	color: rgb(255, 102, 0);
	text-decoration: none;
	font-weight: normal;
} 
a:hover {
	color: rgb(255, 204, 0);
	text-decoration: underline;
	font-weight: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	background-color: rgb(100, 116, 139);
	color: #000000;
	font-size: small;
	line-height: 22px;
	
}
#masthead {
	background-position: right;
	border-style: none none solid none;
	border-width: medium;
	border-color: #FF6600;
	background-color: rgb(38, 53, 74);
	background-image: url('../images/master/fightback.png');
	background-repeat: no-repeat;
	position: relative;
	text-align: left;
}
#top_nav {
	border-style: solid none solid none;
	border-width: thin;
	border-color: #D3DCE6;
	background-color: rgb(255, 204, 0);
	text-align: left;
}
a.top_nav:link {
	color: rgb(38, 53, 74);
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
a.top_nav:visited {
	color: rgb(38, 53, 74);
	text-decoration: none;
	font-weight: normal;
} 
a.top_nav:hover {
	color: rgb(255, 102, 0);
	text-decoration: underline;
	font-weight: normal;
}
#container {
	background-color: #D3DCE6;
	border-style: solid none solid none;
	border-width: medium medium thin medium;
	border-color: #FF6600;
	background-image: url('../images/master/content_blue_back.png');
	background-repeat: repeat-x;
}
#left_col {
	background-color: #26354A;
}
a.left_col:link {
	color: rgb(207, 216, 228);
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
a.left_col:visited {
	color: rgb(207, 216, 228);
	text-decoration: none;
	font-weight: normal;
} 
a.left_col:hover {
	color: rgb(255, 204, 0);
	text-decoration: underline;
	font-weight: normal;
}
#right_col {
	padding-left:30px;
	padding-top:10px;
}
#page_content {
	background-color: #D3DCE6;
}
a.page_content:link {
	color: rgb(255, 102, 0);
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
a.page_content:visited {
	color: rgb(255, 102, 0);
	text-decoration: none;
	font-weight: normal;
} 
a.page_content:hover {
	color: rgb(255, 204, 0);
	text-decoration: underline;
	font-weight: normal;
}
#footer {
	font-size: small;
	text-align: center;
	float:none;
}
a.footer:link {
	color: rgb(211, 220, 230);
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
a.footer:visited {
	color: rgb(211, 220, 230);
	text-decoration: none;
	font-weight: normal;
	font-size: small;
} 
a.footer:hover {
	color: rgb(255, 204, 0);
	text-decoration: underline;
	font-weight: normal;
	font-size: small;
}
h1,h2,h4, h5, h6
{
	font: Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: .2em;
	line-height: 32px;
	font-weight: bold;
}
h1{
	font-size: x-large;
}
h2{
	font-size: large; 
}
h3 {
	font: bold small Arial, Helvetica, sans-serif;
	color: #2D374D;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: .1em;
	margin-bottom:0px;
	font-variant:small-caps
}
h4{
	font-size: medium;
}
h5{
	font-size: small;
}
h6{
	font-size: x-small;
}
