body {
	background-color: #ffffff;
	color: #333333;
	color:#666666;
	margin: 0;
	padding: 0px;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvitica, sans-serif;
	/* This changes the background color, the url displays image on top*/
	/*background: #DEEBE7 url(../images/bg.jpg) repeat-x;
	
	/*background: #6F9CEF url(../images/bg.jpg) repeat-x;*/
	background: #CFDFC5;
}


/* --------------------------------------------------- */
.bg {
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;	
	border-bottom:1px solid #b3b3b3;	
	/* color behind content box....*/
	background-color: #ffffff;
	width:800px;
	height:100%;	
}
.top {
/*background:#ffffff;*/
	background: transparent url(../images/top.jpg) no-repeat top center;
	width:800px;
	height:200px;
}
/* --- nav --- */
.menuc {
	margin: 0px auto;
	width: 800px;
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	/*background:#ffffff;*/
}


#topnavi{
position:center;
display:block;
height:36px;
font-size:11px;
color:#FFFFFF;
/*This is color behind top menu.....*/
background: transparent url(../images/topMenu_bg.jpg) no-repeat top center;
font-family:Tahoma, Verdana, Arial, Helvitica, sans-serif;
}


#topnavi ul{
margin:0;
padding:0;
list-style-type:none;
width:auto;
color:#000000;
}

#topnavi ul li{
	display:block;
	float:right;
	margin:10;
	background-image: none;	
}

#topnavi ul li a{
/*this is the color of the top menu...*/
display:block;
float:left;
/*color:#6D6D6D;*/
color:#FFFFFF;
font-weight:bold;
font-size: 12px;
text-decoration:none;
padding:9px 20px 0 20px;
height:23px;
/*background: transparent url(../images/bgDIVIDER.jpg) no-repeat top right;*/
}


#topnavi ul li a:hover,#topnavi ul li a.current{
color:#87D126;
}

/* --- end nav --- */

/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
.pathway {
	padding-left    : 5px;
	border			: 0;
	color: #ffffff;
	font-family: Arial;
	
}

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

li
{
line-height: 20px;
padding-left: 0px;
padding-top: 0px;

}

.pagenav
{
	font-size:12px;
	font-weight:normal;
}
.componentheading
{
/*this is for links, contacts head of page....*/
	/*height: 30px;
	margin-left:2px;
	padding-left:3px;
	border-bottom: 1px solid #F5528B;
	color: #F5528B;
	text-align: left;
	white-space: nowrap;
	font-family: Tahoma;
	font-size:14px;
	font-weight:bold;*/
	
		font-size: 14px;
	height: 30px;
	margin-left:2px;
	padding-left:3px;
	font-family: Tahoma, Arial, Verdana,Helvetica,sans-serif;	
	border-bottom: 1px solid #FF9048;
	text-align: left;
	white-space: nowrap;
	font-weight: BOLD;
	color: #FF9048;
}


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 #95C940;
	background-color: #9EDE42;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.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: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}	

table.contentpaneopen
{
	width:100%;
}

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

table.contentpaneopen td.contentheading
{
	/*height: 20px;
	padding-left:3px;
	color: #666;
	text-align: left;
	white-space: nowrap;
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #54bbd3;*/

/*this is for links, contacts head of page....*/
	/*height: 30px;
	margin-left:2px;
	padding-left:3px;
	border-bottom: 1px solid #F5528B;
	color: #F5528B;
	text-align: left;
	white-space: nowrap;
	font-family: Tahoma;
	font-size:14px;
	font-weight:bold;*/
	
	
	font-size: 14px;
	height: 30px;
	margin-left:2px;
	padding-left:3px;
	font-family: Tahoma, Arial, Verdana,Helvetica,sans-serif;	
	border-bottom: 1px solid #FF9000;
	text-align: left;
	white-space: nowrap;
	font-weight: BOLD;
	color: #FF9000;
	
}


a.sublevel:link, a.sublevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	text-align: left;
	padding-left:35px;
	padding-top: 5px;
	height: 16px;
	width:115px;
	text-decoration: none;
	color:#396A00;
	font-weight:bold;
	
}

a.sublevel:hover {
	text-decoration: none;
	color: #A0A0A0;
	text-align: left;

}


a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	text-align: left;
	padding-left:3px;
	padding-top: 5px;
	height: 16px;
	width:150px;
	text-decoration: none;
	/*border-bottom: 1px solid #e4e4e4;	*/
	color:#396A00;
	font-weight:bold;

}


