/* Style for all bodies and to control the margin on top. */
body, table, .pagebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #F0F0F0;
}

/* Style for the page body */
.pagebody {
	background-color: #F7FBFF;
}

.bodycontent {
	vertical-align: top;
}

html {
	scrollbar-face-color: #ACC2E3;
	scrollbar-highlight-color: #F7F7F7;
	scrollbar-shadow-color: #F7F7F7;
	scrollbar-3dlight-color: #ACC2E3;
	scrollbar-arrow-color: #F7F7F7;
	scrollbar-track-color: #F7F7F7;
	scrollbar-darkshadow-color: #ACC2E3;
	scrollbar-base-color: #F7F7F7;
	overflow-x: auto;
	/*overflow-y: auto;*/
}

/* Style for the Top bar */
.topbar {
	background-color: #6595D6;
	background-image: url(../topbars/blue/classic.gif);
	background-repeat: repeat-x;
	height: 25px;
}

/* Style for the Bread Crumbs */
.breadcrumbs {
	font-size: 12px;
	font-weight: bold;
	color: #DFE8F4;
}

/* Style for the Footer */
.footer {
	color: #636363;
	font-size: 11px;
}

/* Style for the Page Bottom Shadow */
.shadow {
	visibility: visible;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	color: #003366;
 	border-bottom: #3c78b5;
	border-width: 0 0 1px 0;
	border-style: solid;
	margin: 27px 0 4px 0;
}

h2 {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #003366;
 	border-bottom: #3c78b5;
	border-width: 0 0 1px 0;
	border-style: solid;
	margin: 22px 0 4px 0;
}

h3 {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	margin: 17px 0 4px 0;
}

h4 {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	margin: 14px 0 4px 0;
}

/* Custom link styles */
a:active, a:visited, a:link {
	text-decoration: none;
	color: navy;
}

a:hover {
	text-decoration: none;
	color: red;
}

a.footer:active, a.footer:visited, a.footer:link {
	text-decoration: none;
	color: #141D3A;
}

a.footer:hover {
	text-decoration: none;
	color: red;
}

a.path:active, a.path:visited, a.path:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #DFE8F4;
}

a.path:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #DFE8F4;
}

.leftbar {
	padding-top: 40px;
	width: 180px;
	vertical-align: top;
	border-right: 1px solid #F0F0F0;
}

.rightbar {
	padding-top: 40px;
	width: 170px;
	vertical-align: top;
	border-left: 1px solid #F0F0F0;
}

.linksecheader {
	width: 100%;
	color: #8CABD9;
	text-align: center;
	margin-bottom: 5px;
	background-color: #E8EEF7;
	line-height: 20px;
}

.linksecbody {
	padding: 5px;
}

.leftlinksec {
	width: 100%;
	border-right: 1px solid #B9D2F9;
	border-top: 1px solid #B9D2F9;
}

.rightlinksec {
	width: 100%;
	border-left: 1px solid #B9D2F9;
	border-top: 1px solid #B9D2F9;
}

.rightfreelinksec {
	width: 100%;
	padding-top: 20px;
}

.linkbox, .linkbox2 {
	border-top: 1px dashed #C6D5EC;
	padding-top: 10px;
	padding-bottom: 10px;
}

.linkbox2 {
	line-height: 18px;
}

.navmenu {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #B9D2F9;
	border-right: 1px solid #B9D2F9;
	line-height: 20px;
}

.navmenubody {
	padding: 5px;
}

.navmenuheader {
	width: 100%;
	color: #325A98;
	text-align: center;
	margin-bottom: 5px;
	background-color: #B9D2F9;
}

