body, html {
		text-align:center;
		margin:0 auto;
		padding:0;
		color:#000;
		font-family: "Open Sans", Arial, Geneva, sans-serif;
		background: #B4BFC5;
		background-image: url(../images/background2.jpg); background-repeat: repeat-x;
		font-size:11pt;
	}
p {
	font-size:11pt;
	line-height:1.5em; 
}	

td, th, blockquote, input, select, textarea {
	font-size:11pt; 
}	

sup {font-size:0.7em;line-height:1.0px;}
a {text-decoration:none;color:#366ed7;}
a:hover {text-decoration:underline;color:#CB9359;}
	
#wrap {
		text-align:left;
		width:800px;
		margin:0 auto;
		padding:0px;
		border:1px solid #e1e1e1;
		background: #FFFFFF;
	}
#header {
    	padding:0px;
		background:#e1e1e1;
	}

#sidebar {
		font-size:8pt;
		float:left;
		width:110px;
		padding:5px;
		color:#999999;
		/*border-right:1px solid #e1e1e1;*/
		margin:0px;
	}
#sidebar a {
		padding:3px;
		text-decoration:none;
		display:block;
		color:#999999;
		border-bottom:1px solid #f3f3f3;
		}
#sidebar a:hover {
		color: #106CB5;
		background:#F7F7F5;
	}



#main {
		width:760px;
		padding:20px;
		background:#FFF;
		margin:auto;
	}

#main2column {
		float:right;
		width:660px;
		padding:5px;
		background:#FFF;
		margin:auto;
	}


#footer {
		clear:both;
		padding:5px 10px;
		background:#FFF;
		font-size:10pt;
		border-top:0px solid #E1E1E1;
		margin-top:20px;
		color:#999999;
		text-align: center;
		line-height:auto; 
	}
#footer p {
		text-align: center;
		line-height:1.2em; 
		font-size:10pt;
    }
* html #footer {
		height:1px;
	}

#footer a {
	text-decoration:none;
	color:#366ed7;
		font-size:10pt;
	}
#footer a:hover {
	color: #CB9359;
	text-decoration:underline;
	font-size:10pt;
}




H1, H2, H3, H4, H5, H6, P, td, th, blockquote, ol, ul, dl, dt, dd, li, a, input, textarea, file { 
		font-family: "Open Sans", Arial, Geneva, sans-serif;
		text-align:left;
	}

H1 { 
	font-size:24pt;
	}
H2 { 
	font-size:20pt;
	margin-top:0px;
	}
H3, H4, H5, H6 { 
	font-size:14pt;
	}

#banner  {  
		
	} 

#bannertext  {  
		display:none;
	} 


#breadcrumbs  {
		margin:0px;
		display:block;
		padding:4px;
		font-size:8pt;
		/*background:#E1E1DF;*/
		text-align:left;
		color:#747474;
		margin-bottom:10px;
		/*width:792px;*/
	} 
#breadcrumbs p {
	margin:0px;
	padding:4px;
	}

#breadcrumbs a {
	text-decoration:none;
	color:#747474;
	}
#breadcrumbs a:hover {
	color: #CB9359;
	text-decoration:underline;
}













#dropdownmenu  {
		font-size: 10pt;
		width:800px;
		display: block;
		background:#002040;
		margin-top:0px;
		border-top:0px solid #72B5E3;
		border-bottom:1px solid #000;
		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: #666666;     /* 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: #DCB68D solid 0px;    /* border for each of the main menu items */
        border-right: #ccc solid 1px;    /* border for each of the main menu items */
        background-color: #002040;     /* main menu item background color */
        color: #fff;                /* main menu item font color (not links) */
        margin: 0px;                /* spacing between main menu items */
        padding:  3px;               /* padding within main menu items */
        /*width: 85px;*/               /* 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: 85px;*/               /* should be the same as #dmenu li width */
        background-color: #666666;     /* sub-menu default background color */
        border: #7F562A 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: #666666;     /* 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: 2px;               /* This is for padding between menu items in the drop-downs */
        /*width: 81px;*/               /* (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: 85px;*/               /* set this to #dmenu ul width */
        display: block;
		color:#fff;
		padding:  5px 5px 5px 5px;
		text-decoration:none;
    }
    
    #dmenu ul a {                   /* all the other level menu link elements */
        padding: 2px 0px 2px 0px;
        margin: 0px;
        /*width: 816px;*/               /* (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: #6A8C01;
        color: #fff;
    }
    
    #dmenu ul li:hover,             /* higher level hovering properties */
    #dmenu ul li a:hover{
        display: block;
        /*width: 81px;*/               /* should be set to the same value as #dmenu ul li width */
        background-color: #6A8C01;
        color: #fff;
    }

    #dmenu ul ul{                   /* higher-level list containers */
        display: none;              /* don't display by default */
        position: absolute;
        margin-left: 85px;         /* 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:8pt;*/
	margin:0px 2px 10px 2px;
}
div.domtab p {
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
	/*font-size:8pt;*/
}

