html, body
{
	margin: 0;
	padding: 0;
	background: #fdfdfd url(../Images/background_gradient.gif) repeat-x bottom;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #383435;
}
form
{
	position: relative;	
	margin: 0 auto 0 auto;
	width: 964px;	
}
img
{
	border-style: none;
}

h1
{
	margin: 0;
	padding: 0;
	
	font-size: 18px;
	color: #4ebfee;
	font-weight: bold;
}

h2
{
	margin: 0;
	padding: 0;
	
	font-size: 14px;
	font-weight: bold;
	color: #B2D34A;        
}

div,p,li,td,a,h3
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #383435;
}
a:link, a:visited, a:active
{
	font-size: 12px;
	color: #42ae57;
	text-decoration:underline;
	
}
a:hover
{
	text-decoration: none;
}

.sitearea
{
	width: 100%;	
	margin-left: auto;
	margin-right: auto;	
}

.leftcolumnheader
{
	vertical-align: top;	
	width: 187px;
	height: 100%;
	
	margin: 0;
	padding: 0;
}

.rightcolumnheader
{
	vertical-align: top;
	width: 777px;	
	height: 100%;
	
	background-color: Transparent;
	
	margin: 0;
	padding: 0;
}

.leftcolumn
{
	vertical-align: top;	
	width: 187px;
	background-color: #ffffff;
	padding: 0 0 30px 0;
}

.rightcolumn
{
	vertical-align: top;
	width: 777px;	
	padding: 30px 95px 30px 32px;	
	background-color: #ffffff;
}

.rightcolumn .frame
{	
	margin: 0;
	padding: 0;	
	height: 100%;
	min-height: 100%;	
	background-color: Red;
}

.footer
{
	position: relative;
	clear: both;
	
	color: #666666;
	font-size: 10px;
	padding-top: 13px;	
}

/***** MENU *****/
.mainmenuitem
{
	background-image: url(../Images/menu_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	background-color: #ffffff;
	padding-left: 15px;
	
	width: 169px;
	height: 33px;
}
.submenuitem
{
	/*background-image: url(../Images/subnav_background.gif);
	background-repeat: repeat-y;
	*/
	background-color: #b2d34a;
	border-bottom: solid 1px #ffffff;
	
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 20px;
}
.sitearea .leftcolumn .mainmenuitem a:link,
.sitearea .leftcolumn .mainmenuitem a:visited,
.sitearea .leftcolumn .mainmenuitem a:active
{
	color: #6c6c6e;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.sitearea .leftcolumn .mainmenuitem a:hover
{
    color: #4ebfee;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.sitearea .leftcolumn .submenuitem a:link,
.sitearea .leftcolumn .submenuitem a:visited,
.sitearea .leftcolumn .submenuitem a:active,
.sitearea .leftcolumn .submenuitem a:hover
{
	color: #383435;
	text-decoration: none;
}

.jShowVideo
{
    display: none;
}

.jShowVideo	#VideoContainer
{
	width: 860px;
	height: 485px;	
}
