/*
GLOBAL STYLES
*/

p, h1, h2, h3, h4, h5, h6, ul, li {
	font-family: X, Verdana, Arial, Helvetica, sans-serif, X;
}

a:focus, a:active {
   outline: none;
}

/*
body {
	color: #cccccc;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}
*/

body {
	margin: 0px;
	padding: 0px;
}

#header p {
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 63px;
	width: 100%;
	background-image: url(/images_home/headerbar.jpg);
	background-repeat: repeat-x;

}
#header img {
	padding-left: 17px;
	padding-top: 3px;
}

hr {
	margin: 0px;
	padding: 0px;
	color: #87AACD;
	border-bottom: 1px solid #87AACD;
}

p {
	font-size: .8em;
	color: #FFFFFF;
	line-height: 130%;
	margin-top: 5px;
	margin-bottom: 12px;
}
h1 {

	color: #FFFFFF;
	font-size: 1em;
	line-height: 105%;
	font-weight: bold;
	margin-bottom: -5px;
}
h2 {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 105%;
	margin-top: 4px;
	margin-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: .05em;
}
h4 {
	color: #cccccc;
	font-size: 1.1em;
	line-height: 105%;
	margin-top: 5px;
	margin-bottom: -1px;
}
h6 a{
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
	line-height: 105%;
	margin-bottom: -18px;
}
h6 a:hover{
	color: #87AACD;
}
li {
	font-size: .8em;
	color: #FFFFFF;
	text-decoration: none;
	list-style-image: url(images_home/arrow_sm.gif);
	line-height: 105%;
	margin-top: -15px;
	list-style-position: outside;
	margin-bottom: 22px;
	margin-left: -23px;
}
.box {
	border-right: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	border-left: 1px dotted #FFFFFF;
	background-color: #35404A;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.tab {
	border-right: 1px dotted #FFFFFF;
	border-left: 1px dotted #FFFFFF;
	background-color: #5A8AbA;
	padding-right: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.news2 {
	border: 1px solid #FFFFFF;
	background-color: #333333;
	padding: 10px 10px 8px;
	margin: 10px;
}

.float {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
a:link, a:visited {
	color: #ffffff;
}
a:hover {
	text-decoration: none;
}

.box2 {
	border: 1px solid #FFFFFF;
	background-color: #000000;
	padding: 10px;
}
.Psmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Psmall a:hover {
text-decoration: none;	
}
.ThumbBorder {
	border: 2px solid #000000;
	margin-bottom: 3px;
}
a .ThumbBorder:hover {
	border: 2px solid #5A8AbA;
}


/*
MAP PAGE
*/

#curvetop {
	width: 786px;
	background-image: url(../images/topbarcurves.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 13px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
}
#middlebar {
	background-color: #FFFFFF;
	width: 786px;
	padding: 0px;
	margin-left: auto ;
	margin-right: auto ;
}
#curvebottom {
	width: 786px;
	background-image: url(../images/bottombarcurves.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 13px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
}
