﻿@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;
	text-align: center;
	background-color: #666666;
	color: #333333;
}
html { overflow: -moz-scrollbars-vertical; height: 101%;}

.leftalign {
	float: left !Important;
	text-align: left !Important;
}
table#courses {
background-color:#EEEEEE;
font-size: 10px;
font-family: Verdana, Arial, sans-serif;
}
tr.heading1 td
{
	background-color:#CCCCCC;
	color:maroon;	
}
table.grey {
border:0px;
border-spacing:1px;
background-color:#FFFFFF;
font-size: 10px;
font-family: Verdana, Arial, sans-serif;
}
table.grey tr th
{
	background-color:#CCCCCC;
	color: maroon;
	padding: 2px;
}
table.grey tr td
{
	background-color:#EEEEEE;
	color: black;
	padding: 2px;
}


/* nested lists have no top/bottom margins */
ul ul,   ul ol,   ul dir,   ul menu,   ul dl,
ol ul,   ol ol,   ol dir,   ol menu,   ol dl,
dir ul,  dir ol,  dir dir,  dir menu,  dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul,   dl ol,   dl dir,   dl menu,   dl dl {
  margin-top: 0px;
  margin-bottom: 0px;
}

.oneColFixCtrHdr #container {
	background-position: right top;
	width: 830px;
	text-align: left; /* this overrides the text-align: center on the body element. */;
	background-color: #FFFFFF;
	background-image: url('images/topheadingback.gif');
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header {
}
#navArea img{
border:0;}
.oneColFixCtrHdr #topnav {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 104px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	width: 575px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	min-height: 350px;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/outsidebot.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 854px;
	margin: 0 auto;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#topnav #rightnav {
	float: right;
	height: 24px;
	width: 150px;
	text-align: left;
	padding-top: 10px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
#rightnav {
text-align:right;	

}
#rightnav ul {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
#rightnav li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightnav a {
	color: #000000;
	text-decoration: none;
}
#rightnav a:hover {
	text-decoration: underline;
}
li.nopad {
	padding: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.navBoxClosed {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 82px;
	width: 80px;
	border: 2px solid #FFFFFF;
	padding: 4px;
	display: inline-block;
	float:left;
	margin-left: 5px;
	background-image: url('stylesheets/images/l1smallArrow.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
.navBoxOpen {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 165px;
	width: 82px;
	border: 2px solid #FFFFFF;
	padding: 4px;
	display: inline-block;
	float:left;
	margin-left: 5px;
	background-image: url('images/l1downArrow.gif');
	background-repeat: no-repeat;
	background-position: right top;

}
img.alignright {
	float: right;
}
#leftcol {
	width: 200px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
}
#leftcol ul {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
	vertical-align: top;
}
#thirdLevel{
	padding: 0px 0px 0px 0px !Important;
	margin: 0px !Important;
	list-style-type: none !Important;
	vertical-align: top;
}

#leftcol h1 {
	font-size: 12px;
	font-weight: bold;
	color: #c1d82f;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#leftcol li {
	padding: 2px 0px 2px 10px;
	margin: 0px;
	background-image: url('images/subNavArrow.gif');
	background-repeat: no-repeat;
	background-position: left 5px;
}
#thirdLevel li {
	padding: 0px 0px 0px 10px !Important;
	margin: 0px !Important;
	background-image: url('images/sub3NavPoint.gif') !Important;
	background-repeat: no-repeat;
	background-position: left 5px;

}

#leftcol a {
	text-decoration: none;
	color: #333333;
}
#leftcol p {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 8px;
}
#mainContent h1 {
	font-size: 20px;
	font-weight: bold;
	color: #B10000;
	margin: 0px;
	padding: 0px;
}
#mainContent h2 {
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#mainContent p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#mainContent a {
	color: #FF0000;
}
#WhiteBorder {
	background-color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	width: 830px;
	margin: 0 auto;
}
#gradhearer {
	padding: 10px 0px 0px 0px;
	background-image: url(images/leftnavtop.gif);
	height: 30px;
	background-repeat: no-repeat;
	background-color: #E5E5E5;
	text-align: center;
	font-size: 14px;
}
#gradbot {
	background-image: url(images/leftnavbot.gif);
	background-repeat: no-repeat;
	height: 16px;
	background-color: #E5E5E5;
}
#mainfooter {
	background-color: #FFFFFF;
	background-image: url(images/greybot.gif);
	background-repeat: no-repeat;
}
#leftcolcontainer {
	padding-left: 8px;
	padding-right: 8px;
}
.oneColFixCtrHdr #header {
	width: 400px;
	padding-top: 15px;
}
#greyArea {
	background-color: #E5E5E5;
}
.style1 {
	margin-right: 0px;
}
#navspace {
	height: 8px;
}
#mainall {
	background-position: right top;
	margin-left: 216px;
	width: 605px;
	background-image: url('images/contentback.gif');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#companydetails {
	width: 400px;
	float: right;
	font-size: 9px;
	text-align: right;
	padding-right: 10px;
	padding-top: 27px;
	font-family: Verdana;
}
#navArea table {
	width: 500px; 
	text-align:center;
	border: 0px;
	background-position: left;
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/navbreak.gif');
	background-repeat: no-repeat;
}
#navArea {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-image: url('images/navbackrepeatx.gif');
	background-repeat: repeat-x;
	vertical-align: middle;
	color: #FFFFFF;
	height: 37px;
	text-align: center;
}
#navArea ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
}
#navArea li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#navArea td {
	border-style: none;
	background-image: url('images/navbreak.gif');
	background-repeat: no-repeat;
	background-position: right;
	line-height: 36px;
}

#navArea td.CurrentPage {
	background-image: url('images/navbackOnrepeatx.gif') !Important;
	background-repeat: repeat-x !Important;
	background-position: top;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #CD5C5C;
}
#navArea a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana;
	padding-top: 11px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 11px;
}

#navArea a:hover {
	text-decoration: underline;
}

#maincompany {
	padding: 12px 8px 0px 8px;
}


#mainContent img {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
}
