@charset "utf-8";
body {
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	height: 100%;
	background-image: url(../_sysimg/back.gif);
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}
.content    input, .content   textarea, .content  button {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	background-color: #3B3B3B;
	color: #CCCCCC;
}


.contentwrap {
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	clear: both;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.footer {
	height: 20px;
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
}
.footer ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 180px;
}
.footer li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    color: #999999;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    display: block;
}
.footer li a {
    color: #666666;
    text-decoration: none;
    display: block;
}
.footer li a:hover {
    color: #FFFFFF;
}
.footer  li  a.selected  {
    color: #333333;
    font-weight: bolder;
}
.magn {
    float: left;
    height: 32px;
    width: 32px;
    top: -32px;
    position: relative;
    background-image: url(/_sysimg/magn.png);
    background-repeat: no-repeat;
    clear: none;
    overflow: visible;
}
.magn-img {
}
.magn-right {
    float: right;
    height: 32px;
    width: 32px;
    top: 0px;
    right: -42px;
    position: relative;
    background-image: url(/images/system/magn.png);
    background-repeat: no-repeat;
    clear: none;
    overflow: visible;
}
.mainimg {
	height: 166px;
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.nav {
	height: 26px;
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_sysimg/back-nav.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 4px;
	clear: both;
	padding-top: 48px;
	padding-bottom: 8px;
}

.nav ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 190px;
}
.nav li {
	font-size: 13px;
	line-height: 20px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	text-transform: uppercase;
	color: #b76870;
	text-decoration: none;
	display: block;
	font-weight: normal;
}
.nav li a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
.nav li a:hover {
	color: #666666;
}
.nav   li a.selected   {
	color: #a55c4c;
}

.content {
	float: right;
	width: 715px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	min-height: 300px;
	background-color: #3C3C3C;
	background-image: url(../_sysimg/contentbkg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.content-half {
    float: left;
    width: 350px;
    text-align: justify;
}
.content-info {
    width: 343px;
    float: right;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    padding-left: 15px;
    padding-right: 10px;
}

.content h1 {
	font-size: 22px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #a55c4c;
	margin-bottom: 3px;
	padding-bottom: 2px;
}
.content h2 {
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
	color: #CCCCCC;
	margin-bottom: 5px;
}
.content h3 {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #a55c4c;
	margin-bottom: 5px;
}
.content h4 {
    font-size: 12px;
    font-style: italic;
    line-height: 15px;
    font-weight: normal;
    color: #666666;
    padding: 5px;
    height: auto;
    width: auto;
    border: 1px solid #666666;
    margin-bottom: 5px;
    background-color: #FFFFFF;
}
.content h5 {
	font-style: italic;
	font-weight: normal;
	color: #CCCCCC;
	font-size: 13px;
	line-height: 16px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a55c4c;
	padding-left: 10px;
	width: 50%;
	clear: right;
	margin-bottom: 5px;
	margin-top: 5px;
}
.content h6 {
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
    color: #999999;
    text-align: left;
}
.content p {
	font-size: 12px;
	line-height: 17px;
	color: #9e9d9d;
	margin-bottom: 7px;
}
.content a {
	color: #FFF;
	text-decoration: none;
}
.content a:hover {
	color: #333;
	text-decoration: underline;
}
.content li {
	font-size: 12px;
	color: CCC;
	line-height: 15px;
	margin-bottom: 7px;
	font-style: italic;
	background-image: url(/_sysimg/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 9px;
}
.content li a {
	color: #a55c4c;
	text-decoration: none;
}
.content li a:hover {
	color: #a55c4c;
	text-decoration: underline;
}
.content ul {
	margin-left: 10px;
}
.nws {
	margin-top: 7px;
    padding-top: 3px;
	margin-bottom: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-bottom: 7px;
	clear: both;
	overflow: auto;
}
.nws h2 {
    color: #B90013;
    margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD;
	padding-bottom: 5px;
}
.listed  {
	text-align: left;
	vertical-align: top;
}
.listed li {
	font-size: 12px;
	color: 333;
	line-height: 15px;
	margin-bottom: 7px;
	font-style: italic;
	background-image: url(/images/system/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 30px;
	list-style-image: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 7px;
}
.submenu {
	float: left;
	width: 167px;
	padding-top: 6px;
	background-color: #FFFFFF;
}
.submenu ul {
	list-style-image: none;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a55c4c;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 30px;
}
.submenu li a {
	color: #999999;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 17px;
	padding-top: 9px;
	padding-bottom: 9px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a55c4c;
}
.submenu li a:hover {
	text-decoration: none;
	color: #666666;
}
.submenu  li a.selected {
	text-decoration: none;
	color: #a55c4c;
}
.submenu .n-item {
	width: 167px;
	padding-bottom: 10px;
	overflow: auto;
	height: 59px;
}
.submenu .n-item h2 {
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.submenu .n-item img {
	float: right;
	margin-right: 8px;
	margin-bottom: 3px;
	border: 1px solid #CCCCCC;
	margin-left: 4px;
}
.align-right {
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}
.align-left {
	float:left;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 10px;
}
.submenu h3 {
	margin-right: 15px;
	margin-left: 15px;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #999999;
	padding-top: 30px;
}
.submenu h3 a {
	color: #004094;
	text-decoration: none;
	font-weight: bold;
}
.submenu h3 a:hover {
	color: #E42220;
	text-decoration: none;
	font-weight: bold;
}



.align-left {
	float:left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0;
}
#lbOverlay {
	background-color: #DDDDDD;
}
