/* CSS Document */
html {
    height: 102%;
}

body {
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #AABBCC;
	margin: 15px;
}
#wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #d0ddea;
	width: 90%;
	min-width: 760px;
	position: relative;
}
#header {
	background-color: #3b556c;
}
#main {
	background-image: url(../images/ttleftnavbg130.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	left: 0px;
	top: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 0px;
}

#ttleftnav {
	float: left;
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.03em;
	text-align: right;
	color: #FFFFFF;
}

#content {
	margin: 0 10px 0 150px;
	padding-top: 4px;

}
#footer {
	clear: both;
	background-color: #C1D1DE;
	padding-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
}

#footer ul {
	font-size: 12px;
	text-align: left;
	display: inline;
	letter-spacing: 0.02em;
	list-style-type: none;
	line-height: 20px;
}

#footer li {
	display: inline;
	margin-right: 10px;
	list-style-type: none;
}


#clearone {
	clear: both;
	height: 1px;	
}

#topnav {
	background-color: #000000;
	left: 0px;
	text-align: right;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#topnav ul {
	list-style: none;
	text-align: right;
	margin-left: 10px;
	margin-right: 20px;
	padding-top: 4px;
	margin-top: 0px;
}

#topnav li {
	display: inline;
	margin-right: 10px;
}

#ttleftnav ul {
	list-style: none;
	padding-right: 18px;
	margin-left: -20px;
}

#ttleftnav a:link {
	color: #FFF;
	line-height: 30px;
	text-decoration: underline;
	font-weight: bold;
}
#ttleftnav a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: bold;
}
#ttleftnav a:hover {
	color: #E8932C;
	line-height: 30px;
	text-decoration: underline;
	font-weight: bold;
}
#ttleftnav a:active {
	color: #FFF;
	line-height: 30px;
	text-decoration: underline;
	font-weight: bold;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #34536F;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #34536F;
}

p {
	font-size: 12px;
	line-height: 16px;
}

table.topics {
	width: 90%;
	line-height: 16px;
	border-collapse: collapse;
	border: 2px solid #adbbca;
	color: #333333;
	text-align: left;
	font-size: 12px;
	left: 0px;
}
table.topics thead tr {
	color: #34536F;
	background-color: #c4cfdb;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.topics thead tr th {
	padding-left: 0.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}
table.topics tbody tr {
	border: 2px solid #adbbca;
}
table.topics tbody th {
	padding-left: 0.4em;
	font-weight: normal;
	padding-bottom: 4px;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
}
table.topics tbody td {
	text-align: left;
	vertical-align: top;
	padding: 4px 2px 4px 8px;
}
table.topics tbody tr.odd {
	background: #c4cfdb;
}
table.topics tbody td a:link {
	color: #039;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}
table.topics tbody td a:visited {
	color: #039;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}
table.topics tbody td a:hover {
	color: #E8932C;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
