﻿@import url(layout.css);
body {
	color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #eae7de;
	}
#container {
	width: 900px;
	background-color: #ffffff;
	min-height:100%;
	margin:0px auto 0px auto;
    padding:3px;
    border-left:5px solid #003366;
    border-right:5px solid #003366;
    }
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 880px;
	padding: 0;
	background-color: #ffffff;
}
#navigation {
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
    text-align:center;
    width:100%;
    font-size:12px;
    font-weight:bold;
    line-height:13px;
    clear:both;
    padding:0px;
    margin-top:5px;
    margin-bottom:-5px;
    background-color: #003366;
    }
#nav ul {
list-style:none;
margin:0;
padding:0;
}

#nav li {
float:left;
display:inline;
margin:0 0px 0 0;
padding:0px;
line-height:18px;
}

#nav li ul {
  display: none;
  float: left;
  top: 1em;
  left: 0; 
  }
  
li.over ul{ 
display: block;
}
#nav li:hover ul{ 
display: block;
}
#nav li a:visited {
text-decoration:none;
font-size:14px;
color:#000;
padding-right:2px;
}
#nav li a:link {
text-decoration:none;
font-size:14px;
color:#003366;
font-weight:bold;
padding-right:2px;
}
#nav li a:hover {
background-image:url('../images/orange-peel-texture.jpg');
color:#003366;
font-weight:bold;
}
#orangeline {
float:left;
margin:5px 0px 2px 13px;
}

#column_l {
	width: 575px;
	margin: 15px 0 0 10px;
	padding: 0 10px 10px 10px;
	background-color: #ffffff;
	}
#column_r {
	width: 253px;
	margin: 15px;
	background-color: #ffffff;
	padding-right: 5px;
	padding-left: 5px;
	margin-right:-50px;
	position: relative;
	font-size:12px;
}
#footer {
	text-align: center;
	background-color: #eae7de;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
    margin:0px 0px 0px 5px;
}
#masthead p {
	color: #000;
	font-size: 16px;
	font-weight:700;
	text-align: right;
	margin: 10px 10px 0 10px;
}
#masthead h2 {
     color: #f26623;
     font-size: 16px;
     font-weight:700;
     text-align: right;
     margin:0px 0px 0px 0px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	}
#navigation a:hover {
	border: 1px solid #f2f2f2;
	background-image:url('../images/orange-peel-texture.jpg');
	color: #000000;
	font-weight:700;
}
/* Styles for Content */
h1 {
	color: #f26623;
	font-size: 1.75em;
}
h2 {
	color: #f26623;
	font-size: 1.50em;
}
h3 {
	color: #f26623;
	font-size: 1.25em;
}
h4 {
	color: #f26623;
	font-size: 1.0em;
}
h5 {
	color: #f26623;
	font-size: 0.75em;
}
h6 {
	color: #f26623;
	font-size: 0.5em;
}
big {
	color: #f26623;
	font-size: medium;
}
#column_r p {
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
	font-size: small;
}
#column_r ul li {
	font-size: small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #000000;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #f26623;
	text-decoration: none;
}
/* Styles for Links */

/* Link states */

a:link {
text-decoration:underline;
font-weight:bold;
color:#003366;	
}
a:visited {
text-decoration:underline;
font-weight:bold;
color:#003366;	
}
a:hover {
font-weight:bold;
color:#f26623;
}
a:active {
font-weight:bold;
color:#003366;
}




a {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #f26623;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
