﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
}
#container {
	background-color: #fff;
	width: 960px;
	margin: 0 auto;
    margin-top: 15px;
	border-top: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
}
#masthead {
    margin-top: 10px;
    margin-left: 15px;
	text-align: left;
	background-color: #fff;
    height: 80px;
    overflow: hidden;
}

/* FLASH AREA */
#inner-container {
  margin-left: 15px;
  width: 930px;
}
#spacer-homepage {
  height: 334px;
  width:930px;
  margin-bottom: 0px;
}

#spacer-contentpage {
  margin-bottom: 5px;
}

#navigation {
	background-color: #CCCCCC;
	overflow: hidden;
    height:4em;
}

#column_l {
	width: 690px;
	margin: 0;
	padding: 0 0px;
	background-color: #fff;
}

#column_r {
	width: 212px;
	margin: 0;
	float: right;
	padding: 2px;
    border: 1px solid #DEDEDF;
	position: relative;
}

/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}

/* Wayfinder Wrapper kludge */

#navigation2 {

	height: 52px;

	background-image: url('../images/menu_bg.png'); /*background-color: #003F6D;*/;

	/*overflow: hidden;*/

}
div.menu2{
	width:930px;
	height:52px;
    margin-top: 1px;
	background:url(../images/menu_bg.png);
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}

/* Styles for Footer */
#footer {
	width: 960px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
}
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}

/* 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;
}


/* NEW */
.headertds {
	font-family: tahoma;
	font-size: 9px;
	color: #333333;
	text-align: right;
	font-weight: normal;
}
.headertds a {
	font-family: tahoma;
	font-size: 9px;
	color: #990000;
	text-align: right;
    text-decoration: none;
}
.headertds a:hover {
	font-family: tahoma;
	font-size: 9px;
	color: #FF3300;
	text-align: right;
    text-decoration: underline;
}

.searchboxstyle {
	font-size: 9px;
	color: #808080;
	font-family: tahoma;
	border: 1px solid #808080;
	width: 150px;
	height: 15px;
	padding: 1px 1px 1px 3px;
}
input{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* style for body links */
.bodytd a {
    color: #727272;
	text-decoration: none;
}

.bodytd a:hover {
    color: #727272;
	text-decoration: underline;
}


/* style for Sidebar links */
.SidebarTd a {
    color: #3399FD;
    text-decoration: none;
}

.SidebarTd a:hover {
    color: #3399FD ;
    text-decoration: underline;
}
