body {
	margin: 0px;
	background-color: #CCCCCC;
}

TD.wrapper {
	border: 1px solid #333333;
}

TD.header {
	width: 800px;
	height: 110px;
	background: url(images/hdr.jpg) left top no-repeat;
	border: solid #999;
	border-width: 1px 1px 0px 1px;
}

TD.nav {
	border: solid #999;
	border-width: 0px 1px 0px 1px;
}

#TopNav {
	width: 181px;
	height: 25px;
	position: relative;
	top: 0px;
	right: 0px;
	background: url(images/bg-TopNav.jpg) top right no-repeat;
	font: 11px Helvetica, Arial;
	color: #C730C5;
	padding: 6px;
}
#TopNav a:link {color: #C730C5; text-decoration: none;}
#TopNav a:active {color: #C730C5; text-decoration: none;}
#TopNav a:hover {color: #C730C5; text-decoration: underline;}
#TopNav a:visited {color: #C730C5; text-decoration: none;}
#TopNav a:visited:hover {color: #C730C5; text-decoration: underline;}
	
#LogoTag {
	position: relative;
	right: 220px;
	top: 35px;
	font: 14px Helvetica, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
}

TD.body {
	width: 631px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 11px;
	text-align: left;
	border: solid #999;
	border-width: 0px 0px 0px 1px;
}

TD.body h1 {
	margin: 0px;
	font: 15px Helvetica, Arial;
	color: #000000;
	font-weight: bold;
}

