﻿body {margin: 15px;	padding: 0;	background: url('../siteart/bg.jpg') no-repeat #bcbcbc center top;	font-family: Verdana, Arial, sans-serif;}

#wrapper {width: 882px;}

#pic {
	float: right;
	position: relative;
	margin-top: -80px;
	margin-right: -50px;
	height: 300px;
	width: auto;
}

a {
	color: #eee;
	text-decoration: none;
	border-bottom: 1px dotted #eee;
}

a:hover {
	color: #fff;
	border-color: #fff;
}

#hdr {padding-right: 25px;}

#nav {padding: 25px 0;}

#navTable {width: 100%;	text-align: center;}

#navTable a.nav {
	display: block;
	padding: 5px 0;
	width: 187px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9pt;
	border: 0;
}

#navTable a.nav:hover {background: url('../siteart/navbg.png') no-repeat center center;}

a.on {
	background: url('../siteart/navbg.png') no-repeat center center;
}

#content {padding: 0 17px;}

#topContent {
	height: 67px;
	width: 900px;
	background: url('../siteart/topContent.gif') no-repeat;
}

#midContent {
	width: 900px;
	font-size: 9pt;
	line-height: 31px;
	letter-spacing: 1px;
	background: url('../siteart/midContent.gif') repeat-y;
}

#midContent div {padding: 0 0 10px 50px; text-indent: 20px;}

#midContent ul {
	margin: 0px;
	margin-left: 80px;
	padding-left: 10px;
	list-style-type: square;
	font-size: 9pt;
}

#bottomTag {
	font-size: 11pt;
	font-weight: bold;
}

#botContent {
	width: 900px;
	height: 18px;
	background: url('../siteart/botContent.gif') no-repeat;
}

/*FORM STYLES*/

#formTable {
	width: 500px;
	margin-top: 15px;
}

#formTable td {
	padding-top: 10px;
}

.input {
	border: 1px solid #000;
	background: #fbb43f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000;
	width: 325px;
}

/** You can use this style for your LABEL elements **/
.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	width: 150px;
}


/*ANYLINK CODE*/

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
z-index: 100;
margin-left: -25px;
width: auto;
}

.anylinkcss a {
display: block;
border-bottom: 1px solid black;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-weight: bold;
}

a.dropdown {
	display: block;
	padding: 5px 0;
	width: 250px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9pt;
	background: #dbdbdb;
}

a.dropdown:hover {
	background: #fbbd35;
}