html {
	background-image: url(images/htmlBg.jpg);
	background-position: 0px 45px;
	background-repeat: repeat-x;
	/* [disabled]height: 100%; */
	background-color: #660066;
}
body {
	padding: 0;
	margin: 0;
	background-image: url(images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 45px;
	/* [disabled]height: 100%; */
	font-size: 80%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	margin-top: 0px;
	padding-top: 0px;
	/* [disabled]font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
}
h1 {
	font-size: 135%;
	margin-bottom: 30px;
	font-weight: normal;
}
h2 {
	font-size: 120%;
	font-weight: normal;
}
a {
	text-decoration: none;
}
a:link {
	color: #7330a0;
}
a:visited {
	color: #7330a0;
}
a:hover {
	color: #FE7D1E;
}
a:active {
	color: #FE7D1E;
}
#navigation {
	height: 45px;
	background-color: #333;
	background-image: url(images/navigationBg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position: relative;
	z-index: 400;
}
#nav {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/menuBg.gif);
	background-repeat: no-repeat;
	background-position: 76px center;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
	width:825px;
	height:45px;
	position:relative;
	z-index:500;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left:77px;
	font-size: 12px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:824px;
	w\idth:824px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:137px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:137px;
	position:relative;
}
/* style the links for the top level */
.menu a {
	display:block;
	text-decoration:none;
	color:#fff;
	width:137px;
	height:45px;
	line-height:45px;
	text-align:center;
}
.menu a:hover, .menu a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	width:137px;
	height:50px;
	line-height:50px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:137px;
	w\idth:137px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
}
/* style the second level hover */
.menu ul ul a.drop:hover {
}
.menu ul ul :hover > a.drop {
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
}
/* style the third level hover */
.menu ul ul ul a:hover {
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:45px;
	left:0;
	width:250px;
	border-top: solid 5px #639;
	z-index: 400;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:45px;
	t\op:45px;
	border-top: solid 5px #639;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:200px;
	top:-1px;
	width:200px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-200px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#000;
	height:25px;
	line-height:25px;
	padding:0px 25px 2px;
	width:200px;
	background-color: #e5e1d6;
	background-image: url(images/nav/hoversub.gif);
	background-repeat: repeat-x;
	background-position: left center;
	text-align: left;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:200px;
	w\idth:200px;
}
/* style the top level hover */
.menu a:hover {
	background-image: url(images/nav/hover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #639;
}
.menu ul ul a:hover {
	background-color: #e5e1d6;
	background-image: url(images/nav/hoversub.gif);
	background-repeat: repeat-x;
	background-position: left center;
	text-align: left;
	color: #fff;
	height: 25px;
	line-height: 25px;
	width: 200px;
}
.menu :hover > a {
	color:#000;
	background-image: url(images/nav/hover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #639;
}
.menu ul ul :hover > a {
	background-color: #e5e1d6;
	background-image: url(images/nav/hoversub.gif);
	background-repeat: repeat-x;
	background-position: left center;
	text-align: left;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}
.menu ul li a img {
	margin-top: 17px;
}
#content {
	width: 914px;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]background-color: #333; */
	margin-top: 1px;
	position: relative;
}
#mainbody {
	width: 828px;
	margin-left: 7px;
	background-image: url(images/mainbodyBg.gif);
	background-repeat: repeat-x;
	background-color: #EDEDED;
	padding-top: 240px;
	padding-left: 31px;
	padding-right: 41px;
	padding-bottom: 10px;
}
#mainbody li {
	list-style-position: outside;
	list-style-image: url(images/listItem.gif);
}
#content p, #content li {
	line-height: 170%;
	text-align: justify;
	color: #333;
}
#sideBarBg {
	position: absolute;
	width: 270px;
	background-image: url(images/subSideBarBG.gif);
	left: 600px;
	top: 20px;
	/* [disabled]height: 100%; */
	z-index: 100;
	background-repeat: repeat-y;
}
#sideBar{
	width: 270px;
	background-image: url(images/subSideBar.gif);
	background-repeat: no-repeat;
	z-index: 100;
	padding-top: 220px;
	padding-bottom: 20px;
	background-position: left bottom;
}
#sideBar h1 {
	display: block;
	background-image: url(images/sideH1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-left: -5px;
}
#sideBar h2 {
	display: block;
	background-image: url(images/sideH2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 19px;
	margin-left: 26px;
	margin-bottom: 20px;
}
#sideBar .programs p{
	margin-right: 26px;
	margin-left: 26px;
	text-align: justify;
	color: #333333;
}
#keyImageFrame {
	height: 225px;
	width: 299px;
	position: absolute;
	top: 0px;
	z-index: 120;
	left: 584px;
	background-image: url(images/smallImageFrame.png);
}
#keyImageFrame #keyImage {
	height: 178px;
	width: 254px;
	margin-top: 24px;
	margin-left: 22px;
}
#logoareaBg {
	background-image: url(images/logoareaBg.png);
	height: 190px;
	width: 914px;
	position: absolute;
	left: 0px;
	top: 20px;
}
#logoarea {
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	border: 1px solid #a7a7a6;
	height: 174px;
	background-image: url(images/logoarea.gif);
	background-repeat: no-repeat;
}
#logoarea a img {
	margin-top: 14px;
	margin-left: 20px;
}
.hidden {
	display: none;
}
.success {
	color: #000;
	font-weight: bold;
}
.train {
	color: #FE7D1E;
}
.small {
	font-size: 90% !important;
	text-align: left !important;
}
.spacer {
	width: 293px;
	float: right;
	height: 300px;
}
.spacer2 {
	width: 293px;
	float: right;
	height: 180px;
}
.spacer3 {
	width: 293px;
	float: right;
	height: 200px;
}
.spacer4 {
	width: 293px;
	float: right;
	height: 1400px;
}
.imageRight {
	margin-left: 26px;
	margin-bottom: 8px;
}
.imageLeft {
	margin-right: 26px;
	margin-bottom: 8px;
}
.graph {
	width: 301px;
	text-align: center;
	float: right;
	margin-left: 26px;
}
.smalltxt {
	font-size: 90%;
}
input {
	border: 1px solid #7B46A4;
	width: 200px;
}
textarea , select{
	border: 1px solid #7B46A4;
	width: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
table p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.floatright {
	float: right;
}
hr {
	height: 1px;
	border: none;
	background-color: #999;
}
