body {
	margin:0px;
	background-image:url(images/blue-turn-background.jpg);
	background-repeat:repeat-x;
	font-family:verdana;
	font-size:12px
	}

p {
	margin:10px 5px 10px 5px;
}

ul {
	margin-top:5px;
	margin-bottom:5px;
}

a visited {
color:#0033CC;
}
a {
color:#0033CC;
}

.lefttext {
	padding:10px 0px 5px 0px;
}


.header {
	width: 100%;
	height:20px;
	background-image:url(images/blue-turn-header.jpg);
	background-repeat:no-repeat;
	padding:5px 5px 5px 5px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
}

.footerlinks {
	margin-top:10px;
	margin-bottom:15px;
	font-size:10px;
}

.menuitem
{
	width:148px;
	cursor:pointer;
	margin:0px 0px 0px 0px;
	padding:4px 0px 4px 0px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#FF9900;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FF9900;
	
	/*margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left'*/
}
.currentmenuitem
{
	width:150px;
	background:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:4px 0px 4px 0px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
}
.hover
{
	width:148px;
	cursor:hand;
	background:#FFCC66;
	margin:0px 0px 0px 0px;
	padding:4px 0px 4px 0px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
}

.logo{
	width:150;
	height:41;
	cursor:hand;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(images/blue-turn-logo.jpg);
	}
	
.submenu
{
	background-image:url(images/blueturn-sub.jpg);
	cursor:hand;
	width: 100%;
	height:25px;
	background-repeat:no-repeat;
	padding:3px 5px 3px 5px;
}

.breadcrumbs {
font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000066;
}

.activesub {
	width:100%;
	height:25px;
	cursor:pointer;
}

.subselected
{
	background-image:url(images/blueturn-subover.jpg);
	width: 100%;
	height:25px;
	background-repeat:no-repeat;
	padding:3px 5px 3px 5px;
}
.menu a {
	text-decoration:none;
}

.inlinemenutext a {
	text-decoration:none;
}

.homelinks {
	cursor:hand;
}