#wrapper {
	width: 760px;
	margin: 0px auto 0px auto;
}

/* List background fix */
ul, ol, dl {
     position: relative;  
}

/* Start Commented Backslash Hack \*/
* html #main {height: 1%;}
/* Close Commented Backslash Hack */

.addClear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color:#00CC00;
	text-align: left;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
p {
    margin: 0px 0px 10px 0px;
	padding: 0px;
}

a {
    color: #009900;
	text-decoration: underline;
}
a:visited {
    color: #333333;
	text-decoration: underline;
}


/* Form styles*/
form {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

select {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* general list styles */
ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	background-color: transparent;
}
ul li {
	padding: 2px 0px 2px 13px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/list_bullet.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	vertical-align: top;
}


/* image align*/
img.left {
    float: left;
	margin: 0px 10px 3px 0px;
	clear: left;
}
img.right {
    float: right;
	margin: 0px 0px 3px 10px;
	clear: right;
}


/* banner image */
.banner {
	margin: 0px 0px 0px 0px;
	height: 88px;
}

.banner-table-item td {
	text-align: center;
	align: center;
	margin: 10px 0px 10px 0px;
}

#section-title {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;	
	height: 50px;
	vertical-align: bottom;
	border-bottom: 2px solid #990000;;
}

.section-title-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003299; 
	text-align: right;	
}


.section-title-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: underline;
	color: #990000; 
	text-align: left;	
}


#section-menu {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 25px;
}
#section-menu ul {
    text-align: left;
    padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	height: 25px;
	background-image: url(../images/top_menu_back.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	vertical-align: middle;
}

#section-menu ul li {
    list-style: none;
	text-align: left;
	display: inline;
	padding-right: 10px;
	padding-top: 0px;
	margin: 5px 0px 0px 0px;
	height: 25px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #111111;
	vertical-align: middle;
}


.section-menu-selected {
    list-style: none;
	text-align: left;
	padding-right: 10px;
	padding-top: 0px;
	height: 25px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/top_menu_back_selected.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	vertical-align: middle;
}

#section-menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	list-style: none;
}
#section-menu li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* topic menu */
#topic-menu {
	text-align: left;
	margin: 0px 0px 20px 0px;
}
#topic-menu ul {
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	list-style: none;
	/*padding: 'padding-top' 'padding-right' 'padding-bottom' 'padding-left'*/
}
#topic-menu ul li {
    text-align: left;
    display: inline;
	padding: 0px 4px 0px 3px;
	background-image: none;
	color: #009900;
}
#topic-menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #009900;
	text-decoration: underline;
}


.content-title-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000; 
	text-align: left;	
}

.more-content-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000; 
}

.content-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000; 
}

#content-menu {
	text-align: left;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.content-menu-description {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#content-menu ul {
    text-align: left;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
#content-menu ul li {
    list-style: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-image: url(../images/menu_content_bullet.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	vertical-align: middle;
	margin: 10px 0px 0px 0px;
}
#content-menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
#content-menu li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003299;
}


#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-align: left;
	margin: 10px 5px 5px 160px;
	font-weight: bold;
	border: 2px #000066;
	border-style: none none solid none;
	padding: 3px;
}


/* main container (left + content) */
#main {
    text-align: left;
	border-left: 1px solid #666;
	background-color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* left container */
#left {
    text-align: left;
	float: left;
	padding-bottom: 5px;
	position: relative;
    width: 150px;	
	height: 100%;
	min-height: 100%;
}


/* content container */
#content {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-align: left;
	padding: 8px 8px 5px 8px;
	width: 100%px;
}

* html #content {
	width: 100%px;
}

.content-left {
    position: relative;
	float: left;
	width: 48%;
	padding: 0px 5px 0px 0px;
	background-color: #FFFFFF;
}

.content-right {
	position: relative;
	float: left;
	width: 48%;
	padding: 0px 0px 0px 5px;
	background-color: #FFFFFF;
}

#content-full {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	position: relative;
	float: left;
	text-align: left;
	padding: 8px 0px 5px 8px;
	width: 600px;
}

* html #content-full {
	width: 607px;
}


/* footer */
#footer {	
	margin: 0px;
	padding: 1px 0px 0px 10px;
	text-align: center;
}

.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}


/* box headers */
.header-title {
	padding: 2px 2px 2px 5px;
}


#box-header-green {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #203417;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 20px;
    background-image: url(../images/window_back.jpg);
}
#header-green-left {
	background: url(../images/window_corner_left.jpg) top left no-repeat;
	padding: 0px 0px 0px 0px;
}
#header-green-right {
	background: url(../images/window_corner_right.jpg) top right no-repeat;
	padding: 0px 0px 0px 0px;
}
#header-green-left, #header-green-right {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


/* box containers */
#box-green {
    padding: 5px;
	margin: 1px 0px 5px;
    background-image: url(../images/back_home_windows.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

/* table styles */
.content-table-title {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding: 2px 0px 2px 5px;
	border: 0px none;
}
.content-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	padding: 1px 0px 1px 5px;
	/*background-color: #FFFFFF;*/
	vertical-align: top;
	border: 0px none;
	width: 100%;
}
.content-table-row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	padding: 1px 0px 1px 5px;
	background-color: #FFFFFF;
	vertical-align: top;
	border-bottom: 1px solid #000000;
}
.content-table-fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding: 1px 0px 1px 5px;
	background-color: #eeeeee;
	vertical-align: top;
}
.content-table-alternate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	padding: 1px 0px 1px 5px;
	background-color: #EEEEEE;
	vertical-align: top;
	/*border-bottom: 1px solid #000000;*/
}
.content-table-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	padding: 1px 0px 1px 5px;
	background-color: #FFFFFF;
	vertical-align: top;
	/*border-bottom: 1px solid #000000;*/
}
.content-table td {
    /*border-bottom: 1px solid #000000;*/
}
.content-table tr {
    
}


.content-table-selected {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding: 1px 0px 1px 5px;
	background-color: #FFFFFF;
}
.content-table-selected td {
	background-color: #9AB4FF;
}
.content-table-selected a {
    color: #000099;
	text-decoration: none;
}

/* scroller */
.scroller {
	float: right;
	padding-right: 20px;
}

/* paginator */
.paginator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.center-image {
	width: 100%;
	text-align: center;	
}

