/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 12px Arial, sans-serif; background: #999999; }
ul { list-style: none inside; }
p { font: 1.3em/1.3em; margin-bottom: 1.3em; }
a { outline: none; color: #ffffff; text-decoration: none;}
a:hover { color: #ffffff; text-decoration: underline;}
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; height: 1px; overflow: hidden; margin-top: -1px; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#outside_container {
	width: 1024px;
	min-height:600px;
	height:auto !important;
	height:600px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background: color: #ffffff; repeat; y-repeat;
}

#main {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

#header {
  width: 800px;
  height: 100px;
}

#header a {
	color: #ffffff;
}

.searcharea {
  padding: 10px;
  position: absolute;
  left: 720px;
  top: 5px;
  width: 155px;
}

.searcharea input {
	display: block;
}

.Search_Button {
	float: right;
	padding: 5px;
	font-size: 110%;
}

#navandbanner {
  width: 800px;
  height: 321px;
  background: #004688;
}

.nav {
  width: 162px; 
  background: #004688;
  float: left;
}

.nav ul {
  list-style: none;
  font-size: 110%;
  background: #004688;
  width: 128px;
  padding: 0;
  margin: 0;
}

.nav li a {
  display: block;
  text-decoration: none;
  width: 130px;
  color: #ffffff;
  padding: 5px 98px 5px 10px;
}

.nav li a:hover {
  background: #41ad49;
}

#ctl01_FlyoutasdsadaMenu1_m0 {
  width: 148px;
}

[id$='FlyoutadsadMenu1'] {
  width: 148px;
}

.FlyOut_Level02 {
width: 148px;
background: #004688;
}

.banner1 {
  width: 636px;
  height: 315px;
  float: left;
}

#content {
  width: 760px;
  min-height:300px;
	height:auto !important;
	height:300px;
	background: #ffffff;
	padding: 20px;
}

#content p {
color: #000000;
}

#content a {
color: #004688;
text-decoration: none;
}

#content a:hover {
color: #004688;
text-decoration: underline;
}

#content h1 {
color: #004688;
font-size: 110%;
font-weight: bold;
}

span[id$='PostedInfo1'] {
display: block;
margin-left: 18px;
margin-bottom: 7px;
}

.ArticleSection_ListTitle {
color: #004688;
font-size: 120%;
font-weight: bold;
}

.Article_Title {
color: #004688;
font-size: 120%;
font-weight: bold;
}

.ParentSection_ListTitleLink {
color: #004688;
font-size: 120%;
font-weight: bold;
display: block;
padding-bottom: 10px;
}

.itemBriefDescription {
margin-left: 18px;
display: block;
}

.itemReadMoreLink {
display: block;
margin-left: 18px;
}

.H1 {
margin-bottom: 10px;
color: #666666;
}

#footer {
  width: 780px;
  height: 51px;
  background: url(../images/footerrepeat.gif) repeat-x;
  padding: 10px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.banner2 {
  float: left;
  padding: 40px 0px 0px 20px;
}

.login {
  float: right;
  padding: 25px 10px 0px 10px;
}

#ads {
  display: none;
}

#welcome {
  display: none;
}

#breadcrumbs {
  display: none;
}

/* END STRUCTURE */