/* ********************       Version 1.6      **************************
 *****
 *****	      	Course Stylesheet
 *****
 *****          © 2007 B & W, Inc,
 *****          05-15-09 DSI Version
 *****
 ************************************************************************ */
/******* body styles *******************************/
body
{
	margin: 0;
	background-color: #333333;
}
div.nav_contents
{
    margin: 10px 10px 0 10px;
    height: 125px;
    width: 100%;
    float: left;
	font-family: Arial;
	font-size: 10pt;
	color: #cccccc;
}
div.nav_contents img
{
	border: 0 none White;
}
div.left_border
{
    margin: 0;
    height: 125px;
    width: 25px;
    float: left;
}
div.banner
{
    margin: 0 20px 0 25px;
    height: 125px;
	background-image: url(../images/ctl2_banner_2.png);
    background-repeat: repeat-x;
}
div.banner table
{
    margin: 0;
    height: 125px;
	width: 100%;
	background-image: url(../images/ctl2_banner_1b.png);
    background-repeat: no-repeat;
    border-collapse: collapse;
}
div.banner table td#navbar
{
    padding: 0;
	width: 100%;
    text-align: right;
    vertical-align: top;
}
/*      ********************  NavBar *******************    */
div.navbar
{
    margin: 0;
    padding-top: 20px;
    padding-right: 20px;
    text-align: right;
    float: right;
    /*  toolbar styles: inline + navbar.css  */
}
div.navbar span.CTL2tagline
{
	font-weight: bold;
    font-size: 12pt;
    color: #66cc33;
}
/*      ********************  Footer *******************    */
div.footer
{
    margin: 0;
    padding: 2px 15px;
    text-align: right;
}


p.footer
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 6pt;
    font-style: italic;
    color: White;
}
/*      *****************  Course Exit *****************    */
body.exit
{
    margin: 0;
    padding:  0;
    font-family: Verdana;
    font-size: 12pt;
    background-color: White;
}
div.exit
{
    margin: 50px;
}
div.exit li
{
    padding-bottom: 5px;
    font-size: 10pt;
}
