/* CSS Document */

body {
	margin:0px;
	padding:0px;
	/*text-align: center;*/
	color: #333333;
	background-color: #C5C19D;
}

.content {
	text-align: left;
	padding: 20px 20px 20px 15px;
	border: 0px;
	margin:0 auto;
}

.leftcolumn{
	text-align: left;
	padding: 20px 0px 20px 0px;
	border: 0px;
	margin:0 auto;
	color: #90492D;
}


a:link 		{ color: #90492D; text-decoration: underline;}
a:visited 	{ color: #90492D; text-decoration: underline;}
a:active 	{ color: #756B02; text-decoration: underline;}
a:hover 	{ color: #756B02; text-decoration: underline;}

P, td   { 
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
}

ul {
	margin: 0px 0px 10px 15px;
	padding: 0;
	line-height: 16px; 
}

ol {
	margin: 14px 24px 14px 24px;
	padding: 0;
	line-height: 16px;
	color: #000000; 
}


ul.home,
ol.home {
	margin: -10px 24px 0px 24px;
}

.featuretext   { 
	line-height: 24px;
}

hr {
	border: none;
	background-color: #D9E5EC;
	color: #D9E5EC;
	height: 1px;
	width: 100%;
	
}


h1   {
            font-size: 16px;
            font-family: Tahoma, Arial, helvetica, sans-serif;
			font-weight: bold;
            /*margin: 4px 0px 0px 0px;*/
}


/* Other Navigation */
.CookieTrail {
	color: #90492D;
	text-align: left;
	font-weight: normal;
	font-size: 9px;
	font-family: Tahoma, Arial, helvetica, sans-serif;
	text-decoration: none;
	padding-top: 15px;
}

.SiteDesign {
	color: #666666;
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

.form-text   {
	color: #161515;
	font-size: 11px;
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 11px;
	text-decoration: none;
	padding: 0px;
	vertical-align: top;
}

.submit-button {
  color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  background-color:#0081C6;
	background-position : left;
	border-top : 1px solid #0081C6;
  border-left : 1px solid #0081C6;
  border-bottom : 1px solid #0081C6;
	border-right : 1px solid #0081C6;
	padding : 3px 4px 3px 4px;
}


/* NEWSPANEL homepage */
.newspanelHomepage{
	color: #161515;
	font-style: normal;
	vertical-align: top;
	}
	
.newspanelHomepage strong {
	color: #165A94;
	font-style: bold;
	}

/*.newspanelHomepage a:link    { color: #990000; text-decoration: none; }
.newspanelHomepage a:visited { color: #990000; text-decoration: none; }
.newspanelHomepage a:active  { color: #990000; text-decoration: underline; }
.newspanelHomepage a:hover   {color: #990000; text-decoration: underline;}*/



/* MASTHEAD/NAVIGATION CLASSES */
/* Top Navigation Bar */

.masthead-nav {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
}

.masthead-nav a:link 	{ color: #FFFFFF; text-decoration: none;}
.masthead-nav a:visited { color: #FFFFFF; text-decoration: none;}
.masthead-nav a:active 	{ color: #FFFF00; text-decoration: none;}
.masthead-nav a:hover 	{ color: #FFFF00; text-decoration: none;}
.imgborder {
	border: 1px solid #FFFFFF;
}

.important {
border:1px solid #000;
background:#90492D;
padding:10px;
color:#fff;
}

.important p {
margin:0;
padding:0;
}

.menu {
position:absolute;
top:60px;
}

