BODY {
    font: 10px Verdana, sans-serif;
    background: #ffffff;
    color: #fefefe;
    margin: 0;
    padding: 0;
    background-image: url(../images/body_bg.jpg);
}

img { 
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...); 
} 


.bg_left {
	/*background-image: url(../images/bg_right.jpg);*/
	background-repeat: repeat-x;
	background-position: right top;
	/*color: #ffffff;*/
	width:50%;
	height:100%;
}
.bg_right {
	/*background-image: url(../images/bg_right.jpg);
	background-position: left top;*/
	/*color: #ffffff;*/
	width:50%;
	height:100%;
}
.bg_right_top {
	/*background-image: url(../images/bg_right_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
	/*color: #ffffff;*/
	width:100%;
	height:100%;
}

.bg {
	/*padding-left:170px;*/
	/*background-image: url(../images/bg.jpg);*/
	background-repeat: repeat-y;
	width:200px;
	height: 100%;
}


a img {
	border: 0;
}

.pathway {
	/*border: 0;*/
	color: #ffffff;
	font-family: Arial;
	font-weight:bold;
	
	padding:2px 4px 2px 10px;	
	
}

a.pathway:link, a.pathway:visited {
	color			: #ffffff;
	font-size		: 11px;
	line-height		: 18px;
	font-family: Arial;
	font-weight:bold;
	padding:2px 4px 2px 4px;
}
a.pathway:hover {
	color: #fefefe;
	font-family: Arial;
	font-weight:bold;
	background-color:#2a519e;
}
ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 20px;
padding-left: 12px;
padding-top: 0px;
background-image: url(../images/bullet.png) ;
background-repeat: no-repeat;
background-position: 0px 3px;

}

.pagenav
{
	font-size:12px;
	font-weight:normal;
}
.componentheading
{
	height: 14px;
	margin-left:2px;
	padding-left:3px;
	border-bottom: 1px solid #336699;
	color: #336699;
	text-align: left;
	white-space: nowrap;
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
}


a.toclink:link, a.toclink:visited
{
	line-height:normal;
	font-size:11px;
	font-family:arial;
	color: #000000;
	text-decoration: underline;
}

a.toclink:hover
{
	text-decoration: none;
}

table.contenttoc {
	border: 1px solid #FFFFFF;
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}


table.contenttoc th {
	background: #E1DECF;
	color: #C20A28;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}


.button {
	margin-top:3px;
	margin-bottom: 3px;
	padding-left:5px;
	padding-right:5px;
	border:solid 1px #ADAA9C;
	background-color: #E1DECF;
	color: #000000;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 11px;
}

.sectiontableheader
{
	background: #E1DECF;
	height: 20px;
	padding-right:3px;
	font-weight :bold;
}

table.contentpane td.contentdescription
{
	font-size:12px;
	line-height:18px;
}

table.contentpane td.componentheading
{
	background:#E1DECF;
	height: 20px;
	padding-left:3px;
	/*border: 1px solid #FFFFFF;
	color: #C20A28;*/
	text-align: left;
	padding-bottom:3px;
	white-space: nowrap;
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
}

table.contentpane td
{
	padding-top:1px;
	padding-bottom:2px;
	font-size:12px;
}

a:link, a:visited {
	/*font-family:arial;*/
	color: #9ACC57;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	text-decoration:none;
}	

table.contentpaneopen
{
	width:100%;
}

table.contentpaneopen td
{
	line-height:18px;
	font-size:12px;
}

table.contentpaneopen td.contentheading
{

	padding-left:3px;
	color: #333333;
	text-align: left;
	white-space: nowrap;
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #336699;
}


a.sublevel:link, a.sublevel:visited {
	font-size: 10px;
	color: #000000;
	text-align: left;
	text-decoration: underline;
	vertical-align:middle;
	
}

a.sublevel:hover {
	text-decoration: none;

}


a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-size: 12px;
	text-align: right;
	padding:4px 0px 2px 0px;
	height: 22px;
	text-decoration: none;
	font-weight:bold;	
	color:#9ACC57;
	margin:2px;
	
	/*background-image: url(../images/button.jpg);*/
	background-repeat: no-repeat ;

}


a.mainlevel:hover {
	font-weight:bold;
	color:#9ACC57;
}

table.moduletable {
	width:100%;	
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	color: #9ACC57;
	text-align: left;
	vertical-align:middle;
	padding-left: 16px;

	font-weight: bold;
	font-size: 12px;
}

table.moduletable td {
	margin-top:12px;
	padding-left:7px;
	font-size: 11px;
	margin: 10px;
	font-weight: normal;
}

td
{
	font-family:arial;
	font-size:11px;
	color:#9ACC57;
}

.inputbox {
	font-size:10px;
	font-family:verdana;
	/*border:solid 1px #ADAA9C;
	background-color: #F3F0E1;*/
	
}

.height {
	height: 100%;
}
.td1 {
	background-image: url(../images/siteground_01.jpg);
	background-repeat: no-repeat ;
	width: 210px;
	height: 127px;
}
#zone1 {
position: absolute;
width : 7px;
height: 7px;
left: 72px;
top: 39px;
}
.td2 {
	background-image: url(../images/siteground_02.jpg);
	background-repeat: no-repeat ;
	width: 811px;
	height: 127px;
}
.td3 {
	background-image: url(../images/siteground_03.jpg);
	background-repeat: no-repeat ;
	width: 210px;
	height: 36px;
}
.td4 {
	background-image: url(../images/siteground_04.jpg);
	background-repeat: no-repeat ;
	
	width: 811px;
	height: 36px;
}
/*.td5 {
	background-image: url(../images/siteground_05.jpg);
	background-repeat: no-repeat ;
	width: 481px;
	height: 36px;
}*/

.td6 {
	
	background-image: url(../images/siteground_06.jpg);
	background-repeat: repeat-y ;
	width: 191px;
	height: 800px;
}
.td7 {
	background-image: url(../images/siteground_07.jpg);
	background-repeat: repeat-y ;
	
	width: 128px;
	height: 100%;
}

.td8 {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y ;
	
	/*padding-left:170px;*/
	
	width: 581px;
	height: 800px;
	
}

.copyright {
	color: #fefefe;
	font-family: Arial;
	font-size:11px;
}

/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
	color			: #000;
	font-size		: 11px;
	font-family: Arial;
	text-decoration:none;
}
a.sgfooter:hover {
	color			: #000;
	font-family: Arial;
	text-decoration:none;
}
.sgf {
font-size: 9px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #333;
text-decoration:none;
}
.sgf1 {
font-size: 10px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #333;
text-align:left;
}

a.sglink:link, a.sglink:visited {
	color			: #333;
	font-size		: 11px;
	font-family: Arial;
	text-decoration:none;
}
a.sglink:hover {
	color			: #333;
	font-family: Arial;
	text-decoration:none;
}
