﻿html {
	overflow:scroll
}

body {
	font-family: "Tahoma", "Verdana", "Arial";
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	font-size: small;
	background-image: url('images/bg.gif');
	color: #666666;
	background-attachment: fixed;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
	margin-bottom: 0px;
}
h3 {
	font-size:14px;
}


.mastheadnav {
	text-align: right;
	font-weight: bold;
	font-size: medium;
}
.pagetitle {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}
.bodytext {
		text-align: left;
	}
#footer {
	text-align: center;
	color: #666666;
	font-family: Tahoma, Verdana, Arial;
	background-repeat: no-repeat;
	background-image: url('images/footer.jpg');
	position: relative; 
	width: 750px; 
	z-index: 7; 
	float: left; 
	margin-left: 10px;
	display:inline; 
}

.footerbase {
background-color:#333333
}

td {
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: small;
	line-height: 140%;
	color: #666666;
	text-align: left;
	}

.title {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	vertical-align: top;
}

a {
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
A:link {
	color: #CC0000;
	text-decoration: none;
}
A:visited {
	color: #990033;
	text-decoration: none;
}
A:hover {
	color: #EE4137;
	text-decoration: underline;
}


ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#666666; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1}
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {
	border: 1px solid #aaa;
	padding: 5px 7px 7px;
	font-weight: bold;
	background: url("images/header.gif");
	width: 88px;
	text-align: center;
}
ul.menu .menulink:hover, ul.menu .menuhover {background:url("images/header_over.gif")}
ul.menu .sub {background:#d1d1d1 url("images/arrow.gif") 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

.fmtitle-border-box-gray {
	margin: 0px;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #eaeaea;
	padding: 5px;
}
.fmtitle-border-box-white {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF;
	padding: 0px;
}

.curved-box
    {
	width: 200px;
	margin: 5px 10px 10px 5px;
	background-color: #c3d0d4;
}

.curved-box h2
    {
	margin: 0px;
	background: #c3d0d4 url(images/curve_top.png) no-repeat left top;
	color: #EE4137;
	padding: 10px 10px 0px 10px;
}

.curved-box p
    {
	background: #c3d0d4 url(images/curve_bottom.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px 15px 10px 5px;
	text-align: center;
}

/*News page - the press and news classes are for the news page */

.pressItem {
	margin: 10px 0 0 10px;
	position: relative;
	width: 400px;
	z-index: 2;
	float: left;
}

.pressDate {
	position: relative;
 	float: left;
  	width: 390px;
   	z-index: 2;
    margin-left: 10px;
}

.pressLink {
	position: relative; 
	width: 390px; 
	z-index: 3; 
	float: left; 
	top: 0px; 
	margin-left: 10px;
}

.pressDivider {
	position: relative;
	float: left;
	width: 390px;
	height: 1px;
	z-index: 4;
	background-color: #C5C5C5;
	margin:10px
}

.newsItem {
	margin: 10px 0 0 0;
	position: relative;
	width: 290px;
	z-index: 2;
	float: left;
}

.newsTitle {
	font-weight:bold;
	position: relative;
 	float: left;
  	width: 280px;
   	z-index: 2;
    margin-left: 10px;
}


.newsDate {
	position: relative;
 	float: left;
  	width: 280px;
   	z-index: 2;
    margin-left: 10px;
}

.newsLink {
	position: relative; 
	width: 280px; 
	z-index: 3; 
	float: left; 
	top: 0px; 
	margin-left: 10px;
}

.newsDivider {
	position: relative;
	float: left;
	width: 280px;
	height: 1px;
	z-index: 4;
	background-color: #C5C5C5;
	margin:10px
}

