body{
	/* background: url('../images/bg.jpg');
	background-repeat: repeat-x; */
	background-color: #A1AAB1;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #555555;
}
a, a:visited { 
	outline: none;
	color: #555555;
	text-decoration: underline;
}
a:hover { 
	color: #555555;
	text-decoration: underline;
}
table td {
	vertical-align: top;
}
img {
border:0;
}

div#header {
	margin: auto;
	height: 81px;
}
h1{
	font-size: 20px;
	color: #0182C6;
}
h2, h2 a, h2 a:hover, h2 a:visited{
	font-size: 16px;
	color: #0182C6;
}
h3 {
	font-size: 14px;
	margin: 10px 0 10px 0;
	
}
h1 span a, h2 span, h3 span a {
	font-size: 12px;
	color: #444444;
	font-style: italic;
}
p, li{
	font-size: 12px;
	line-height: 18px;
}
td#subnav {
	background: #B3BAC0;
	height: 50px;
}
	td#subnav div#title{
		float: left;
		background: #F58E25;
		height: 50px;
		width: 200px;
		padding-left: 25px;
		vertical-align: middle;
		text-align: left;
		line-height: 50px;
		color: #ffffff;
		font-size: 13px;
		font-weight: bold;
	}
	td#subnav div#sub_inner{
		float: right;
		padding-right: 25px;
		width: 400px;
		vertical-align: middle;
		text-align: right;
		line-height: 50px;
		color: #ffffff;
		font-size: 13px;
		font-weight: bold;
	}
		td#subnav div#sub_inner a, td#subnav div#sub_inner a:hover{
			color: #ffffff;
			text-decoration: none;
		}

td#left_col {
	background: #7692A8;
}


td#main {
	padding: 20px 25px 20px 25px;
	height: 500px;
	background: #E6EBEE;
}
td#dotted {
	background-image: url('../images/dotted.gif');
	background-repeat: repeat;
	height: 20px;
}

table.grid td {
	height: 20px;
}