@charset "utf-8";
html,body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #5080a4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border:0;
	height:100%;
	line-height:20px;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #7399b6;
	margin: 15px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	position:relative;
	height:auto;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	width:884px;
	border: 1px solid #ffffff;
	margin:8px;
	height:auto;
}

#topbannercontainer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:884px;
	height:124px;
	border:0px;
	margin:0px 0px 0px 0px;
	position:relative;
	background-image:url(media/title-background2.gif);
	background-repeat:no-repeat;
	float:left;
	
}
.oneColFixCtr #rightContainer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:250px;
	height: 100%;
	border:0;
	margin:0 0 0 0px;
	position:relative;
	float:left;
}


#leftmainContainer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:265px;
	border:0px;
	margin:0px 0px 0px 0px;
	position:relative;
	height: 100%;
	float:left;
	
}

#minheightContainer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:1px;
	border:0px;
	margin:0px 0px 0px 0px;
	height: 680px;
	float:right;
	
}

#rightmainContainer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:600px;
	border:0px;
	margin:0px 0px 0px 0px;
	position:relative;
	height: auto;
	float:right;
}
#rightbodyContainer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:550px;
	border:0px;
	margin:5px 10px 0 30px;
	height: auto;
	float:left;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#353636;
}
#logoContainer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:261px;
	border:0px;
	margin:6px 0px 0px 6px;
	position:relative;
	height: 85px;
	float:left;
}



/* navigation specifications */
#navContainer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:200px;
	border:0;
	margin:20px 0 0 20px;
	
}
#navContainer ul.l3nav   {
	padding:0;
	margin:0;
}
#navContainer .l3nav li {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;	
}
#navContainer .l3nav li a.l3nav {
	display:block;
	height:20px;
	padding:9px 0 3px 0;
	text-decoration:none;
	background: url(media/navcontent/l3nav-underline.gif) repeat-x top;
	list-style:none;
}
#navContainer .l3nav li a.home {
	display:block;
	height:20px;
	padding:0 0 3px 0;
	text-decoration:none;
	list-style:none;
}
#navContainer .l3nav li a.l3nav:hover {
	color:#646f00;
	list-style:none;
}
#navContainer .l3nav li a.home:hover {
	color:#646f00;
	list-style:none;
}

#navContainer .l3nav li a.selected {
	display:block;
	height:20px;
	padding-top:9px;
	text-decoration:none;
	background: url(media/navcontent/l3nav-underline.gif) repeat-x top;
	color:#646f00;
	list-style:none;
}

ul.l4nav   {
	padding:0;
	margin:0;
	list-style:none;

}
#navContainer .l4nav li {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:bold;	
}
#navContainer .l4nav li a {
	display:block;
	padding:5px 0pt 0pt 18px;
	text-decoration:none;
	background: url(media/navcontent/l4nav-arrow-off.gif) no-repeat left top;
	list-style:none;
}
#navContainer .l4nav li a:hover {
	color:#646f00;
	list-style:none;
	background: url(media/navcontent/l4nav-arrow-on.gif) no-repeat left top;
}


#navContainer .l4nav li a.selected2 {
	color:#646f00;
	list-style:none;
	background: url(media/navcontent/l4nav-arrow-on.gif) no-repeat left top;
}

ul.l5nav   {
	padding:0;
	margin:0;
	list-style:none;

}
#navContainer .l5nav li {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	font-weight:bold;	
}
#navContainer .l5nav li a {
	display:block;
	padding:5px 0pt 0pt 10px;
	margin-left:18px;
	margin-bottom:5px;
	text-decoration:none;
	background: url(media/navcontent/l5nav-arrow-off.gif) no-repeat left bottom;
	list-style:none;
}
#navContainer .l5nav li a:hover {
	color:#646f00;
	list-style:none;
	background: url(media/navcontent/l5nav-arrow-on.gif) no-repeat left bottom;
}


#navContainer .l5nav li a.selected3 {
	color:#646f00;
	list-style:none;
	background: url(media/navcontent/l5nav-arrow-on.gif) no-repeat left bottom;
}



#navContainer1 {
	clear:both;
	margin:25px 0 0px 20px;
}

/* end nav specifications */

#toprightContainer {
	padding: 0px;  remember that padding is the space inside the div box and margin is the space outside the div box 
	width:597px;
	border:0px;
	margin:0px;
	position:relative;
	height: 46px;
	float:left;	
	text-align:right;
}

#titleText {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*width:550px;*/
	height:25px;
	border:0;
	position:relative;
	float:left;
	margin:50px 0 0 26px;
}

#bottomleftpicContainer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:225px;
	border:0px;
	margin:0px 0px 0px 0px;
	position:absolute;
	height: auto;
	bottom:0px;
	clear:both;
}
#bottomleftpicContainer2 {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:225px;
	border:0px;
	margin:0px 0px 0px 0px;
	position:absolute;
	height: auto;
	bottom:0px;
	clear:both;
}

.contentImage{
	border: 1px solid #999999;
	padding:3px;
	margin: 0px 0px 10px 15px;
}
.contentImage-left{
	border: 1px solid #999999;
	padding:3px;
	margin: 0px 15px 10px 0px;
}

.imgcaption {
  float: right;
  margin: 0em;
  display:inline;
  width:240px;
}
.imgcaption p {
  text-align: center;
  font-style:italic;
  font-weight:bold;
  text-indent: 0;
}
.imgcaptiontxt {
  text-align: center;
  font-style:italic;
  font-weight:bold;
  text-indent: 0;
}


#footer {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 4px 4px 8px 4px;
	position:relative;
	height:auto !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:16px;
	
}
#footer .copyright {
	float:left;
	width:500px;
}
#footer .links {
	float:right;
	text-align:right;
	width:300px;
}

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

h1 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:normal;
	display:inline;
	color: #6b491b;
}

h2 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #6b491b;
	line-height:-6px;
	display:inline;
	font-weight:normal;
}
h3 {
	font-size: 13px;
	margin-bottom:-20px;
}
h4 {
	font-size: 13px;
	font-style:italic;
	font-weight:normal;
}

ul {
	line-height: 18px; 
	letter-spacing: 0px; 
	margin-top:4px;
	margin-left: 25px;
	padding:0px;
	list-style-type:square;
}

a {
	color:#5080A4;
	text-decoration:none;
}
a:hover {
	color:#646f00;
	text-decoration:underline;
}
a:visited {
	color: #5080A4;
}
.l2hdr {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:normal;
	color: #918b7f;
}

.l3hdr {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:normal;
	color: #6b491b;
}



.newstable table { 
	border:0;
	border-collapse:collapse;
	width:90%;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
}
.newstable td,.newstable th {
	padding:3px;
	
}
.newstable th {
	font-weight:bold;
	border-bottom:1px solid #CCC;
	text-align:left;
}
.newstable td {
	border-bottom:1px solid #F0F0F0;
	line-height:14px;
}