a.mainlevel:hover {
	text-decoration: none;
	color: #A0A0A0;
	text-align: left;
}

table.moduletable {
	width:100%;	
	margin-bottom: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background: #EAFAE0;
}

/*table.moduletable th {
	color: #54bbd3;
	text-align: left;
	vertical-align:middle;
	padding-left: 7px;
	height: 20px;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;	
}*/
table.moduletable th {
	color: #FFFFFF;
	/*text-align: center;*/
	vertical-align:middle;
	padding-left: 15px;
	height: 40px;
	font-weight: bold;
	font-size: 12px;
	/*background-color: #FFE9C0;*/
	font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;	
	background: transparent url(../images/module_bg.jpg) no-repeat;
}

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:#3C3032;
}
.mymoduletdmiddle
{
	background: url(../images/module_middle_graphic.gif) repeat-y;
	padding-left:18px;
	padding-right:10px;
}

.mymoduletdheader
{
	background: url(../images/module_top_graphic.gif) no-repeat;
	height: 13px;
}

.mymoduletdfooter
{
	background: url(../images/module_footer_graphic.gif) no-repeat;
	height: 10px;
}

.mymodulebg
{
	background: url(../images/general_module_bg.jpg) no-repeat right bottom;
	height:110px;
}

.mymainbody
{
	padding-top :3px;
	padding-left:5px;
	padding-right :23px;
}

.inputbox {
	font-size:10px;
	font-family:verdana;
	border:solid 1px #8ADC20;
	background-color: #FFFFFF;
	
}

/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
	color			: #fefefe;
	font-size		: 11px;
	font-family: Arial;
	text-decoration:none;
}
a.sgfooter:hover {
	color			: #fefefe;
	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;
}

/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
	color			: #333;
	font-size		: 11px;
	font-family: Arial;
	text-decoration:none;
}
a.sgfooter:hover {
	color			: #333;
	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;
}
table.moduletablelogintable {
		/*width:100%;*/
		width:200px;
		/*margin-left:20px;
		margin-top: 20px;
		margin-right: 10px;
		padding-left:7px;	*/
		/*margin-left: 14px;*/
		margin-bottom: 5px;
		border-spacing: 0px;
		background-color: #EAFAE0;
		border-collapse: collapse;
		
}

table.moduletablelogintable th {
	color: #FFFFFF;
	/*text-align: center;*/
	vertical-align:middle;
	padding-left: 15px;
	height: 40px;
	font-weight: bold;
	font-size: 12px;
	/*background-color: #FFE9C0;*/
	font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;	
	background: transparent url(../images/module_bg.jpg) no-repeat;
}

table.moduletablelogintable td {
	margin-top:12px;
	padding-left:7px;
	font-size: 11px;
	margin: 10px;
	height: 30px;
	/*background-color: #FFE9C0;*/
	font-weight: normal;
}
.floatimgright { 
float:right; 
margin-top:5px; 
margin-right:5px; 
margin-bottom:5px; 
} 
.floatimgleft { 
float:left; 
margin-top:5px; 
margin-right:5px; 
margin-bottom:5px; 
}
.normalText { 
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana,Helvetica,sans-serif;	
	/*color: #258697;*/
}
.orangeText { 
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana,Helvetica,sans-serif;	
	color: #FF9000;
}
.welcomeText { 
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana,Helvetica,sans-serif;	
	font-weight: BOLD;
	color: #ADD044;
}
.welcomeText { 
	font-size: 13px;
	font-family: Tahoma, Arial, Verdana,Helvetica,sans-serif;	
	font-weight: BOLD;
	color: #ADD044;
}
.columnHeaderGreenText { 
	background: transparent url(../images/bullet.jpg) no-repeat;
	font-size: 12px;
	height: 20px;
	padding-left:20px;
	font-family: Tahoma, Arial, Verdana,Helvetica,sans-serif;	
	/*width:200px;*/
	font-weight: BOLD;
	color: #92C006;
}
.columnHeaderOrangeText { 
	background: transparent url(../images/bullet.jpg) no-repeat;
	font-size: 12px;
	height: 20px;
	padding-left:20px;
	font-family: Tahoma, Arial, Verdana,Helvetica,sans-serif;	
	/*width:200px;*/
	font-weight: BOLD;
	color: #FF9000;
}
.highLightOrangeText { 
	font-size: 12px;
	padding-left:20px;
	font-family: Tahoma, Arial, Verdana,Helvetica,sans-serif;	
	color: #FF9000;
}
