@charset "UTF-8";
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 90%;
	background-color: #FFFFFF;
}
#topnav {
	background-color: #6699CC;
	margin: 0px;
	padding: 0px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #010098;
	height: 10px;
}
#topnav a {
	text-decoration: none;
	display: inline-block;
	color: #000066;
	background-color: #6699CC;
	padding: 4px;
	border-right: 1px solid #000099;
	border-left: 1px solid #000099;
	height: 100%;
}
#topnav a:hover {
	color: #FFFFFF;
	background-color: #010098;
}
.tdleft {
	background-image: url(../images/leftshadow.jpg);
	background-repeat: repeat-y;
	width: 30px;
}
.tdright {
	background-image: url(../images/rightshadow.jpg);
	background-repeat: repeat-y;
	width: 30px;
}
.tdsidenav {
	background-color: #990000;
	width: 25%;
	text-decoration: none;
	vertical-align: top;
}
#text .tdsidenav a {
	padding: 4px 4px 4px 10px;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	display: block;
}
#text .tdsidenav a:hover {
	color: #FFFFFF;
	background-color: #011576;
}
.tdinfo {
	padding: 25px 50px 10px;
	text-align: justify;
}
#text .tdinfo h2 {
	color: #010098;
	border-left-width: 22px;
	border-left-style: solid;
	border-left-color: #990000;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
#header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.tdsmalltype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	background-color: #010098;
	text-align: right;
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
}
#text .tdinfo img {
	border: 1px solid #000F6E;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
}