ul.domtabs{
	margin:0px;
	list-style: none;
	text-align:right;
}
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:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	margin:0px 0px 0px 0px;
	display:inline;
	background:#CC6600;/*#406091*/
	color:#FFFFFF;
	/*height:5em;*/
	font-size:9pt;
	/*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:#000000;/*#B4D9F3*/
	color:#FFFFFF;
}
div.domtab div{
	clear:both;
	width:auto;
	background:#f3f3f3;
	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:#CC6600;/*#70B6E9*/
	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:#5799CC;
	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:12pt;
		}

div.domtab div h2 a,
div.domtab div h2 a:hover,
div.domtab div h2 a:active
{
	color:#CC6600;
	padding:3px;
	font-size:12pt;
		}

div.domtab div li
{
	/*font-size:8pt;*/
		}
div.domtab div td
{
	/*line-height:1.3em;*/
		}

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:#951B1E;
	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: #1B315E;
	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: #CB9359; font-size: 8pt; text-decoration: none;}
a.courseAlert:hover, a.courseAlert:active {  color: #7F562A; font-size: 8pt; text-decoration: underline; }

.alert {  text-align:center; font-weight: bold; font-size: 12pt; text-decoration: none; color:#CC0000;}
.host {  text-align:center; font-weight: normal; font-size: 10pt; text-decoration: none; color:#686868; margin-top:0px; margin-bottom:30px; }


.regbutton {  
	text-align:center; 
	font-size: 10pt; 
	text-decoration: none; 
	cursor:pointer;
	color:black;

/*
	color:#FFFFFF; 
	background:#5799cc; 
	border-bottom:2px solid #2B5A7F;
	border-top:2px solid #CAEDFF;
	border-right:2px solid #2B5A7F;
	border-left:2px solid #CAEDFF;
*/
}


.regStatus {
	color: #CB9359;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	/*border-bottom:1px solid #DFBA90;*/
	padding-left:2px;
	padding-right:2px;
}
.regStatus2 {
	color: #106CB5;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	/*border-bottom:1px solid #DFBA90;*/
	padding-left:2px;
	padding-right:2px;
}
.regStatus3 {
	color: #106CB5;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	/*border-bottom:1px solid #DFBA90;*/
	padding-right:2px;
}
.note2 {
	color: #CB9359;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

li {margin-bottom:10px;}

table.basictable {
	/*width: 100%;*/
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse:collapse;
}
table.basictable li {
	padding: 0;
	margin: 0;
	border: 0;
}
table.basictable th {
	background-color: #DCDCBA;
	padding: 4px 25px 4px 0px;
	color: #000000;
	border: 0px solid #e1e1e1;
	text-align:center;
	border-collapse:collapse;
}

	
table.basictable td  {
	padding: 5px 25px 5px 0px; 
	color: #333333;
	background-color: #fff;
	border: 0px solid #ECE9D8;
	vertical-align:top;
	border-collapse:collapse;
}

table.basictable td.subhead  {
	padding: 5px 25px 5px 0px; 
	color: #fff;
	background-color: #9F682F;
	border-bottom: 0px solid #e1e1e1;
	font-weight:bold;
	font-size:14pt;
}

table.basictable td.breaksession  {
	padding: 10px 25px 4px 0px; 
	color: #333333;
	background-color: #D4CCC9;
	border-bottom: 1px solid #e1e1e1;
}

table.basictable th a:link, table.basictable th a:visited, table.basictable th a:active {
	color: #FFFFFF;
	text-decoration: none;
}

table.basictable th a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}


table.basictable td a:link, table.basictable td a:visited, table.basictable td a:active {
	color: #3D76B9;
	text-decoration: none;
}

table.basictable td a:hover  {
	color: #2A9EC8;
	text-decoration: underline;
}

img.aiimage {border:1px solid #ccc;}

div.aiimagediv {float:left;margin:5px 15px 0px 0px;width:120px;padding:0px;text-align:center;}


div.sealimagediv {float:left;margin:5px 5px 5px 20px;width:155px;padding:0px;text-align:center;}
img.sealimage {border:0px solid #ccc;width:120px;}


