a:link {
	color: #0033FF;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #0033FF;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	background-color: transparent;
	//text-decoration: underline;
}


a.white:link {
	color: #ffffff;
	background-color: transparent;
}

a.white:visited {
	color: #ffffff;
	background-color: transparent;
}

a.white:hover {
	color: #ffe086;
	background-color: transparent;
}

body {
	background-color: #0066ff;
}

body, td, th, p, br, tr, div, span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

code {
	font-family: Courier New, Courier, monospace;
	font-size: 8pt;
}

form {
	margin-bottom: 0px;
}

h6, h5, h4 {
	color: #313131;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.default {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	top: 110px;
}

.head {
	color: #313131;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.subhead {
	color: #414141;
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
}

.tf {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #777777;
	background-color: #f8f8f8;
	color: #313131;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.title {
	color: #313131;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.white {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}

.bottom {
	position: relative;
	bottom: 0px;
	left: 0px;

}

.top {
	position: absolute;
	top: 0px;


}

.right {
	position: absolute;
	right: 10px;
	top: 20;
}
/*
.float-wrapper {float: left; width: 66%;}

.first-float {float: right; width: 75%;}

.second-float {float: left; width: 20%;}

.third-float {float: right; width: 20%;}

.clearfooter {clear: both;}
*/

p {
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;

}
#navbar {
	margin-left: 20px;
}
#navbar ul {
	text-align: left;
	padding: 0 0 0 0px;
}
#navbar makelist {
	list-style: none;
	padding: 0 35px 0 0;
	text-align: left;
}
#sidebar {
	background-image:url(images/sidebar_middle.jpg);
	background-repeat: repeat-y;
	width: 200px;
}
#sidebartop {
	background-image:url(images/sidebar_header.jpg);
	background-repeat: no-repeat;	height: 25px;
	width: 200px;
}
#sidebarbottom {
	background-image:url(images/sidebar_footer.jpg);
	background-repeat: no-repeat;	height: 25px;
	width: 200px;
}
#mainmiddle {
	background-image:url(images/main_middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: -10px;
	margin-left: -30px;
	text-align:center;
	width:700px;
}
#maintop {
	background-image:url(images/main_top.jpg);
	background-repeat: no-repeat;	height: 25px;
	background-position: center;
	position: relative;
	left: 2px;
	margin-left: -30px;
	width:700px;
}
#mainbottom {
	background-image:url(images/main_bottom.jpg);
	background-repeat: no-repeat;	height: 48px;
	background-position: center;
	position: relative;
	left: 1px;
	margin-top: -10px;
	margin-left: -30px;
	width:700px;
}


#indextop {
	background-image:url(images/frontitemtop.JPG);
	background-repeat: no-repeat;	height: 22px;
}
#indexmiddle {
	background-image:url(images/frontitemmid.JPG);
	background-repeat: repeat-y;
	min-height: 100px;
}
#indextext {
	text-align: left;
	position: relative;
	width: 260px;
}


#indexbottom {
	background-image:url(images/frontitembottom.JPG);
	background-repeat: no-repeat;	height: 22px;
}

#maintext {
	width:630px;
	margin:0px auto;
	text-align:left;
}
#searchbar {
	padding-left: 10px;
}
table.heavy {
	border-width: medium medium medium medium;
	border-style: solid solid solid solid;
	border-color: #666666;
	background-color: white;
	border-collapse: collapse;
}

table.heavy th {
	padding: 3px 3px 3px 3px;
	border: 1px solid;
}
table.heavy td {
	padding: 3px 3px 3px 3px;
	border: 1px solid;
}
#indexhead {
	font-size: 16px;
	padding-bottom: 10px;
}
#indexhead a{
	font-size: 16px;
	padding-bottom: 10px;
}
