﻿div#wrapperTop 
{
	display:none;
}

#sidebarLeft
{
	display: none;
}

#sidebarRight
{
	display: none;
}

#footerLinks
{
	display:none;
}
#footer
{
	display:none;
}
#contentCont #left 
{
	display:none;
}
#contentCont 
{
	background:white;
}
#internalNavigationBase 
{
	display:none;
}
#topofpage 
{
	display:none;
}
#fontsize 
{
	display:none;
}
/*#contentCont #right 
{
	margin:0;
	padding:0;
	
}*/
#contentCont  #right 
{
    margin: 0px 2px 0px 0px;
    padding: 0px 0px 30px 0px;
    /*width: 752px;*/
    width: 708px;
}


#contentCont #right li
{
	line-height: 1.5em;
}

#contentCont #sidebarCenter li
{
	line-height: 1.5em;
}

#sitemapContent li
{
	list-style: none;
	line-height:1.5em;
}

#contentCont  #right p 
{
    margin: 0px 0px 15px 0px;
    /*font-size: 0.9em;*/
    line-height: 1.5em;
}

#line
{
	display: none;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: #333333;
}

img
{
	border: 0;
}

#wrapper
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

#sitemapContent a 
{
    color:black;
}

#sitemapContent .ms-WPBorder 
{
    border-style:none;
}

#contentContInner .ms-WPBorder 
{
    border:0 none;
}

#contentContInner .ms-WPHeader td 
{
    border-bottom: medium none;
}

#sitemapContent .ms-WPHeader td 
{
    border-bottom: medium none;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

a
{
	color: #204D91;
	text-decoration: none;
}

h1
{
    font-size: 1.3em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    text-transform: uppercase;
    font-weight: normal;
}

h2
{
    font-size: 1.1em;
    font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

h3
{
	font-weight: bold;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

/*
---------------------------------------------------------------------------------------
Table style classes, used with the jquery alternate table row code in Challenger.master
---------------------------------------------------------------------------------------
*/


.tableStyleOne
{
    border-top: 1px #5B8DC6 solid;
    border-bottom: 1px #5B8DC6 solid;
    border-left: 1px #BCA473 solid;
}

.tableStyleOne th
{
	border-bottom: 1px #5B8DC6 solid;
    border-right: 1px #BCA473 solid;
}

.tableStyleOne td
{
    border-right: 1px #BCA473 solid;
    border-bottom: 1px #BCA473 solid;
}

.tableStyleOneRow_Odd
{
    /*background-color: white;*/
    background-color: #DAE5E8;
}

.tableStyleOneRow_Even
{
    /*background-color: #DAE5E8;*/
	background-color: white;
}

.tableStyleOneRow_Last td
{
	border-bottom: none;
}

.tableStyleTwo
{   
    border-top: 1px #5B8DC6 solid;
    border-bottom: 1px #5B8DC6 solid;	
    border-left: 1px #5B8DC6 solid;
}


.tableStyleTwo th
{	
    border-bottom: 1px #5B8DC6 solid;	
    border-right: 1px #5B8DC6 solid;
}

.tableStyleTwo td
{	
    border-right: 1px #5B8DC6 solid;
    border-bottom: 1px #BCA473 solid;
}

.tableStyleTwoRow_Odd
{    
    /*background-color: white;*/
    background-color: #DAE5E8;
}

.tableStyleTwoRow_Even
{
    /*background-color: #DAE5E8;*/
	background-color: white;
}

.tableStyleTwoRow_Last td
{
	border-bottom: none;
}


/*
-----------------------------------------
Footer
-----------------------------------------
*/

#pagefooter
{
	display: none;
}




/*
-----------------------------------------
Short Course Page
-----------------------------------------
*/

.ShortFooter
{
	display: none;
}

.ShortHR
{
	display: none;
}
 
/*
----------------------------------------------------------------
Short Courses Page
----------------------------------------------------------------	
*/	



#contentCont #contentContInner #ShortLeft
{
	float: left;
	width: 450px;


}


#contentCont #contentContInner #ShortRightTop
{
	float: left;
	width: 255px;
	background-color:#ffff99;
	margin-bottom:5px;
}

#contentCont #contentContInner #ShortRightEnd
{
	float: right;
	width: 255px;
	background-color:#d7d1c9;
}




