html {
	background-color: #660066;
	background-image: url(images/htmlBg.jpg);
	background-position: 0px 45px;
	background-repeat: repeat-x;
	height: 100%;
}
body {
	background-color: #660066;
	padding: 0;
	margin: 0;
	background-image: url(images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 45px;
	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%;
	margin-bottom: 30px;
	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:450;
}
#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:200px;
}
/* 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;
	z-index: 80;
}
#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: -3px;
}
#sideBar h2 {
	display: block;
	background-image: url(images/sideH2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 19px;
	margin-left: 28px;
	margin-bottom: 10px;
}
.mask3 h2 {
	background-image: none !important;
	margin-bottom: 10px!important;
	padding-left: 0px !important;
	margin-left: 0px !important;
	display: default !important;
	margin-top: 0px !important;
}
#sideBar .programs p {
	margin-right: 28px;
	margin-left: 28px;
	text-align: left;
	color: #333333;
	font-size: 95%;
	line-height: 110%;
}
#keyImageFrame {
	height: 299px;
	width: 402px;
	position: absolute;
	top: 16px;
	z-index: 150;
	left: 486px;
	background-image: url(images/keyImageFrame.png);
}
#keyImageFrame #keyImage {
	width: 350px;
	height: 243px;
	margin-top: 28px;
	margin-left: 26px;
}
#logoareaBg {
	background-image: url(images/logoareaBg.png);
	height: 190px;
	width: 880px;
	position: absolute;
	left: 0px;
	top: 60px;
	z-index: 90;
}
#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;
}
.train {
	color: #FE7D1E;
}
.small {
	font-size: 90% !important;
	text-align: left !important;
}
#kitkadesign {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9px;
	color: #cccccc;
	padding: 20px 0px 20px 0px;
	width: 300px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	line-height: 100%;
}
#kitkadesign a:link, #kitkadesign a:visited {
	color: #cccccc !important;
	text-decoration: none;
}
#kitkadesign a:hover {
	color: #cc0864;
	text-decoration: none;
}
.kitka {
	letter-spacing: 4px;
	padding-left: 2px;
}