TD.body h2 {
	margin: 0px 11px 0px 0px;
	font: 14px Helvetica, Arial;
	color: #000000;
	font-weight: normal;
	border: solid #000;
	border-width: 0px 0px 1px 0px;
}
TD.body h2 a:link {color: #C730C5; text-decoration: none;}
TD.body h2 a:active {color: #C730C5; text-decoration: none;}
TD.body h2 a:hover {color: #C730C5; text-decoration: underline;}
TD.body h2 a:visited {color: #C730C5; text-decoration: none;}
TD.body h2 a:visited:hover {color: #C730C5; text-decoration: underline;}

TD.body p {
	margin: 0px 0px 20px 0px;
	font: 12px Helvetica, Arial;
	color: #000000;
	padding: 0px 11px 0px 0px;
	line-height: 1.5em;
}
TD.body p a:link {color: #C730C5; text-decoration: none;}
TD.body p a:active {color: #C730C5; text-decoration: none;}
TD.body p a:hover {color: #C730C5; text-decoration: underline;}
TD.body p a:visited {color: #C730C5; text-decoration: none;}
TD.body p a:visited:hover {color: #C730C5; text-decoration: underline;}

#HomeBlock {
	width: 290px;
	position: static;
	float: left;
	border-left: 1px solid #666;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
}

#clear {
	width: 100%;
	clear: both;
}

TD.RightBar {
	width: 169px;
	background-color: #DFF2E9;
	padding: 0px;
	text-align: center;
	border: solid #999;
	border-width: 0px 1px 0px 0px;
	font: 12px Helvetica, Arial;
	color: #000000;
	font-weight: bold;
}
TD.RightBar a:link {color: #000099; text-decoration: none;}
TD.RightBar a:active {color: #000099; text-decoration: none;}
TD.RightBar a:hover {color: #000099; text-decoration: underline;}
TD.RightBar a:visited {color: #000099; text-decoration: none;}
TD.RightBar a:visited:hover {color: #000099; text-decoration: underline;}

#new {
	position: relative;
	right: 40px;
	bottom: 150px;
}

TD.footer {
	width: 800px;
	height: 58px;
	border: 1px solid #999;
	background: url(images/bg-footer.jpg) bottom left repeat-x;
	font: 11px Helvetica, Arial;
	color: #000000;
	text-align: center;
	line-height: 1.5em;
}
TD.footer a:link {color: #000000; text-decoration: none;}
TD.footer a:active {color: #000000; text-decoration: none;}
TD.footer a:hover {color: #000000; text-decoration: underline;}
TD.footer a:visited {color: #000000; text-decoration: none;}
TD.footer a:visited:hover {color: #000000; text-decoration: underline;}

TD.secondary {
	width: 100%;
	background: #FFFFFF;
	text-align: left;
	border: solid #999;
	border-width: 0px 1px 0px 1px;
}

TD.secondary h1 {
	margin: 13px;
	font: 20px Helvetica, Arial;
	color: #000000;
	font-weight: bold;
}

TD.secondary h2 {
	margin: 13px;
	font: 15px Helvetica, Arial;
	color: #000000;
	font-weight: bold;
}
TD.secondary h2 a:link {color: #C730C5; text-decoration: none;}
TD.secondary h2 a:active {color: #C730C5; text-decoration: none;}
TD.secondary h2 a:hover {color: #C730C5; text-decoration: underline;}
TD.secondary h2 a:visited {color: #C730C5; text-decoration: none;}
TD.secondary h2 a:visited:hover {color: #C730C5; text-decoration: underline;}

TD.secondary h3 {
	margin: 13px;
	font: 14px Helvetica, Arial;
	color: #C730C5;
	font-weight: bold;
}
TD.secondary h3 a:link {color: #C730C5; text-decoration: none;}
TD.secondary h3 a:active {color: #C730C5; text-decoration: none;}
TD.secondary h3 a:hover {color: #C730C5; text-decoration: underline;}
TD.secondary h3 a:visited {color: #C730C5; text-decoration: none;}
TD.secondary h3 a:visited:hover {color: #C730C5; text-decoration: underline;}


TD.secondary p {
	margin: 13px;
	font: 12px Helvetica, Arial;
	color: #000000;
	padding: 0px 11px 0px 0px;
	line-height: 1.5em;
}
TD.secondary p a:link {color: #C730C5; text-decoration: none;}
TD.secondary p a:active {color: #C730C5; text-decoration: none;}
TD.secondary p a:hover {color: #C730C5; text-decoration: underline;}
TD.secondary p a:visited {color: #C730C5; text-decoration: none;}
TD.secondary p a:visited:hover {color: #C730C5; text-decoration: underline;}

TD.secondary ul {
	list-style: none;
}

TD.secondary li {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.5em;
}	

TD.secondary li img {
	margin: 0px 3px 0px 0px;
}
TD.secondary li a:link {color: #000000; text-decoration: none;}
TD.secondary li a:active {color: #000000; text-decoration: none;}
TD.secondary li a:hover {color: #C730C5; text-decoration: underline;}
TD.secondary li a:visited {color: #000000; text-decoration: none;}
TD.secondary li a:visited:hover {color: #C730C5; text-decoration: underline;}

#subnav {
	width: 787px;
	height: 22px;
	background: #CFE3FF;
	font: 12px Helvetica, Arial;
	color: #000000;
	padding: 8px 0px 0px 13px;
	border: solid #999;
	border-width: 1px 0px 1px 0px;
}
#subnav img {
	margin: 0px 3px 0px 0px;
}
#subnav a:link {color: #000000; text-decoration: none;}
#subnav a:active {color: #000000; text-decoration: none;}
#subnav a:hover {color: #C730C5; text-decoration: underline;}
#subnav a:visited {color: #000000; text-decoration: none;}
#subnav a:visited:hover {color: #C730C5; text-decoration: underline;}

TABLE.products {
	width: 800px;
}

TABLE.products td {
	width: 270px;
	height: 165px;
	background: url(images/courses/bg-td.jpg) top left no-repeat;
	font: 12px Arial, Helvetica;
	color: #000000;
	line-height: 1.5em;
}
TABLE.products td img {
	margin: 0px 5px 3px 0px;
	border: 0px;
}
TABLE.products td a:link {color: #000099; text-decoration: none;}
TABLE.products td a:active {color: #000099; text-decoration: none;}
TABLE.products td a:hover {color: #000099; text-decoration: underline;}
TABLE.products td a:visited {color: #000099; text-decoration: none;}
TABLE.products td a:visited:hover {color: #000099; text-decoration: underline;}

TABLE.courseDetail {
	width: 700px;
	padding: 0px;
	margin: 13px;
}

TABLE.courseDetail h1 {
	margin: 10px;
	font: 20px Helvetica, Arial;
	color: #000000;
	font-weight: bold;
}

TABLE.courseDetail h2 {
	margin: 10px;
	font: 15px Helvetica, Arial;
	color: #000000;
	font-weight: bold;
}
TABLE.courseDetail h2 a:link {color: #C730C5; text-decoration: none;}
TABLE.courseDetail h2 a:active {color: #C730C5; text-decoration: none;}
TABLE.courseDetail h2 a:hover {color: #C730C5; text-decoration: underline;}
TABLE.courseDetail h2 a:visited {color: #C730C5; text-decoration: none;}
TABLE.courseDetail h2 a:visited:hover {color: #C730C5; text-decoration: underline;}

TABLE.courseDetail p {
	margin: 10px;
	font: 12px Helvetica, Arial;
	color: #000000;
	padding: 0px;
	line-height: 1.5em;
}
TABLE.courseDetail p a:link {color: #C730C5; text-decoration: none;}
TABLE.courseDetail p a:active {color: #C730C5; text-decoration: none;}
TABLE.courseDetail p a:hover {color: #C730C5; text-decoration: underline;}
TABLE.courseDetail p a:visited {color: #C730C5; text-decoration: none;}
TABLE.courseDetail p a:visited:hover {color: #C730C5; text-decoration: underline;}

TABLE.courseDetail ul {
	margin: 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-image: url(images/carrot-white.jpg);
}

TABLE.courseDetail td {
	font: 12px Arial, Helvetica;
	color: #000000;
	line-height: 1.5em;
	border: 1px solid #666;
	padding: 5px;
}

TABLE.courseDetail td img {
	border: 1px solid #666;
	margin: 10px;
}

TABLE.cec {
	width: 600px;
	padding: 0px;
	margin: 13px;
}

TABLE.cec td {
	font: 11px Arial, Helvetica;
	color: #000000;
	line-height: 1.5em;
	border: 1px solid #666;
	padding: 3px;
}

#ul ul {
	margin: 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-image: url(images/carrot-white.jpg);
}
#ul ul a:link {font-wieght: bold; color: #000099; text-decoration: none;}
#ul ul a:active {ont-wieght: bold; color: #000099; text-decoration: none;}
#ul ul a:hover {ont-wieght: bold; color: #000099; text-decoration: underline;}
#ul ul a:visited {ont-wieght: bold; color: #000099; text-decoration: none;}
#ul ul a:visited:hover {ont-wieght: bold; color: #000099; text-decoration: underline;}

TD.SiteMap {
	width: 100%;
	background: #FFFFFF;
	text-align: left;
	border: solid #999;
	border-width: 0px 1px 0px 1px;
}

TD.SiteMap h1 {
	margin: 13px;
	font: 20px Helvetica, Arial;
	color: #000000;
	font-weight: bold;
}

TD.SiteMap h2 {
	margin: 13px 0px 3px 13px;
	font: 15px Helvetica, Arial;
	color: #000000;
	font-weight: bold;
}
TD.SiteMap h2 a:link {color: #C730C5; text-decoration: none;}
TD.SiteMap h2 a:active {color: #C730C5; text-decoration: none;}
TD.SiteMap h2 a:hover {color: #C730C5; text-decoration: underline;}
TD.SiteMap h2 a:visited {color: #C730C5; text-decoration: none;}
TD.SiteMap h2 a:visited:hover {color: #C730C5; text-decoration: underline;}

TD.SiteMap p {
	margin: 0px 0px 13px 13px;
	font: 12px Helvetica, Arial;
	color: #000000;
	padding: 0px 11px 0px 0px;
	line-height: 1.5em;
}
TD.SiteMap p a:link {color: #C730C5; text-decoration: none;}
TD.SiteMap p a:active {color: #C730C5; text-decoration: none;}
TD.SiteMap p a:hover {color: #C730C5; text-decoration: underline;}
TD.SiteMap p a:visited {color: #C730C5; text-decoration: none;}
TD.SiteMap p a:visited:hover {color: #C730C5; text-decoration: underline;}

.hide{
	display: none;
}

.show{
	display: block;
}
