body, html {
		text-align:center;
		margin:0 auto;
		padding:0;
		color:#000;
		line-height:1.3em;
		font-family: Arial, Geneva, sans-serif;
		background: #EBEBEB;
		/*background-image: url(../images/background3.gif); background-repeat: repeat;*/
		font-size:10pt;
	}
#wrap {
		text-align:left;
		width:auto;
		margin:0 auto;
		padding:0px;
		border:none;
		background: #FFFFFF;
	}
#header {
    	padding:0px;
		background:#98BAD8;
	}

#sidebar {
		display:none;
		float:left;
		width:110px;
		padding:10px;
		color:#3874A8;
	}
#sidebar a {
		padding:3px;
		text-decoration:none;
		display:block;
		color:#3874A8;
		border-bottom:1px solid #f3f3f3;
		}
#sidebar a:hover {
		color: #3874A8;
		background:#F8F7F1;
	}



#main {
		width:auto;
		padding:10px;
		background:#FFF;
		margin:auto;
	}

#main2column {
		/*float:right;*/
		width:auto;
		padding:10px;
		background:#FFF;
		margin:auto;
	}


#footer {
		clear:both;
		padding:5px 10px;
		background:#FFF;
		font-size:8pt;
		border-top:1px solid #E1E1DF;
		margin-top:20px;
		color:#3874A8;
		text-align: center;
		line-height:auto; 
	}
#footer p {
		text-align: center;
		line-height:1.2em; 
    }
* html #footer {
		height:1px;
	}

#footer a {
	text-decoration:none;
	color:#3874A8;
	}
#footer a:hover {
	color: #006633;
	text-decoration:underline;
}




H1, H2, H3, H4, H5, H6, P, td, th, blockquote, ol, ul, dl, dt, dd, li, a, input, textarea, file { 
		font-family: Arial, Geneva, sans-serif;
		text-align:left;
	}

#banner  {  
		display:none;
	} 
#bannertext  {  
	display:block;
		padding:3px;
		font-size:12pt;
		text-align:left;
		border-bottom:1px solid #CCCCCC;
	} 

#breadcrumbs  {
		margin:0px;
		display:block;
		padding:3px;
		font-size:8pt;
		background:#E1E1DF;
		text-align:left;
		color:#747474;
	} 
#breadcrumbs p {
	margin:0px;
	}

#breadcrumbs a {
	text-decoration:none;
	color:#747474;
	}
#breadcrumbs a:hover {
	color: #006633;
	text-decoration:underline;
}



#dropdownmenu  {
		font-size: 8pt;
		width:100%;
		display: none;
		background:#3874A8;
		margin-top:0px;
		border-top:0px solid #1993A7;
		border-bottom:0px solid #1993A7;
		padding:0px;
	} 


    /* This is the part for the CSS menu - these settings are for a horizontal menu */
    #dmenu{                         /* menu list container */
        list-style-type: none;      /* disable the display of the list item bullets */
        margin: 0px;                /* space around the list container */
        padding: 0px 0px 0px 0px;              /* space within the list container */
        position: static;           /* need this so that the z-index stuff works correctly */
        background-color: #3874A8;     /* the default background color within the main menu container */
        color: #fff;                /* the default font color (not links) within the main menu container */
        z-index: 20;                /* push the menu up in the layer order a bit so it isn't hidden behind anything */
            /* Browser plug-ins like Flash or Quicktime may not allow you to overlap then with this menu! */
    }
    #dmenu li{                      /* top-level menu element */
        list-style-type: none;      /* disable the display of the list item bullets */
        float: left;                /* this is to allow for the horizontal main menu */
        border: #3B6D9C solid 0px;    /* border for each of the main menu items */
        background-color: #3874A8;     /* main menu item background color */
        color: #fff;                /* main menu item font color (not links) */
        margin: 0px;                /* spacing between main menu items */
        padding:  0px;               /* padding within main menu items */
        width: 95px;               /* the width of each main menu item */
        display: block;
    }

    #dmenu ul {                     /* third-level (or greater) menu element list elements */
        position: absolute;         /* this is so that it doesn't push that page content around on hover */
        margin: 0px;                /* space around the list container */
        padding: 0px;               /* space within the list container */
        list-style-type: none;      /* disable the display of the list item bullets */
        display: none;
        width: 95px;               /* should be the same as #dmenu li width */
        background-color: #3874A8;     /* sub-menu default background color */
        border: #3B6D9C solid 1px;     /* the border around the sub-menu list */
        color: #fff;                /* sub-menu default font color (not links) */
        z-index: 99;                /* want to be sure this is above the rest of the menu */
    }

    #dmenu ul li{                   /* second-level or greater menu element links */
        background-color: #3874A8;     /* default background color for sub-menu container */
        color: #fff;                /* default font color (not links) for sub-menu container */
        border: none;               /* sub-menu item border settings */
        margin: 0px;                /* spacing between sub-menu containers */
        padding: 1px;               /* This is for padding between menu items in the drop-downs */
        width: 95px;               /* (padding*2) must be subtracted from #dmenu li width and set for this one, or borders won't display properly. */
    }

    #dmenu li a{                    /* top-level menu element links */
        text-align: center;         /* text alignment in main menu item links */
        width: 95px;               /* set this to #dmenu ul width */
        display: block;
		color:#fff;
		padding:  3px 0px 3px 0px;
		text-decoration:none;
    }
    
    #dmenu ul a {                   /* all the other level menu link elements */
        padding: 3px 0px 3px 0px;
        margin: 0px;
        width: 95px;               /* (padding*2) must be subtracted from #dmenu ul li width and set for this one, or borders won't display properly. */
        display: block;
    }

    #dmenu a:hover,                 /* top-level hovering properties */
    #dmenu li:hover{
        display: block;
        background-color: #638E3E;
        color: #fff;
    }
    
    #dmenu ul li:hover,             /* higher level hovering properties */
    #dmenu ul li a:hover{
        display: block;
        width: 95px;               /* should be set to the same value as #dmenu ul li width */
        background-color: #638E3E;
        color: #fff;
    }

    #dmenu ul ul{                   /* higher-level list containers */
        display: none;              /* don't display by default */
        position: absolute;
        margin-left: 95px;         /* this should be the width of #dmenu ul li */
        margin-top: -2em;           /* this will push the sub-menu up to the level of it's parent */
    }

    /* only non-MSIE browsers use this */
    #dmenu ul li>ul,
    #dmenu ul ul li>ul{
        margin-top: -2em;           /* should be set to the same as #dmenu ul ul margin-top */
    }

    /* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */
    #dmenu li:hover ul ul,              
    #dmenu li:hover ul ul ul,
    #dmenu li:hover ul ul ul ul,
    #dmenu li:hover ul ul ul ul ul{
        display:none;
    }

    #dmenu li:hover ul,
    #dmenu ul li:hover ul,
    #dmenu ul ul li:hover ul,
    #dmenu ul ul ul li:hover ul,
    #dmenu ul ul ul ul li:hover ul{
        display:block;
    }

    li>ul {
        top: auto;
        left: auto;
    }

	.content {                      /* This is used for the content that will appear below the menu */
        clear: left;
    }
	
	
	
	
	
	
