   
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body { 
	font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff; 
	color: #444; 
}

a {	color: #3333cc;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 {
	font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif;
	padding: 7px 0 0 8px;
	margin: 0;
	background-color: #E8E8E8;
	background-image: url(graphics/h2bg2.gif);
	background-repeat: no-repeat;
}
h1 a { color: #737373; background: inherit; }
.orange { color: #E0692A; }
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6300; background: inherit; }
h2 { font-size: 1.4em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 10px 0; }

ul { list-style : none; }

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 980px;
	padding: 10px; 
}

.header { 
	height: 70px;
	background: #fff;
	color: #808080;
	margin: 3px 0;
	padding: 5px 0 0 0;
}

.top_info {
	float: left;
	width: 960px;
	padding: 5px 0 4px 0;
	color: #808080;
}

	.top_info_left {
		width: 350px;
		height: 100px;
		float: left;
		background-image: url(graphics/headerlogos.png);
		background-position: left;
		padding: 0 0 0 0;
	}

	.top_info_right {
		float: right;
		width: 560px;
		height: 100px;
		background-image: url(graphics/header.png);	
		background-position: right;	
	}


.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	background: #FF9148 url(graphics/bar.gif) repeat-x;
	margin-bottom: 20px;
}

.bar2 { 
	clear: both;
	font-size: 1em;
	height: 30px; 
	color: #FFF;
	background: #E0691A url(images/bar2.gif) repeat-x;
}

	.bar li, .bar2 li { 
		padding: 6px 12px 6px 12px;
		color: #FFEADC;
		float: left; 
	}
	
	.bar li.active, .bar2 li.active  { 
		background: #E0691A url(images/bar2.gif) repeat-x; 
		color: #fff;
		font-weight: bold; 
		
	}
	
	.bar li a, .bar2 li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 

	
/* search form */
.searchbox {
	text-align: center;
	padding: 5px 0 0 0;
}

.search { 
		width: 292px; 
		border: 1;
		height: 20px;
		background: #fff;
		padding: 1px; 
		color: #333;
		font-weight: bold;
		margin: 0 0 0 3px;
}

.submit {
		border: 0;
		height: 20px;
		padding: 4px 0;
		width: 150px;
		margin: 0 10px 1px 0;
		color: #333;
		font: bold 1em Arial, Sans-Serif;
}

.grey { color: #808080; background: inherit; font-weight: normal; }
.search_form { float: right; }

/* left side
   --------- */

.left {
	float: left;
	width: 634px;
	margin: 0 0 10px 0;
}

.left h2 {
	clear: both;
	background: #E8E8E8 url(graphics/h2bg2.gif) no-repeat center left;
	color: #444;
	padding: 3px 0 4px 20px;
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
}

.left table	{
	float: left;
	align: left;
}
	.left_side {
		float: left;
		width: 160px;
		padding: 0 0 0 10px;
		margin: 10px 0 0 38px;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 280px;
		background: #FFF url(graphics/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 70px;
		margin: 10px 0;
	}
	.left_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}
	
	.left_box td {
		font-size: .7em;
	}
	
	.left_list {
	list-style-position: outside;
	list-style-image: url(graphics/bullet.gif);
	list-style-type: square;
	margin: 2px;
	padding: 15px;
	}
	.left_linksblock {
						width: 475px;
						height: 135px;
						margin: 0 0 10px 0; 
						color: #000; 
						background: #FFF; 
						padding: 3px 0; 
	}
	.left_linksblock a {
						color: #000000;
						background: inherit;
						text-decoration: none;
	}
	

/* courses
 ------------*/
 
 .courses {
	float: left;
	width: 634px;
	margin: 0 0 10px 0;
}
 
 .courses li.column1 { margin-left: 2em; }
 .courses li.column2 { margin-left: 17em; }
 .courses li.column3 { margin-left: 32em; }
 .courses li
  {line-height: 2em;}
		
/* right side
   ---------- */
		
.right {
	float: right;
	clear: both;
	width: 300px;
	margin: 0 0 10px 0;
}
	.right h3 {
		background: #96bd64  url(graphics/h3bg2.gif) no-repeat center right;
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 1.1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}
	
	.right a { 	color: #FFFFFF;
				text-decoration: none;
	}
	
	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	
	.notice {
		background: #FFFFFF;
		color: #000;
		padding: 8px 8px;	
		margin: 0 0 3px ;
	}
	
	.notice a { 	color: #000000;
					font-weight: bold;
					background: inherit;
					text-decoration: none;
	}
	
	.logos {
		background: #FFFFFF;
		color: #FFFFFF;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.image {
		float: left;
		margin: 0 9px 3px 0;
	}
	
	.linkimage {
		border-style: none;
	}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 5px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}
	.footer a { color: #808080; background: #fff; }
