* {margin:0;padding:0;} 

body {
	width:100%;
	background:#5C5C5F url(images/mainbg-bl.gif) repeat-y top left;
	font-family: "trebuchet ms", helvetica, sans-serif;
	margin-left: 5px;
}
ul, ol {list-style:none;}

#container {width:815px;}

#maintext {
	float:left;
	width:625px;
}
#linklist {
	padding:120px 0 0 20px;
	margin:0 0 0 625px;
	font-size:13px;
}
* html #linkList {position:absolute;left:0;top:0;} /* For Internet Explorer */

#heading {
	width:625px;
	background: url(images/header-bl.gif) no-repeat top left;
	text-indent:-5000px;
}

#title {
	float:left;
	width:625px;
	height:153px;
	background:url(images/title-bl.gif) no-repeat top left;
	text-indent:-5000px;
}

#content {
	clear:both;
	width:625px;
	padding: 5px 0 5px 0;
	background:#909090;
	border: 2px solid #000000;
	font-size:13px;
}

#content p {
	margin:12px;
	color: #000000;
}
input { background: #CFCFCF;
	color: #000000;
	border: 1px solid #000000;
}

#left {  z-index: 1;
        position: absolute;
        width: 150px;
        height: 100px;
        text-align: left;
        padding: 12px 0px 0px 12px;
}
#right {margin-left: 155px;
        padding: 12px 0px 0px 12px;
        vertical-align: bottom;
        }
.border {border: 1px solid black;}

textarea {font: 10pt "trebuchet ms"; background: #CFCFCF;}


td {font-family: "Trebuchet MS", helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h3 { font-family: "Trebuchet MS", helvetica, sans-serif;
	font-size: 17px;
	padding-left: 12px;
}

hr { width: 590;
	text-align: center;
	color: #10132D;
	margin: 12px;
}

#nav {
	width:100px;
	padding:0 0 275px 10px;
}

#nav h3 {
	width:180px;
	height:22px;
	text-indent:-5000px;
}

#nav h3 {background:url(images/navtitle-bl.gif) no-repeat top left;}

#nav ul {
	margin:10px 0 20px 0;
	color:#FFFFFF;
}

#nav ul li {
	margin:10px 0 0 0;padding: 1px 0 0 12px;
	background:url(images/bullet-bl.gif) no-repeat top left;
	}

#nav ul li.ind {margin: 5px 0 0 15px;
	background:url(images/bullet2-bl.gif) no-repeat top left;
	}
	
#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#nav ul li a:hover {font-weight:bold;}

a:link, a:active, a:visited {color: #10132D; text-decoration: none;}
a:hover {text-decoration: underline;}
