ul {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

ol {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

body {
    font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left : auto;
	margin-top : 0px;
	background-color : #0083A9;
}
body a{
	color : #0083A9;
}
body a:hover{
	color : #F09946;
}

p {
	
}

h1 {
	font-family : "Arial Narrow";
	font-size : 20px;
	color : #0083A9;
	font-weight : lighter;
}



h2 {
	font-family : "Arial Narrow";
	font-size : 20px;
	color : #0083A9;
	font-weight : lighter;
}

h3 {
	font-family : "Arial Narrow";
	font-size : 17px;
	color : #0083A9;
	font-weight : lighter;
}

h4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}

.bannerh1{
	font-family : Arial Narrow; 
	font-size : 24px;	
	color : #70BACF; 
	font-weight : normal;
}
.bannerh2{
	font-family : Arial Narrow; 
	font-size : 27px;	
	color : #FF9416; 
	font-weight : lighter; 
}
.bannerh3{
	font-family : Arial Black; 
	font-size : 25px;	
	color : #FFFFFF;
}
.bannerh4{
	font-family : Arial Narrow; 
	font-size : 18px;	
	color : White; 
	font-weight : lighter;
	font-style : normal;
}

.tinytext{
   font-family : Arial, Helvetica, sans-serif;
	color : #6E6E6E;
	font-size : 10px;
	text-decoration : none;
}

.bodytable{
	border-collapse : collapse;
}



.leftbodycell {
	padding-left : 40px;
	padding-right : 30px;
	padding-top : 10px;
	background-color : White;
	padding-bottom : 10px;
}

.rightbodycell {
	padding-left : 20px;
	padding-right : 30px;
	padding-top : 10px;
	
	padding-bottom : 10px;
	background-color : White;
}

.orangebox{
	border-color : #FF8C00;
	border-style : solid;
	border-width : 1px;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : #F2F2F2;
}

.home_list{
	list-style-type : disc;
	list-style-image : url(images/bullet.gif);
}

.home_list li{
	padding-bottom : 10px;
	
}

.course_list{
	list-style-type : disc;
	list-style-image : url(images/bullet.gif);
}

.course_list li{
	padding-bottom : 5px;
	border-bottom-color : #FFA500;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	margin-bottom : 10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.MsoNormalTable td{
	border-bottom-color : #ADD8E6;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	background-color : #FFF7EE;
	padding-left : 4px;
	padding-right : 4px;
}

.businessnavi{
	
     list-style-type:none;
	margin-left : 0px;
	width : 200px;
	
	margin-top : 10px;
}


.businessnavi a{
		 font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration : none;
	color : Black;
}

.businessnavi a:hover{
		  color: #54A8C2;
	
	text-decoration : none;
}

.main_button{
	
	background-image : url(images/button-1.jpg);
	background-repeat : repeat;
}

#wrapper{
	margin : auto;
	width : 950px;
	border-left-color : #CDCDCD;
	border-left-style : solid;
	border-left-width : 2px;
	border-right-color : #CDCDCD;
	border-right-style : solid;
	border-right-width : 2px;
}
/*     */



#navigation_links{
	
}
#navigation_links, #navigation_links ul{
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:1.5em;
	z-index : 1;
 }
 
 
#navigation_links a:link, #navigation_links a:active, #navigation_links a:visited{
   display:block;
   	padding-bottom : 2px;
	padding-left : 5px;
	padding-right : 10px;
	padding-top : 2px;
	border-color :  #0083A9; 
	border-style : solid;
	border-width : 1px;
    color: #FAF2ED;
    text-decoration:none;
   
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
 }


#navigation_links a:hover{
   
    color: #F09845;
}
#navigation_links li{
    float:left;
    position:relative;
	
}

#navigation_links ul {
    position:absolute;
    width:20em;
    top:21px;
    display:none;
}
#navigation_links li ul a{
    width:20em;
    float:left;
	background-color : #0083A9;
}

#navigation_links ul ul{
	top:auto;
	}	

#navigation_links li ul ul {
    left:12em;
    margin:0px 0 0 10px;
    }


#navigation_links li:hover ul, #navigation_links li li:hover ul, #navigation_links li li li:hover ul, #navigation_links li li li li:hover ul{
    display:block;
    } 

/*     */
