h1 {
	font-size: 110%;
	color: #FF9900;
	padding-left: 4px;
	}

h2 {
	font-size: 90%;
	color: #FF9900;
	padding-left: 4px; 
	}	
ul {
	font-size: 70%;
	color: #FFFFFF;
/*	list-style-image: url(images/bullet_logo.gif);	*/
	
	}	
li { 
	padding-left: 4px;
	padding-top: 2px;
 
		}	
body {
	background-color:#000000;	
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
a {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#orangeNav {
	text-align: center;
	font-weight:bold;
	font-size: 80%;
	color: #000000;
	height: 18px;
	background-image: url(images/orangeBar.JPG);
	background-repeat: repeat-x;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background-image: url(images/dual_background.gif);
	background-repeat: repeat-y;
	/*background-color:#C6C6C6;*/
	background-color: #C6C6C6;
	background-position: 20px 105px;	 
	}

#header {
	background-image: url(images/top_banner.JPG);
	background-repeat: no-repeat;
	padding: 0px;
	width: 800px;
	height: 87px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	}

 

#container {
	
}

#side-a {
	/*background:inherit;
	background-color: #C6C6C6;*/
	float: left;
	width: 228px;
	min-height: 560px;
 	/*background-image:url(images/left_bground.gif);
	background-repeat: repeat-y;*/
	}
/* for Internet Explorer */
/*\*/
* html #side-a {
height: 560px;
}
/**/	
	
/* for understanding browsers */
#side-b {
	/*background-color: #C6C6C6;*/
	float: right;
	width: 228px;
	min-height: 560px;
	 
	/*background-image: url(images/right_bground.gif);
	background-repeat: repeat-y;*/	
}
/* for Internet Explorer */
/*\*/
* html #side-b {
height: 560px;
}
/**/	
/*
#side-b {
	background-color: #C6C6C6;
	float: right;
	width: 228px;
	heigth: 560px;
	background-image: url(images/right_bground.gif);
	background-repeat: repeat-y;	
	}
html #side-b
{
width: auto;
height: auto;
min-height: 560px;
background-image: url(images/right_bground.gif);
	background-repeat: repeat-y;
} 	*/


/* for understanding browsers */
#content {
	width:43%;
 	min-height:560px; 
	height:auto;
	float: left;
	text-align:center;
	line-height: 180%;
	font-size: 80%;
	background-color: #5C656C;
}
/* for Internet Explorer */
/*\*/
* html #content {
height: 560px;
}
/**/
	

#content a{
	color: #FF9900;
	}

	
#content p {
 	color: #FFFFFF;
	font-size: 90%;
	padding-left: 8px;
	padding-right: 8px;
	}


#footer {
	height: 87px;
	clear: both;
	background-color: #A2A2A2;
	background-image: url(images/footer_bground.JPG);
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	line-height: 150%;
	}
.copyright {
	color: #FFFFFF;
	font-size: 80%;
	text-align: center;
	}

.copyright a{
	color: #FF9900;
	}

.login {
	position: relative;
	background-color:#000000;
	padding: 8px;
	width: 200px;
	color: #FF9900;
	font-size: 80%;
	margin-left: 5px;
	}


/************* Hover Help Popup ***********/
#dhtmltooltip{
	font-size: 70%;
	position: absolute;
	left: -300px;
	width: auto;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this 		CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
	}
