﻿@import url("layout.css");
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/*background-color: #fafaff; 
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #f2f2f7*/
}
#container {
	width: 1000px;
	margin:  1px 30px auto;
}
#masthead {
	text-align: left;	
	/*width: 800px;
		border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;*/
}
#masthead a
{
	border-style: none;
	text-decoration: none;
}
#menua
{
    background-color: #FFCCCC;
}
#newsContent {
	position: relative;
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#midcontent {
float: left;
	width: 79%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	padding: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#side-a
{
	margin: 10px 20px 10px 10px;
	float: left;
	width: 50%;
	padding: 10px;
}

#side-b 
{
	margin: 10px 20px 10px 10px;	
	float: right;
	width: 50%;
	padding: 10px;
	
}

#side-x
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-style: none solid none solid;
	float: left;
	width: 600px;
	border-right-width: 1px;
	border-right-color: #666666;
	border-left-width: 1px;
	border-left-color: #666666;
	padding: 10px;
}
#content {
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	/*border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;*/
	background-color: #fff;
}
#NCcontent {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	padding: 5px;
	/*border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;*/
	background-color: #fff;
}
#widecontent
{
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	padding: 5px; 
	/*border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;*/
	background-color: #fff;
}
#header{
	text-align: left;
	clear: both;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}

#footer {
	text-align: left;
	clear: both;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff; */
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3
{
	color: #000066;
}
/* Navigation Styles */
#navigation ul
{
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #C0C0C0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a
{
	color: #000099;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover
{
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #E6F2FF;
	color: #000099;
}
/*Navigation style*/
/* menu Styles 
#menu
{
	background-color: #DBDBDB;
	padding: 5;
	border: 1px solid #5f8ea9;
	width: 100%;
}
#menu ul
{
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 5;
	overflow: hidden;
	background-color: #C0C0C0;
}
#menu li
{
	display: block;
	margin: 2;
	padding: 5;
	border: 1px solid #800000;
	background-color: #DBDBDB;
}
#menu a {
	color: #3d6c87;
	text-decoration: none;
	margin: 2;
	border: 1px;
	background-color: #DBDBDB;
}
#menu a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #99CCFF;
}
*/ end menu
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	/* margin-top: 5px; */
}
#footer a {
	color: #5f8ea9;
/*	text-decoration: underline; */
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
#leftColumn {
	float:left; 
	width:50%;
	}
#rightColumn
{
	float: right;
	width: 50%;
}
#narrowLeftColumn {
	float:left; 
	width:23%;
	}
#rightWideColumn
{
	float: right;
	width: 77%;
}
/*#mapdivLeft
{
	float: left;
	width: 15%;
	height: 490px;
	background: #FFFFFF;
}
#mapdiv 
{ 	float:right; 
 	width:80%;
 	background: #FFFFFF;
}
*/
.sectiondiv
{
	float:left; 
	width:100%;
}
a
{
	color: #006699;
	text-decoration: none;
}
a:hover
{
	color: #800000;
	text-decoration: none;
	background-color: #C0C0C0;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
img
{
	border-style: none;
}
  .modalBackground 
        {
            background-color:Gray;
            filter:alpha(opacity=60);
            opacity:0.60;         
        }
        .updateProgress
        {
            border-width:1px; 
            border-style:solid; 
            background-color:#FFFFFF; 
            position:absolute; 
            width:300px; 
            height:75px;    
        }
        .updateProgressMessage
        {
            margin:1px; 
            font-family:Trebuchet MS; 
            font-size:small; 
            vertical-align: middle;
        }    