﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	background-color: #15314f;
}
#paddingcontainer {
	padding-top: 25px;
	padding-bottom: 25px;
}
#shadowcontainer {
	background-position: center;
	width: 950px;
	margin: 0 auto;
	background-color: #666666;
	background-image: url('../images/bg1.gif');
	background-repeat: repeat-y;
}
#container {
	width: 930px;
	margin: 0 auto;
	background-color: #666666;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #08121D;
	border-bottom-color: #08121D;
}

#masthead {
	background-position: center top;
	text-align: right;
	width: 930px;
	overflow: auto;
	background-color: #CCCCCC;
	background-image: url('../images/new-banner.jpg');
	background-repeat: no-repeat;
	height: 279px;
}
#masthead-bottom {
	text-align: center;
	width: 926px;
	overflow: auto;
	background-color: #666666;
	padding: 2px;
	height: 25px;
	vertical-align: middle;
	color: #000000;
}

#leftbar {
	background-position: center;
	width: 154px;
	background-color: #515151;
	background-image: url('../images/colbg.gif');
	background-repeat: repeat-y;
	vertical-align: top;
}
#rightbar {
	background-position: left;
	width: 154px;
	background-color: #515151;
	background-image: url('../images/colbg.gif');
	background-repeat: repeat-y;
	vertical-align: top;
}
#content {
	padding: 0px 15px 15px 15px;
	width: 590px;
	overflow: auto;
	background-color: #333333;
	margin: 0px;
	color: #FFFFFF;
	vertical-align: top;
}

#content img {
	display: block;
}

#footer {
	clear: both;
	width: 930px;
	background-color: #CCCCCC;
	overflow: auto;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #08121D;
	padding-top: 10px;
	padding-bottom: 10px;
}

#masthead img {
	float: left;
}

#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
.inputside{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textareaside{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
form {
	margin:0px;
	padding:0px;
}
/* Styles for Navigation */
#leftbar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#leftbar li {
	display: block;
	border: 1px solid #999999;
}
#leftbar a {
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #999999;
}
#leftbar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #999999;
	background-color: #999999;
}

/* Styles for Navigation */
#rightbar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#rightbar li {
	display: block;
	border: 1px solid #999999;
}
#rightbar a {
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #999999;
}
#rightbar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #999999;
	background-color: #999999;
}

/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #99CCFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.smalltext {
	font-size: 13px;
}
.keywordtext {
	font-size: 10px;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
	padding-top: 8px;
}
.style_boldCopy {
	font-weight: bold;
	color: #99CCFF;
	font-size: 16px;
}
.pageheader {
	margin: 15px 15px 0px 15px;
	color: #FFFFCC;
	font-size: 22px;
	text-align: center;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	padding-bottom: 5px;
}
.topline {
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
	margin-right: 10px;
	margin-left: 10px;
}
.center {
	text-align: center;
}
.lrgwhite {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}
.headernoline {
	color: #FFFFCC;
	font-size: 18px;
	text-align: center;
	margin-bottom: 0px;
}
.textareasideCopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 5px;
}

