/* Layout Styles */
a {
	color: #6383a1;
}

a:visited {
	color: #6383a1;
}

a:hover {
	color: #bcd1e6;
}

.leftshadow {
	background-image:url(../images/leftshadow.jpg);
	background-repeat:repeat-y;
}
.rightshadow {
	background-image:url(../images/rightshadow.jpg);
	background-repeat:repeat-y;
}
.mainbg {
	background-image:url(../images/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.mainbgpicture {
	background-image:url(../images/mainbgpicture.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.mainbgpicturetrails {
	background-image:url(../images/mainbgpicturetrails.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

/* Font Styles */

.logindetails {
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
a.logindetails {
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
a.logindetails:hover {
	text-decoration:underline;
}
.loginfield {
	font-family:"Arial";
	font-size:11px;
	height:12px;
	color:#ffffff;
	background-color:#71B2DF;
	border-color:#000000;
	border-width:1px;
}
.postdetails {
	font-family:"Arial";
	font-size:11px;
	text-decoration:none;
	color:#000000;
}
a.postdetails:link {
	color:#000000;
	text-decoration:underline;
}
a.postdetails:visited {
	color:#000000;
	text-decoration:underline;
}
a.postdetails:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.viewlink {
	font-family:"Arial";
	font-size:11px;
	text-decoration:none;
	color:#6383a1;
}
a.viewlink:link {
	color:#6383a1;
	text-decoration:underline;
}
a.viewlink:visited {
	color:#6383a1;
	text-decoration:underline;
}
a.viewlink:hover {
	color:#bcd1e6;
	text-decoration:underline;
}
.postfield {
	font-family:"Arial";
	font-size:11px;
	height:16px;
	color:#000000;
	background-color:#71B2DF;
	border-color:#000000;
	border-width:1px;
}
.viewfield {
	font-family:"Arial";
	font-size:11px;
	color:#000000;
	line-height:150%;
}
.loginbutton {
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	height:16px;
	width:50px;
	color:#FFFFFF;
	background-color:#71B2DF;
	border-color:#000000;
	border-width:1px;
}
.mainmenu {
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#16234D;
	line-height:170%;
	background: url(../images/lightarrow.gif) left center no-repeat;
}

.mainmenu:visited {
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#16234D;
	line-height:150%;
	background: url(../images/lightarrow.gif) left center no-repeat;
}

.mainmenu2 {
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#16234D;
	line-height:150%;
}
.mainmenu:hover {
	background: url(../images/darkbluearrow.jpg) left center no-repeat;
}
.mainmenu:active {
	background: url(../images/lightarrow.gif) left center no-repeat;
}
.copyright {
	font-family:"Arial";
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
.content_blue {
	font-family:"Arial";
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
.content_lightblue {
	font-family:"Arial";
	font-size:10px;
	font-style:italic;
	color:#003065;
	text-decoration:none;
}
.heading_blue {
	font-family:"Arial";
	font-size:36px;
	color:#16234D;
	text-decoration:none;
	margin-bottom:5px;
}
.small_heading_white {
	font-family:"Arial";
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.link_blue {
	font-family:"Arial";
	font-size:11px;
	color:#16234D;
	text-decoration:none;
}
.link_blue:hover {
	text-decoration:underline;
}
.link_blue:active {
	color:#16234D;
}