@charset "utf-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/body_bg.jpg) repeat-x 0px 0px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.home  #container {
	width: 971px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF;
}
.home  #navbar, .sub #navbar {
	height: auto;
	background: url(../images/navbar_bg.jpg) repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
.home  #navbar  ul, .sub #navbar ul {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	list-style: none;
}
.home  #navbar  li, .sub #navbar li {
	text-align: center;
	padding: 0px;
	margin: 0px;
	word-spacing: -0.1em;
	display: inline;
	border-right: 0px solid #FFFFFF;
}
.home    #navbar    a.rightnavitem, .sub   #navbar   a.rightnavitem {
	border-right-style: none;
}
#navbar  a  {
	text-decoration: none;
	color: #000000;
	font: 11px/11px Verdana, Arial, Helvetica, sans-serif;
	display: inline-block;
	border-right: 1px solid #FFFFFF;
	padding: 2px 4px 2px 4px;
}
#navbar a:hover {
	color: #FFFFFF;
}
.home  #mainContent {
	background: #FFFFFF url(../images/content_bg.jpg);
	height: 507px;
	position: relative;
}
.home #mainContent #homeContent {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 563px;
	height: 428px;
	padding: 0px 10px 10px;
}
.home    #footer   {
	text-align: left;
	color: #666666;
	font-size: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.sub #container {
	width: 971px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF url(../images/subsidebar1_bg.jpg) no-repeat 0px 0px;
}
.sub #footer {
	text-align: left;
	color: #666666;
	font-size: 10px;
	padding-top: 0;
	padding-bottom: 0;
	background: #E5E5FF;
}

#homeContent  .HomeHeadings {
	color: #333333;
	letter-spacing: 0em;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 3px;
}
#homeContent  ul.HomeLists {
	margin: 3px 10px;
	padding: 0px;
	list-style: none;
	line-height: 18px;
	font-size: 11px;
}


.more {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #3585B6;
}
a:hover {
	color: #000000;
}
#homeContent  img {
	border: 1px solid #C0C0C0;
	margin: 0px 15px 5px 0px;
	padding: 1px;
}
#SubPagesidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	height: 526px;
	margin: 0px;
	padding-top: 0px;
}
#SubPagesidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#SubPagesidebar1 a {
	color: #383887;
	font: bold 11px Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	display: block;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #FFFFFF;
	background: url(../images/sidenav_bg.png);
}
#SubPagesidebar1 a:hover {
	color: #000000;
	text-decoration: none;
	background: url(../images/sidenav_bg2.png) repeat 0px 0px;
}
#container #SubContent {
	margin-left: 190px;
	padding: 10px;
	line-height: 150%;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#SubContent h3.breadcrumb {
	color: #377FA7;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
.floatright {
	margin: 5px 0px 5px 5px;
	float: right;
}
.floatleft {
	margin: 5px 5px 5px 0px;
	float: left;
}
.containerBG {
	background: url(../images/subsidebar1_bg.jpg) no-repeat 0px 0px;
}
.date {
	color: #317FB0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
.FR_number {
	font-weight: bold;
	color: #3482B3;
	font-style: italic;
}
.UpdateDate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #4B8AB5;
}
#homeContent #homegallery {
	margin-top: 15px;
}
.quotebox {
	margin-right: 30px;
	margin-left: 30px;
	border: 1px solid #06F;
	padding: 10px;
}
.CriticalIssuesBoxes {
	padding: 5px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	font-style: italic;
}
.QuotesBox {
	padding: 5px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	font-style: italic;
	margin-top: 10px;
}
