h1 {
	font-size: 130%;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
	}

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;
	}
blockquote {
	margin-left: 10px;
	margin-top: 0px;
	margin-botton: 0px;
	}	
	
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: 805px;
	background-image:url(/images/courses_BG.gif);
	background-repeat: repeat-y;
	/*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: 3px;
	}


#side-a {
 
	float: left;
	width: 150px;
	min-height: 560px;
	font-size: 70%;
	padding-left: 5px;

	}
/* for Internet Explorer */
/*\*/
* html #side-a {
height: 100%;
}
 
#side-a p {
	padding-left: 8px;
	padding-top: 12px;
	} 
 
	
/* for understanding browsers */
#side-b {
	/*background-color: #C6C6C6;*/
	float: right;
	width: 150px;
	min-height: 560px;
	 
	/*background-image: url(images/right_bground.gif);
	background-repeat: repeat-y;*/	
}
/* for Internet Explorer */
/*\*/
* html #side-b {
height: 100%;
}
/**/	
/*
#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:490px; 
	height:auto;
	float: left;
	text-align:left;
	line-height: 150%;
	font-size: 80%;

}
/* for Internet Explorer */
/*\*/
* html #content {
height: 560px;
}
/**/
	

#content a{
	color: #FF9900;
	}

	
#content p {
 	color: #FFFFFF;
	font-size: 90%;
	padding-top: 8px;
	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;
	}

.callout {
	position: relative;
   	top: 10px;
	right: 5px;
	width: 200px;
	float: right;
 	background-color: #494949;
	background-image:url(../images/callout_BG.gif);
	background-repeat: repeat-y;
	}
.calloutTop {
	background-image: url(../images/callout_top.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 200px;	
	}	
.calloutBottom {
	background-image: url(../images/callout_bottom.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 200px;	
	background-color: #5C656C;
	}		
	
.callout ul {
	margin-left: 18px;
	padding: 5px;
	}	
.callout img {
	padding-left: 10px;
	}	
	

.login {
	position: relative;
	background-color:#000000;
	padding: 8px;
	width: 200px;
	color: #FF9900;
	font-size: 80%;
	margin-left: 5px;
	}
.orangeButton {
	background-image: url(../images/orng_button.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 118px;	
	position: relative;
	left: 20px;
	top: 10px;
	}
.orangeButton a, .orangeButton p {
	padding-top: 15px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	}
	
.orangeButton a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}	

.tab {
	margin-left: 20px;
	color:#FFFFFF;
	font-size: 90%;
	}

/************* 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;
	}

