body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
}
td{
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
}
a {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #991900;
}

.topNav table{
	width: 100%;
	height: 25px;
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
}

h1{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
h2{
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
h3{
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}

img{
	border: 0px;
}
.topNav table td{
	background-image: url('/images/header/top_nav_background.gif');
	background-repeat: repeat-x;
	white-space: nowrap;
	text-align: center;
	border-top: 1px solid #c2d6e0;
	border-right: 1px solid #7799aa;
	border-left: 1px solid #a3becc;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #335577;
	cursor: pointer;
}
.topNav table td.banner{
	background-image: url('/images/header/banner_background2.gif');
	background-repeat: repeat-x;
	text-align: left;
	cursor: default;
	padding-left: 13px;
	border-left: 1px solid #3d5fb4;
	border-right: 1px solid #3d5fb4;
	border-bottom: 0px;
}

.topNav table td.border-left{
	width: 40%;
	padding: 0px;
	cursor: default;
}
.topNav table td.border-right{
	border-top: 1px solid #c2d6e0;
	padding: 0px;
	border-right: 0px;
	border-bottom: 0px;
	margin: 0px;
	text-align: right;
	cursor: default;
}
.topNav table td a{
	color: #335577;
	text-decoration: none;
}

table.sideNav{
	border-collapse: collapse;
	width: 219px;
	margin-top: 10px;
}

table.sideNav td.leftNavTop{
	background-image: url('/images/header/left_nav_top.gif');
	background-repeat: no-repeat;
}

table.sideNav tr.leftNavFiller{
	background-color: #eeffdd;
	height: 100%;
}

tr.mainNav{
	/*background-color: #aadd77;
	border-top: 2px solid #c3e99d;*/
	cursor: pointer;
}

tr.mainNav td{
	padding-left: 10px;
	font-size: 13px;
	color: #226633;
	border-bottom: 1px solid #c3e99d;
	border-top: 1px solid #c3e99d;
}

tr.hiddenNav{
	display: none;
	/*background-color: #cceeaa;*/
	cursor: pointer;
}
tr.hiddenNav td{
	font-size: 13px;
	padding-left: 30px;
}

tr.hiddenNav td a{
	color: #226633;
	text-decoration: none;
}

tr.selectedNav{
	/*background-color: #cceeaa;*/
	cursor: pointer;
}
tr.selectedNav td{
	font-size: 13px;
	padding-left: 30px;
	color: #226633;
	text-decoration: none;
}

tr.selectedNav td a{
	color: #226633;
	text-decoration: none;
}

tr.activeNav{
	background-color: #eeffdd;
	cursor: pointer;
}
tr.activeNav td{
	font-size: 13px;
	padding-left: 30px;
	color: #226633;
	text-decoration: none;
}

tr.activeNav td a{
	color: #226633;
	text-decoration: none;
}



.breadcrum{
	font-size: 10px;
	text-align: center;
	color: #003399;
	padding-top: 3px;
}
.breadcrum a{
	font-size: 10px;
	color: #003399;
	text-decoration: underline;
}
.breadcrum a:hover{
	color: #991900;
}
.breadcrum p{
	border-top: 1px solid #99bbcc;
	padding: 0px;
	margin: 3px 0px 0px 0px;
}

.ads{
	padding-top: 5px;
	padding-right: 10px;
	width: 125px;
}
.tips h2{
	font-size: 12px;
	color: #003399;
	border-bottom: #99bbcc;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}
.tips h3{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.tips p{
	font-size: 12px;
}
.footer{
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
}
/* end of header  */

.content {
	padding-left: 10px;
	padding-right: 10px;
}

.content td{
	padding: 3px 5px 3px 5px;
	font-size: 14px;
}

.content ol li{
	padding-bottom: 3px;
}

.content h1{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-top: 0px;
}
.content h2{
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}
.content h3{
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}




table.navSystem{
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
	height: 40px;
	border-collapse: collapse;
	background-color: #6688cc;
}
table.navSystem img {
	border: 0px;
}
table.navSystem td{
	padding: 0px;
}
table.navSystem td a{
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}
table.navSystem td a:hover{
	color: #ffffff;
}
