@charset "utf-8";

/* CSS Document */


body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/bkgline.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0B3F8A;
	margin: 0px;
	padding: 0px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bkg {
	background-image: url(../images/bkg.jpg);
	background-position: center top;
	height: 950px;
	background-repeat: no-repeat;
}

.layout-wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.header {
	height: 36px;
	width: 684px;
	position: absolute;
	left: 148px;
	top: 148px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.menu {
	position: absolute;
	top: 238px;
	width: 653px;
	left: 165px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.menu a:link,
.menu a:visited,
.menu a:active {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

.menu a:hover {
	color: #CCFF00;
}

.menu .active:link,
.menu .active:visited,
.menu .active:active,
.menu .active:hover
{
	color: #CCFF00;
}


.submenu {
	position: absolute;
	top: 338px;
	width: 183px;
	left: 809px;
	font-size: 15px;
	height: auto;
}

.submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}

.submenu ul li {
	margin-bottom: 6px;
}

.submenu ul ul {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.submenu  ul  ul li {
	margin-bottom: 0px;
	margin-left: 10px;
}

.submenu a:link,
.submenu a:visited,
.submenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.submenu a:hover,
.submenu .active:link,
.submenu .active:active,
.submenu .active:visited,
.submenu .active:hover {
	color: #CCFF00;
}

.content-wrapper {
	background-image: url(../images/contentbkg.jpg);
	background-repeat: no-repeat;
	height: 614px;
	width: 621px;
	position: absolute;
	left: 180px;
	top: 325px;
	color: #333333;
}

.content-wrapper .top {
	position: absolute;
	left: 42px;
	top: 30px;
	width: 420px;
	height: 26px;
	overflow: hidden;
}

.page-count
{
	position: absolute;
	left: 472px;
	top: 31px;
	width: 40px;
	height: 26px;
	overflow: hidden;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
	color: #666666;
}


.content-wrapper .top h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.content-wrapper .top-arrows {
	height: auto;
	width: 62px;
	position: absolute;
	left: 520px;
	top: 29px;
	text-align: center;
}

.content-wrapper .content h3 {
	font-size: 15px;
	font-weight: bold;
	color: #1764A8;
}

.content-wrapper .content {
	position: absolute;
	left: 42px;
	top: 94px;
	width: 538px;
	height: 475px;
	font-size: 13px;
	overflow: auto;
}
.content-wrapper  .content  img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.footer {
	position: absolute;
	width: 700px;
	top: 950px;
	left: 142px;
	text-align: center;
	padding-bottom: 20px;
	color: #71C1F2;
}

.ncsv {
	display: none;
}

.to-green {
	color: #CCFF00;
}
