* { 
  margin: 0; 
  padding: 0;
}

html, body {
    height : 100%;
}

body {
	background: #ffd44e url(../Images/bg_white_bar.gif) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #555555;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	height: 9.375em;
	width: 53.125em;/*850px;*/
	min-width: 750px;
	background: #FCC12D url(../Images/header_logo.gif) no-repeat 63px top;
}

#headerOrnament{
	position: absolute;
	right: 0;
	top: 0;
	height: 9.375em;
	width: 400px;
	background: transparent url(../Images/header_bg_left2.gif) no-repeat bottom right;
}

span.altText{
	display: none;
}

#headNavi{
	position: relative;
	right: 80px;
	top: 0.625em;
	float: right;
	margin: 0; padding: 0;
	width: 8em;
	clear: right;
}

#headNavi ul{
	background-color: #FCC12D;
	width: 100%;
	padding: 0px; 
	margin: 0px;
	margin-bottom: 0.7em;
	list-style: none;

}

#headNavi li{
	width: 100%;
	margin: 0 0 5px 0;
	background-color: #fec52d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	border: #ffe296 1px solid;
}

#headNavi ul li a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

#headNavi ul li a:hover{
	background-color: #50C1FE;
}

#headNavi ul li.selected, #headNavi ul li.selected a:hover{
	background-color: #ff6600;
}

#logout{
	position: absolute;
	top: 104px;
}

#headerBottom{
	width: 53.125em;
	clear: both;
	padding: 0; margin: 0;
	position: absolute;
	top: 6.25em;
}
#timeBar{
	position: relative;
	bottom: 0px;
	width: 100%;
	background-color: #FFFFFF;
}

#date{
	padding-left: 12.75em;
	font-size: 0.75em;
	color: #959595;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#updated{
	position: absolute;
	left: 71.5em;
	margin: 0px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #999999;
}

/*
	MAIN MENU STYLES
							*/
							
#menu ul{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 10.5em;/*140px;*/
}

#menu ul li{
	position: relative;
	width: 100%;
	padding: 0;
	border: #FFFFFF 1px solid;
	border-left: none;
	border-right: none;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #959595;
	text-align: right;
}

#menu ul li a{
	font-size: 12px;
	display: block;
	color: #959595;
	padding-right: 2px;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

#menu ul li.menu_selected a:hover{
	color: #FFFFFF;
}

#menu ul li.menu_selected{
	background-color: #fec52d;
	border: #ff6600 1px solid;
	border-left: none;
	margin-top: 0;
}

#menu ul li.menu_selected a{
	color: #FFFFFF;
}

#menu ul li ul {
	position: absolute;
	z-index: 500;
	left: 130px;
	top: -13px;
	background-color: transparent;
	width: 400px;
	display: none;
	font-size: 0.9em;
	padding:5px;
}

#menu ul li ul li{
	margin-left: 17px;
	background-color: #FFFFFF;
}

#menu li ul li a {
	background-color:white;
	letter-spacing: normal;
	border: 1px solid #cccccc;
	padding: 3px 3px 3px 10px;
	font-weight:normal;
	text-transform:none;
	border-left: 4px solid #cccccc;
	text-align: left;
}

#menu ul li.menu_selected ul li a{
	color: #959595;
}


#menu li ul li a:hover, #menu ul li.menu_selected ul li a:hover {
	border-left: 4px solid #ffcc00;
	color: #0099CC;
}

#menu ul li a:hover {
	border-left: none;
	color: #0099CC;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul
{display:block;}

/*
	MAIN CONTENT STYLES
							*/
							
#window {
	padding:0;
	margin:0;
	width:850px;
}
		
#left {
	width: 9.5em;
	padding:0;
	margin:0;
	float:left;
	padding-top: 10px;
}

#center {		
	width: 28em;
	padding:0px; 
	margin:0;
	padding-top: 11px;
	padding-bottom: 40px;
	float:left;
}

#center_wide {
	width:600px;
	float:left;
	padding-top: 11px;
	padding-bottom: 40px;
	margin:0;
}

.contents {
	width: 100%;
	padding: 0px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

div.contents p{
	width: 100%;
}


#right {
	width:170px;
	padding:0;
	margin:0 0 0 10px;
	float: right;
}

#right a img {
	border: none;
}

#logo{
	padding: 6px 0px 20px 10px;
}

* html #right {
width:174px;
}
#wrapper{
	position: absolute;
	top: 9.375em;
	width: 53.125em;
	min-width: 750px;
	background: #FFFFFF url(../Images/footer_ornament.gif) 0% 100% no-repeat !important;
}

* html #wrapper {
height:100%;
}

						
div.home{
	font-size: 100%;
}