div.domtab{
	padding:2px;
	font-size:9pt;
	margin:0px 5px 5px 5px;
}
div.domtab p {
	margin:0px 0px 0px 5px;
}

ul.domtabs{
	margin:0px;
	list-style: none;
}
ul.domtabs li{
	display:inline;
	padding:2px 2px 2px 0px;
	/*margin:0px;*/
}
ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
	/*width:8em;*/
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin:0px;
	display:inline;
	background:#9DBFE5;
	color:#FFFFFF;
	/*height:5em;*/
	font-weight:bold;
	text-decoration:none;
}
html>body ul.domtabs a:link,
html>body ul.domtabs a:visited,
html>body ul.domtabs a:active,
html>body ul.domtabs a:hover{
	height:auto;
	min-height:3em;
}
ul.domtabs a:hover{
	background:#3874A8;
	color:#FFFFFF;
}
div.domtab div{
	clear:both;
	width:auto;
	background:#F8F7F1;
	border:1px solid #e1e1e1;
	/*color:#fff;*/
	padding:10px;
	Margin:0px;
}
ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
	background:#011435;
	color:#FFFFFF;
}
#domtabprintview{
	float:right;
	padding-right:1em;
	text-align:right;
}
#domtabprintview a:link,
#domtabprintview a:visited,
#domtabprintview a:active,
#domtabprintview a:hover{
	color:#fff;
}

div.domtab div a:link,
div.domtab div a:visited,
div.domtab div a:active
{
	color:#0000FF;
	display:inline;
	/*padding:1em .5em;*/
	font-weight:bold;
	/*font-size:1.3em;*/
}
div.domtab div h2 
{
	padding-top:12px;
	text-align:center;
	color:#000000;
	font-size:14pt;
		}

div.domtab div h2 a,
div.domtab div h2 a:hover,
div.domtab div h2 a:active
{
	color:#000000;
	padding:3px;
	font-size:14pt;
		}
		

td.bottomrule {
	vertical-align:top;
	text-align: left;
	margin: 5px;
	width: 100%;
	border-bottom:1px solid silver;
	white-space: nowrap;
	}
	
td.columnlabel {
	padding-top:12px;
	color:#8C2222;
	font-size: 12pt;
	vertical-align:top;
	text-align: left;
	margin: 5px;
	width: 100%;
	border-bottom:1px solid #FFFFFF;
	white-space: nowrap;
	}
	
.reverse {background-color: #CCCCCC;
	color: #ffffff;
	padding:5px;
	font-weight:bold;}
	
.reverseright {
	color: #335E65;
	padding-right:5px;
	padding-top:8px;
	float:right;
	font-weight:bold;
	font-size:0.75em;}	

td.maincontent {
	vertical-align:top;
	text-align: left;
	margin: 5px;
	padding: 5px;
	width: 100%;
}

table.border { border: 2px solid #D3CDAD; 
}

.clearfloat { clear: both; }



.courseAlert {  text-align:center;font-size: 8pt; text-decoration: none;}

a.courseAlert, a.courseAlert:link, a.courseAlert:visited {  color: #008852; font-size: 8pt; text-decoration: none;}
a.courseAlert:hover, a.courseAlert:active {  color: #00703C; font-size: 8pt; text-decoration: underline; }

.alert {  text-align:center; font-weight: bold; font-size: 12pt; text-decoration: none;}

.regButton {  text-align:center; font-size: 10pt; text-decoration: none; color:#FFFFFF; background:#335E65; 
	border-top:2px solid #006892;
	border-bottom:2px solid #CAEDFF;
	border-left:2px solid #006892;
	border-right:2px solid #CAEDFF;
	cursor:pointer;
}

.regStatus {
	color: #A79A5C;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	border-bottom:1px solid #335E65;
	padding-left:2px;
	padding-right:2px;
}
.regStatus2 {
	color: #335E65;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px solid #335E65;
	padding-left:2px;
	padding-right:2px;
}
.regStatus3 {
	color: #335E65;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px solid #00703C;
	padding-right:2px;
}
.note2 {
	color: #335E65;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}