
body {	
	background-color: #095ba5;
	text-align: center;
	font-size: 9pt;
	font-family: arial,sans-serif;
	color: #000000;
	}

#div_main 
    {
    background-color: #FFFFFF;
	text-align: center;
	margin:auto;
	position:relative;
	width: 800px;
	border: 2px solid #000000;
	
	}

#div_header {
	position:relative;
	text-align: center;
	height: 160px;
	width: 800px;
	/* border: solid #000000;
    border-bottom-width: 2px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;*/
	}

#div_logo1 {	
	position: absolute;
	top: 15px;
	left:5px;
	z-index: 2;
	height: 120px;
	width: 310px;
	/*background-position: top left;*/
	background-repeat: no-repeat;
	text-align: center;
	border: 0px solid #000000;	
	}
	
#div_logo2 {	
	position: absolute;
	top: -5px;
	left:330px;
	z-index: 2;
	height: 100px;
	width: 470px;		
	text-align: center;
	border: solid 0px #000000;	
	font-size:10px;	
	}	
	
#div_menu {	
	position: absolute;
	bottom: 42px;
	left: 335px;	
	height:25px;
	width:450px;
	font-size: 10pt;
	font-weight: bold;
	}
	
.menu 
    {
    background-color:Yellow;
    color:Blue;
    border:solid 1px blue;
    height:28px;
    width:450px;
    }
	
#div_welcome {
	position:relative;
	text-align: center;
	/* height: 350px;*/
	height: auto;
	width: 800px;
	padding: 0px 0px 0px 0px;
  	background-color: #FFFFFF;
	font-size: 10pt;
	font-family: arial,sans-serif;
	FONT-WEIGHT: normal;
	color: #000000;
	}

#div_footer {	
	position:relative;	
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;    
	height: 78px;
	width: 800px;
	font-size: 8pt;
	font-family: arial,sans-serif;
	color: #000000;
	padding: 4px 0px 0px 0px;
	}

#div_footer a {
	display: inline;
	text-decoration: none;
	font-size: 9pt;
	font-family: arial,sans-serif;
	color: #000000;
	font-weight: bold;
	}

#div_footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}


#div_text {    
    text-align:left;
    width:540px;
    margin-left:auto;
    margin-right:auto;
    border:solid 0px black;
}

.AboutImage
{
    float:left;
    margin-right:12px;
    border:solid 0px black;
}

a:visited {
	color: #0033cc; text-decoration: none;
}
a:active {
	color: #0033cc; text-decoration: none;
}
a:hover {
	color: #0000cc; text-decoration: underline;
}

p { margin:0px;}


.tab-inactive
{
	background-color: #004B96; 
	display:inline; 
	padding-left: 6px;
	padding-right: 6px;
	height:20;
	font:11px verdana;
	font-weight: normal;
	cursor:hand; 
}
.tab-active
{
	font:11px verdana;
	font-weight: normal;
	color: #000000;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 0px none #c0c0c0;
	background-color: #efefef;
	text-align: center;
	display:inline;	
	padding-top: 4px;
	padding-right: 6px;
	padding-left: 6px;
}
 
/*----Example CSS Class --*/ 
img.greyborder {
	border: 1px solid #c0c0c0;
}
img.invert {
	filter: invert;
}
img.flip{
	filter: fliph; 
}
td.module {
	background-color: #efefef;
}
td.content {
	color: black; 
	font-family: tahoma, arial, helvetica; 
	font-weight: bold; 
}
/* hyperlink styles of the unselected tabs */
a.othertabs:link, a.othertabs:visited, a.othertabs:active {
	text-decoration: none;
	color:#ffffff;
}
a.othertabs:hover {
	text-decoration: underline;
	color:#ffff00;
}
.subtabbg {
	background-color: #efefef;
}
.redcolor{
	color:red;
}
.boldgreen
{
	color: green; font-weight: bold;
}
.highlight
{
	background-color: yellow;
}
.VisaImage
{
margin:4px;    
}