/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:770px;/* for mozilla*/
	background: url(images/bg_body.gif) top center repeat-x #e2e2e3 ;
	color: #000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.5em;
	}
ul
	{
	margin:0;
	padding:0;
	list-style:none;
	}
ol li {margin:0px 0px 10px 0px;}

a {color:#000;text-decoration:underline;}
a:hover {text-decoration:none;}
h1
	{
	font-size:12px;
	font-weight:bold;
	color:#0297fb;
	border-bottom: 1px solid #dfdfe0;
	padding:0px 0px 5px 0px;
	}
h2
	{
	font-size:11px;
	font-weight:bold;
	}
h3
	{
	font-size:11px;
	font-weight:bold;
	border-bottom:1px solid #dfdfe0;
	}

p, h1, h2, h3 {margin: 10px 0px;}
td
	{
	vertical-align:top;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:770px;
	text-align:left;
	margin:auto;
	position:relative;
	background:#fff;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:770px;
	height:170px;
	overflow:hidden;
	color: #000000;
	z-index:100;
	background:#fff;
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	padding:0;
	margin:170px 6px 0px 0px;
	position:relative;
	left:14px;
	background:#dfdfe0;
	}
#footer 
	{
	width:770px;
	clear:both;
	height:150px;
	color: #666;
	left:0;
	bottom:0;
	position: absolute;
	border-top: 2px solid #e2e2e3;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:152px;/* for ie5 */
	he\ight:150px;/* for ie6 */
}
#footer_content
	{
	width: 742px;
	margin: 0px 0px 0px 14px;
	padding: 5px 0px 0px 0px;
	}
#footer_content p {margin:0;padding:0;}
#footer a {color:#666;text-decoration:none;}
#footer a:hover {color:#007ec5;}
	
div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent 
	{
	width:576px;
	float:right;
	padding:170px 14px 0px 0px;/*make room for header*/
	}
#content
	{
	padding: 0px 0px 0px 10px;
	}

#clearfooter {width:100%;height:150px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-150px;} /*safari wrapper */


/*////////// NAVIGATION ////////////*/

#nav
	{
	margin: 3px 0px 0px 10px;
	line-height:2.0em;
	}

#nav li
	{
	font-weight:bold;
	color:#007ec5;
	text-decoration:none;
	}
	
#nav li a
	{
	font-size:11px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	padding-left: 20px;
	background:url(images/bg_nav.gif) 0px 8px no-repeat ;
	display:block;
	width:105px;
	}
#nav li a:hover
	{
	background:url(images/bg_nav.gif) 3px 8px no-repeat ;
	}
#nav li a:visited
	{
	color:#444;
	}
	
.subnav
	{
	margin-bottom:10px;
	}
	
#topnav
	{
	width:576px;
	height:50px;
	padding: 5px 0px 5px 0px;
	background:url(images/bg_topnav.gif) no-repeat;
	}
	
#topnav img {float:left;}
	
/*//////////// END //////////////*/

.bodyimages
	{
	float:left;
	margin: 4px 10px 0px 0px;
	}
	
.normallist
	{
	margin:10px 0px 15px 15px;
	line-height:2.0em;
	}
.normallist li
	{
	background:url(images/arrow_blue.gif) no-repeat 0px 9px;
	text-indent:13px;
	}
.normallist li a
	{
	color: #007ec5;
	text-decoration:none;
	}
.normallist li a:hover { text-decoration:underline; }
.accreditations
	{
	width:100%;
	border: 1px solid #dfdfe0;
	margin-bottom:10px;
	}
.accreditations_img
	{
	width:200px;
	vertical-align:middle;
	text-align:center;
	}
.instructors
	{
	width:100%;
	border: 1px solid #dfdfe0;
	margin-bottom:10px;
	}
.instructors_img
	{
	width:155px;
	vertical-align:middle;
	text-align:left;
	}
.instructors_headings
	{
	color:#007ec5;
	}
.resultstable
	{
	width:100%;
	border: 1px solid #0099fd;
	margin: 0px 0px 15px 0px;
	}
.resultstable td
	{
	padding:3px 3px 3px 5px;
	}
.resultsheadings
	{
	background: #0099fd;
	color:#fff;
	font-weight:bold;
	}
.resultscells
	{
	background:#dfdfe0;
	}
.resultstable img
	{
	margin: 10px;
	}
.presstable
	{
	width:100%;
	margin: 0px 0px 15px 0px;
	border-top: 1px solid #dfdfe0;
	padding: 20px 0px 10px 0px;
	}
* html .presstable
	{
	border:0;
	margin:20px 0px 20px 0px;
	padding:0;
	}
.presstable td
	{
	padding:3px 3px 3px 5px;
	vertical-align:top;
	}

