/* Global Styles */

body {
	margin:0px;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	}

.heading-background {
	background-image:url(images/heading-background.jpg);
	background-repeat:repeat-x;
	background-position: left 0;
	margin: 0px;
	padding: 0px;
}
	
#windowswrapper {
	margin: 0px auto auto;
	width: 85%;
	background-color:#FFFFFF;
}

.shading-tl {
	background-image: url(images/sh-tl.jpg);
	background-repeat: no-repeat;
	width: 7px;
	background-position: right bottom;
}
.shading-tr {
	background-image: url(images/sh-tr.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 7px;
}

.shading-l {
	background-image: url(images/sh-l.jpg);
	background-repeat: repeat-y;
	background-position: right 0px;
	width: 7px;
}
.shading-r {
	background-image: url(images/sh-r.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	width: 7px;
}

.shading-bl {
	background-image: url(images/sh-bl.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.shading-b {
	background-image: url(images/sh-b.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.shading-bR {
	background-image: url(images/sh-bR.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#menu {
	line-height: 25px;
	color: #FFFFFF;
}

#menu a, #menu a:visited {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
	color: EEEEEE;
}

.tabledivider {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#main-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.9em;
}

#main-text a, #main-text a:visited {
	text-decoration: none;
	color: #0099FF;
}

#main-text a:hover {
	text-decoration: underline;
	color: #0099FF;
}

#logo {
	background-repeat: no-repeat;
	background-position: left top;
	width: 300;
	overflow: visible;
	position: absolute;
	visibility: visible;
	left: 150px;
	top: 0px;
	height: 150;
	float: left;
}

.footer {
	color: white;
	background-color: black;
	font-size: 10px;
	padding-right: 5px;
}

.footer a, .footer a:visited {
	color: white;
	text-decoration:none;
}

.footer a:hover {
	color: #aaaaaa;
	text-decoration:underline;
}

form p {
	clear: left;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}

form p label {
	float: left;
	width: 225px;
	font bold 0.9em Arial, Helvetica, sans-serif;
}

input.txt, texta {
	color: #000088;
	background-color: #e3f2f7;
	border: 1px inset ##D4D4D4;
	width: 200px;
}

input.widetxt {
	color: #000088;
	background-color: #e3f2f7;
	border: 1px inset ##D4D4D4;
	width: 350px;
}

input.shorttxt {
	color: #000088;
	background-color: #e3f2f7;
	border: 1px inset ##D4D4D4;
	width: 75px;
}

fieldset {
	border: none;
	margin-top: 16px;
	padding: 10px;
}

legend {
	font bold 0.8em Arial, Helvetica, sans-serif;
	color: #86839D;
	text-indent: -5px;
}