div.home img{
	float: left;
	margin-top: -3px;
	padding-right: 20px;
	line-height: 18px;
}
				

#headnews {
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 0px;
	height: 130px;
}
#headnews img {
	border: none;
}
#left .thumbs p {
	font-size: 10px;
	margin: 0px;
	padding: 5px;
}



/*

	COURSE INFORMATION
								*/
#courseheader dl, #info {
	margin: 0px;
	padding: 0px;
	display:block;
	font-size: 12px;
	margin-bottom: 16px;
	color: #1b1818;
	
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	
	line-height: 18px;
} 

#courseheader dl dt {
	width:115px;
	margin: 0;
	padding:0;
	float: left;
	text-transform: uppercase;
}
#courseheader dl dd {
	margin: 0;
	padding:0;
	margin-left: 116px;
}

#courseheader dl dd p{
	font-size: 100%;
}

/*

	TEXT
							*/
h1{
	color: #666666;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight:bold; 
	margin-bottom: 16px;
}

h2{
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	margin-bottom: 18px;
}

h2#coursetitle {
	color: #ff9933;
	line-height: 36px;
	letter-spacing: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight:normal; 
	margin: -4px 0px 20px 0px;
}

h3{
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
}

h4.faq{
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
}

h4.back{
	font-weight: normal;
}

p, blockquote {
	font-size: 0.8em;
	padding: 0px;
	margin: 0px 1em 1.405em 0px;
}

blockquote{
	padding: 0 35px;
	line-height: 18px;
	text-align: justify;
}


#center p{ 
	color: #424242;
	line-height: 1.405em;
	text-align: justify;
}

.signature{
	text-align: right;
}

a{
	color: #FF0000;
	text-decoration: none;
}

a:hover{
	color: #FF6600;
}

ul, ol{
	padding-left: 30px;
	margin-bottom: 18px;
	font-size: 0.8em;
}

ul.clean{
	padding: 0px; margin: 0px;
	list-style: none;
	line-height: 18px;
	margin-bottom: 18px;
}

.indent{
	padding-left: 20px;
}

div.news_on{
	width: 8.438em;/*135px;*/
}

div.news_on p{
	font-size: 0.5625em;
	padding: 5px 3px;
}

div.news_on h3{
	border: 1px solid #b3b3b3;
	font-size: 0.5625em;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	width: 100%;
	color: #ff9933;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: normal;
	font-weight: bold;
}

div.news_on p{
	line-height: normal;
	margin-bottom: 0px;
}


/* Money transfer */
.transfer {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*
		Tabulated data with 2 columns
											*/
											
dl.tabulated, div.transfer dl {
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	display:block;
	font-size: 0.8em;
	margin-bottom: 1.4em;
	color: #1b1818;
	line-height: 18px;
} 

dl.tabulated dt, div.transfer dl dt {
	width:115px;
	margin: 0;
	padding:0;
	float: left;
	text-transform: uppercase;
}

dl.tabulated dt.wide{
	width: 300px;
}

dl.tabulated dd, div.transfer dl dd {
	margin: 0;
	padding:0;
	margin-left: 116px;
}

div.transfer dl dl{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

dl.logos{
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	display:block;
	font-size: 0.8em;
	margin-bottom: 1.4em;
	color: #1b1818;
	line-height: 18px;
} 

dl.logos dt{
	display: block;
	float: left;
	width:180px;
	margin: 0;
	padding:0;
	text-transform: uppercase;
	clear: left;
}

dl.logos dt img{
	float: none;
}

dl.logos dd{
	display: block;
	width: 360px;
	float: left;
	margin-bottom: 18px;
}

.nb {
	color:#666666;
	display:block;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin: 9px auto;
	padding: 9px 2em;
}

.clear{
	clear: both;
}
.hidden{
	display: none;
}

.edit_on{
	display: block;
	width: 90%;
	background-color: #00FF00;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

.edit_off{
	display: block;
	width: 90%;
	background-color: #FF0000;
	color: #CCCCCC;
	font-weight: bold;
	margin-bottom: 10px;
}

label.naviAdd{
	position: relative;
	display: block;
	width: 130px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #959595;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	padding: 2px;
	background-color: #fec52d;
	border: #ff6600 1px solid;
	border-left: none;
	margin-top: 10px;
	color: #FFFFFF;
}

table.tabulated{
	width: 600px;
	border: none;
	font-size: 0.8em;
	text-align: left;
}

table.tabulated tbody tr td{
	vertical-align: top;
	width: 350px;
}

table.tabulated th{
	vertical-align: top;
	width: 250px;
	font-weight: normal;
	text-transform: uppercase;
}

