﻿body, html {
	width:100%;
	height:100%;
	margin:0px;
	border: 0px none black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img
{
	border:0px none black;
}
table
{
	margin:0px;
	border:0px none black;
}
p
{
	margin-top:15px;
	margin-bottom:5px;
}
ul
{
	margin-top:8px;
	margin-bottom:3px;
}
li
{
	margin-top:5px;
	margin-bottom:1px;
}
h1{font-size:24px; margin-bottom:10px}
h2{font-size:20px; margin-bottom:8px}
h3{font-size:16px; margin-bottom:6px}
h4{font-size:14px; margin-bottom:4px}
h5{font-size:12px; margin-bottom:2px; margin-top:5px}
h6{font-size:10px; margin-bottom:2px; margin-top:5px}
hr{margin-bottom:0px}
#master
{
	position:relative;
	width:778px;
	margin-left:auto;
	margin-right:auto;
	border-width:0px;
}
#banner
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	height:150px;
	background-image:url(../images/base/banner.jpg);
}
#linkHome
{
	position:absolute;
	margin-left:20px;
	margin-right:auto;
	margin-top:38px;
	margin-bottom:auto;
	width:230px;
	height:80px;
	cursor:pointer;
}
#leftShadow
{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	width:14px;
	height:auto;
	background-image:url(../images/base/shadLeft.gif);
}
#rightShadow
{
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:auto;
	width:14px;
	background-image:url(../images/base/shadRight.gif);
}
#bottomShadow
{
	width:778px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/base/shadBottom.gif);
	height:14px;
}
.relativeAligner
{
	position:relative;
	width:0px;
	height:0px;
}
.floatFinalizer
{
	clear:both;
}
#bottomLeftShaddow
{
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:14px;
	background-image:url(../images/base/shadBottomLeft.gif);
}
#bottomRightShaddow
{
	position:absolute;
	left:748px;
	top:0px;
	width:30px;
	height:14px;
	background-image:url(../images/base/shadBottomRight.gif);
}
#leftBottomShadow
{
	position:absolute;
	width:14px;
	height:30px;
	bottom:0px;
	top:auto;
	background-image:url(../images/base/shadLeftBottom.gif)
}
#rightBottomShadow
{
	position:absolute;
	width:14px;
	height:30px;
	bottom:0px;
	top:auto;
	background-image:url(../images/base/shadRightBottom.gif)
}
#mainArea
{
	background-image:url(../images/base/sideBarBg.gif);
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
}
#newsTitle
{
	width:188px;
	height:36px;
	background-image:url(../images/base/titles/titNews.gif);
}
#newsArea
{
	font-size:10px;
	background-color:#f8f5f5;
	color:#000000;
	padding:10px 20px;
}
#newsArea a
{
	text-decoration:none;
	color:#ff9900;
}
#newsArea p
{
	margin-top:3px;
	margin-bottom:8px;
}
#newsletterTitle
{
	width:188px;
	height:36px;
	background-image:url(../images/base/titles/titNewsletter.gif);
}
#newsletterArea
{
	font-size:10px;
	background-color:#dee5eb;
	color:#000000;
	padding:15px;
	width:158px;
	text-align:left;
}
#newsletterArea input
{
	border-style:inset;
	border-width:2px;
	height:12px;
	font-size:9px;
	width:118px;
}
#productsTitle
{
	width:188px;
	height:36px;
	background-image:url(../images/base/titles/titProducts.gif);
}
#productsArea
{
	font-size:10px;
	background-color:#dee5eb;
	color:#000000;
	padding:20px;
}
#coursesTitle
{
	width:188px;
	height:36px;
	background-image:url(../images/base/titles/titCourses.gif);
}
#coursesArea
{
	font-size:10px;
	background-color:#dee5eb;
	color:#000000;
	padding:20px;
}
#coursesArea a, #coursesArea a:active, #coursesArea a:visited
{
	color:#000000;
	text-decoration:none;
	line-height:18px;
	background-image:url(../images/base/more.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}
#coursesArea a:hover
{
	text-decoration:underline;
}
#productsArea a, a:active, a:visited
{
	color:#000000;
	text-decoration:none;
}
#menuArea
{
	font-size:9px;
	width:562px;
	height:34px;
	background-color:#f8f5f5;
}
#menuArea a, a:active
{
	color:#000000;
	text-decoration:none;
}
#menuArea a:hover
{
	color:#ff9900;
	text-decoration:none;
}
#menuArea .activatedLink
{
	color:#ff9900;
}
#designBy
{
	margin: 0 auto;
	width:734px;
	background-color:#FFFFFF;
	border-top: solid 1px #999999;
	height:19px;
	color:#999999;
	padding-right:16px;
	text-align:right;
}
#sideBar
{
	width:188px;
	float:left;
	z-index:1;
}
#contents
{
	background-color:#FFFFFF;
	position:relative;
	float:right;
}
#contents select
{
	border:1px solid #aaaaaa;
	font-size:9px;
}
#mainContents
{
	padding-top:10px;
	font-size:12px;
}
#mainContents a, a:active
{
	color:#ff9900;
	text-decoration:none;
}
#mainContents a:hover
{
	color:#000000;
	text-decoration:underline;
}
#mainContents em
{
	font-size:9px;
}
#mainContents li
{
	margin-bottom:20px;
}
#mainContents .discreetLink
{
	font-size:11px;
	color:#999999;
}
#mainContents input
{
	border-bottom:1px solid black;
	border-top:1px solid #dedede;
	border-right:1px solid #dedede;
	border-left:1px solid #dedede;
}
#mainContents .inputCheckbox
{
	border:0px none transparent;
}
#titleArea
{
	top:0px;
	background-color:#a0a6a4;
	height:35px;
	width:562px;
	margin:0px;
}
#title
{
	margin:0px;
	position:absolute;
	top:82px;
	left:20px;
	font-size:16px;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
}
#tableStyle1
{
	border-collapse:collapse;
	border:solid 2px white;
}
#tableStyle1 td
{
	border-bottom: 1px solid #dee5eb;
	border-right: 1px solid #dee5eb;
}
#tableStyle1 tr td:First-Child
{
	font-weight:bold;
}
#marginLessList li
{
	margin:0px;
}
#orderArea input
{
	height:14px;
	font-size:10px;
}
#FaqList a
{
	padding-left:20px;
	background-image:url(../images/base/more.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-position:0px 3px;
}
#FaqList
{
	line-height:20px;
}