body {
	margin:0;
	padding:0;
	background:#ccc url(images/greytile.gif);
	background-attachment:fixed;
	font-family:arial, verdana, terminal, sans-serif;
	font-size:95%;
}
img {
	padding:0;
	margin:0;
}
a {
	color:#073770;
}
a:visited {
	color:#333;
}
a:active {
	color:#000;
}
#shell {
	margin:0px;
	min-width:718px;
	background:#7d7d7d;
}
#head {
	background-image:url(images/headerright.gif);
	background-position:right top;
	background-repeat:no-repeat;
	height:96px;
	text-align:left;
	background-color:#003366;
	overflow:hidden;
	min-width:718px;
	}
#nav {
	background:url(images/navbg.gif) repeat-x;
	height:36px;
	margin-top:-3px;
}
#nav a{
	text-decoration:none;
	padding:15px;
	font-size:14px;
}
#bar {
	position:relative;
	top:5px;
}
#subnav {
	background-color:#003366;
	height:25px;
	font-size:12px;
	color:#FFFFFF;
}
#subnav a{
	text-decoration:none;
	color:#FFFFFF;
}

#subbar{
	position:relative;
	top:3px;
}
.link {
	position:relative;
	top:2px;
}
.link:hover {
	position:relative;
	top:0px;
}

#nav a:hover, #subnav a:hover{
	text-decoration:underline;
}
.tablehead {
	padding:5px;
	font-weight:bold;
	font-size:12px;
	background-color:#666666;
	color:#FFFFFF;
	}
.tablehead a {
	color:#FFFFFF;
	font-weight:bold;
	}
.tablehead a:hover {
	text-decoration:none;
	}
.table {
	text-align:left;
	}
.table td {
	border-bottom:1px solid #000000;
	padding:5px;
	}
.table td a {
	color:#000000;
	}
.table td a:hover {
	text-decoration:none;
	}
.table2 td {
	padding-left:10px;
	padding-top:0px;
	text-align:left;
	}
.line {
	border-bottom:1px solid #000000;
	}
.white {
	font-weight:bold;
	font-size:12px;
	background-color:#666666;
	color:#FFFFFF;
	}
/*Body code*/

#body {
	margin:10px;
}
.rightpic {
	display:block;
	margin:5px;
	margin-left:25px;
	border:2px solid #999999;
	padding:3px;
	}
.left {
	background:#ccc;
	background-image:url(images/contentbg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:20px;
	overflow:hidden;
	min-height:300px;
}
.left p {
	padding-left:10px;
	padding-right:10px;
	padding-top:0;
	padding-bottom:0;
	text-align:justify;
}
.title {
	margin:0;
	padding:0;
	height:30px;
	background-color:#003366;
	color:#fff;
	display:block;
}
h2 {
	margin-left:10px;
	}
h3 {
	margin-left:10px;
		}
h4 {
	color:#073770;
	font-size:100%;
	margin:0;
	padding:0;
}
input, textarea {
	background:#dddde0;
	border:1px solid #083C79;
}
input:focus, textarea:focus {
	background:#eeeef0;
}

#footer {
	font-weight:bold;
	font-size:80%;
	background:url(images/footbg.gif);
	height:30px;
}
#footer span{
	position:relative;
	top:6px;
}
#footer a {
	color:#000000;
	}
#footer a:hover {
	text-decoration:none;
	}
.spancer {
	clear:both;
}
table {
	display:block;
	position:inline;
	}
li {
	padding:3px;
	}
p a {
	color:#000000;
	}
p a:hover {
	text-decoration:none;
	}