body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #285B86;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #1D5F99;
	text-decoration: underline;
}
#mainTD {
	background-color: #FFFFFF;
}
/* MENU BTN */

.btn {
	background-color: #D5E7F2;
	border: 1px solid #14436D;
	text-align: center;
	padding: 4px;
	color: #FFFFFF;
	width: 135px;
	}
.btn a {
	color: #D5E7F2;
	text-decoration: none;
}
.btn a:hover {
	color: #1D5F99;
	text-decoration: none;
}
/* MENU BTN end */

/* PAGE STRUCTURE */

#top {
	background-color: #285B86;
	height: 20px;
	width: 698px;
}

.top-info {
	text-align: right;
	color: #E6F3FF;
	font-weight: normal;
	padding-top: 4px;
}


#nav_left {
	background-color: #14436D;
	width: 164px;
	height: 100%;
	background-image: url(../images/header_logo.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 145px;
}

#content {
	width: 536px;
	background-image: url(../images/header_logo2.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 65px;
}

.topimg {
	padding-left: 18px;
}

.page-content {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 50px;
}

.xtrapadd {
	padding-right: 5px;
}
.menu-title {
	font-weight:bold;
}
.menu2 {
	color: #E6F3FF;
	font-size: 10px;
}
.menu {
	padding-left: 8px;
	color: #E6F3FF;
	font-size: 10px;
	height: 100%;
}

.menu a {
	color: #E6F3FF;
	font-size: 10px;
	text-decoration: none;
}

.menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

#copyright {
	text-align: center;
}

.copytag {
	color: #888888;
	font-weight: normal;
	font-size: 10px;
}

.copytag a{
	color: #888888;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
.copytag a:hover {
	color: #808080;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
}

.sectiontitle{
	font-size: 14px;
	font-weight: bold;
	color: #1D5F99;
}

.sectiontxt {
	text-align: justify;
}