@charset "UTF-8";
/* CSS Document */
body,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #000000;
	background-image: url(images/common/PageBK.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #006666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #003399;
}
a:active {
	text-decoration: underline;
	color: #003399;
}
h1 {
	font-size: 20px;
	color: #006666;
}
h2 {
	font-size: 18px;
	color: #009999;
}
h3 {
	font-size: 16px;
	color: #333333;
}
h4 {
	font-size: 14px;
	color: #666666;
}
.breadcrumbs {
	font-size: 9px;
	color: #333333;
	height:15px;
}
.headline {
	height:20px;
}
.sitemap {
 font-size: 14px;
}

.sitemap a:link {
	color: #006666;
	text-decoration: none;
}
.sitemap a:visited {
	text-decoration: none;
	color: #003366;
}
.sitemap a:hover,
.sitemap a:active {
	text-decoration: underline;
	color: #003399;
}

.lg {
	font-weight: bold;
}
.sm {
	font-weight:bold;
	text-align:right;
	vertical-align:text-top;
}
.style1 {color: #FF0000}
.content img {
	padding: 6px;
	border-color:#003333;
	border-style:dotted;
	border-width:thin;
	margin: 3px;
}
/* This is to style page images in DB to float right */
.pageimgrt {
	padding: 6px;
	float: right;
	border-color:#003333;
	border-style:dotted;
	border-width:thin;
	margin: 3px;
}

/* This is to add space to some of the line item lists */
.special {
	padding-bottom: 10px;
}

/* This is to style emergency phone number */
.emergency {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
.home {
	width:335px;
	height:auto;
	margin: 0 auto;
	padding:0;
	float:left;
}
.news {
	width:200px;
	height:auto;
	margin: 0 auto;
	padding:0 10px 2px 10px;
	background-color:#BBD9E3;
	border-style:double;
	border-color:#003366;
	float:right;
}
/****** Main Menu******/
#menulist {
	margin:0;
	padding:0;
	width: 200px;
	height: inherit;
	list-style-type:none;
	float:left;
}
.menu  {
	margin:0;
	padding:0;
	width: 200px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	height: 30px;
	line-height: 30px;
	text-indent: 5px;
	border-bottom: 1px solid;
	border-bottom-color: #006666;
	color:#006666;
}	
.menu a:link,
.menu a:visited {
	color: #006666;
	text-decoration:none;
}
.menu a:hover,
.menu a:active {
	color: #003366;
	text-decoration:none;
}
/****** End Menu Styles ******/ 
.footer {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.footer a:link,
.footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




