/* hack for IE5+(Win) 
html, body, #page {
	min-height: 100%;
	height: 100%;
}

/* hack for Moz/Netscape 

html>body #page {
	height: auto;
}*/

body {
	background:url(images/page-bg.gif) repeat-y center top #ccefff;
	margin:0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}
a:link {
	}
a:hover {
	background: #2c84c5;
	color:#fff;
}
img {
	border:none;
	background:none;
	}
.thumb {
	float:left;
	}
.inset {
	float:right;
	}
h2,h3,h4,h5,h6 {
	color:rgb(0,62,154);
	font-size:13pt;
	}
h1 {
	font-size:15pt;
	color:#f00;
	}
hr {
      color: #000;
      background-color: #000;
      height: 1px;
	  display:block;
    }


li {
	padding:.2em 0;
	}
li ul li, li ol li {
	border-bottom:0;
	}

legend {
	color:#000;
	font-weight:bold;
}
label {
	display:block;
}
fieldset input, fieldset textarea {
	display:block;
	width:75%;
}
input {
	margin-bottom:15px;
}
fieldset {
	padding:15px;
}
#page {
	height:auto;
	}
#layout {
	background:#fff;
	height:100%;
}
#nav1 {
	background: url(images/nav_background.gif) repeat-x;
}
#nav1 img, #banner img {border:none;}

#logo {float:left;}
#banner {float:right;
	margin:16px;
	}
#logo a:hover, #banner a:hover {
	background:transparent;
	}
	
#index #main_window {
	background:url(images/gradient.gif) repeat-x #2c84c5;
	border-left:13px solid #fff;
	border-right:13px solid #fff;
	}
#main_window dt {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:1em;
	color:#2c84c5;
	}
#main_window dd {
	margin:0 0 1em 0;
	}
#main_window ul {
	margin:0;padding:0 1.5em;
	}
	
#index #main_window div {
	background:#fff;
	height:300px;
	margin:0 15px 0 15px;
	padding:0 1em;
	overflow:auto;
	text-align:left;
	}
#index #main_window img, #sidebar img {
	display:block;
	}
	
#sidebar {
	background:url(images/gradient.gif) repeat-x #2c84c5;
	}
	
#sidebar div {
	background: #fff;
	height:300px;
	margin:0 13px 0 14px;
	padding:0 1em;
	overflow:auto;
	text-align:left;
	}
	
#sidebar table {
	background:url(images/sidebar_bottom.gif) no-repeat bottom left;
	padding-bottom:34px;
	}
	
#index #main_window h2, #sidebar h3 {
	margin-bottom:-.5em;
	}
#twocol #main_window, #onecol #main_window {
	padding:10px;
	background:url(images/gradient.gif) repeat-x #2c84c5;
	}
#twocol #main_window div {
	background:#fff;
	width:463px;
	min-height:500px;
	margin:0 13px 0 13px;
	padding:0 1em;
	overflow:auto;
	text-align:left;
	}


#onecol #main_window div {
	background:#fff;
	width:724px;
	min-height:500px;
	margin:0;
	padding:0 1em;
	overflow:auto;
	text-align:left;
	}



#onecol #main_window table {
	margin:0 13px;}
	#onecol #main_window table table{
	margin:0;}
	
#main_window div table {
	border-collapse:collapse;
	}

.compare th {
	border:1px solid #2c84c5;
	background:#2c84c5;
	color:#fff;
	text-align:center;
	}

.compare td {
	border:1px solid #2c84c5;
	vertical-align:top;
	padding:5px;
	}
#main_window div table td ul{
	padding:0 0 0 1em;
	margin:0;
	}
#footer {
	margin-left:40px;
	height:20px;
	text-align:left;
	font-size:.7em;
	}

ul#tabs {
	position:relative;
	float:left;
	width:100%;
	padding:0 0 1.75em 1em;
	margin:0 0 .5em 0;padding:0;
	list-style:none;
	line-height:1em;
	border-bottom:1px solid #4d7ab3;
	}
#tabs li {
	float:left;
	margin:0 5px;
	padding:0;
	text-align:center;
	}
#tabs li a {
	display:block;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	background:url(images/tab_3.jpg) no-repeat;
	width:124px;
	margin:0;
	padding:0.5em 0;
	}

#tabs A:hover,
#tabs A:active {
	color:#000;
	background:url(images/tab_1.jpg) no-repeat;
}
#tabs A.here:link,
#tabs A.here:visited {
	color:#fff;
	background:url(images/tab_2.jpg) no-repeat;
}
#tabs A.here:link,
#tabs A.here:visited {
	position:relative;
	z-index:102;
}
.listing td {
	border-bottom:1px solid #000;
	margin-bottom:1em;
	}
.listing td {
	padding:1em 0;
	}
.tabbed {
	background:url(images/compare-top.gif) no-repeat #cbe2ee;
	}
.tabbed th {
	border:0;
	color:rgb(0,62,154);
	font-size:13pt;
	text-align:center;
	padding:5px 0 5px 0;
	}
.tabbed td {
	vertical-align:top;
	}
.tabbed td li{
	margin:5px;
	padding:0;
	}
.tabbed td ul {
	margin-bottom:20px;
	}
.footnote {
	font-size:smaller;
	border-top:1px solid #ccc;
	padding-top:5px;
	}	
.courses a:hover {
	background:none;
	}