*
{
        font-family: verdana,Arial, helvetica, sans-serif;
}


div.page {
	width:752px; /* override standard page width in header.css */
}

form
{
	margin: 0;
}

/* =============== TOP RIGHT LOGIN BOX ================== */
div.loginbox
{
	color:white;
	float:right;
	width: 361px;
	height: 62px;
	position:relative;
	left:9px;
	top:0px;
	margin: 0;
	padding: 0;
	margin-right:1px;
}
div.loginbox div
{
	background: #4ab229;
	line-height: 0;
	font-size: 0;
}

div.loginbox span
{
	padding-top:5px;
	padding-left:13px;
	float:left;
}	

div.loginbox div.loginform
{
	position: absolute;
	padding: 0;
	top: 0px;
	left: 10px;
	height: 60px;
	width: 350px;
	background:none;
	line-height: 14px;
	font-size: 11px;
}
div.loginbox a,
div.loginbox a:link,
div.loginbox a:visited,
div.loginbox a:active,
div.loginbox a:hover {
	font-size: 11px;
	color: white;
	text-decoration: none;
}
div.loginbox a:hover {
	color: lightgrey;
}

div.frontpage-box
{
	width: 752px;
	height: 300px;
	background-position: top left;
	background-repeat: no-repeat;
	background: #aaaaaa;
	text-align: left;
	background-image: url(images/5118.jpg);
}
div.frontpage-box div.top-left
{
	float: left;
	background: url(images/front_tl.gif) no-repeat top left;
	height: 4px;
	width: 5px;
	padding: 0;
}
div.frontpage-box div.top-right
{
	float: right;
	height: 6px;
	width: 8px;
	padding: 0;
	background: url(images/front_tr1.gif) no-repeat top right;
}
div.frontpage-box div.shadow-right
{
	float: right;
	background: url(images/front_dropr.gif) no-repeat;
	width: 2px;
	height: 294px;
	position: relative;
	top: 6px;
	left: 8px;
}
h1.front
{
	color:#4ab229;
	font-size:22px;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:2px;
}
div.frontpage-box-content
{
	padding-left: 20px;
	padding-top: 20px;
	/*
	background-color:white;
    filter:alpha(opacity=50); /* IE's opacity*/
    /*opacity: 0.50;*/
}
div.frontpage-box-content div.logo-container
{
	background-image: url(images/frontblankbox.gif1);
	width: 284px;
	height: 159px;
	overflow: hidden;
	
    
}
div.frontpage-box-content div.logo-text
{
	color:#909090;
	padding:10px;
	font-weight:bold;
}
a.big-button
{
	float:left;
	display: block;
	width: 92px;
	height: 89px;
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 24px;
	background-image: url(images/bigstartbutton.gif) 
}
a.big-button span
{
	position: relative;
	top: 45px;
	color: #6d6d6d;
	font-weight: bold;
	font-size: 11px;
}
a.big-button:hover
{
	text-decoration: underline;
}
/* ======= RESTYLE MENU LIST DEFINITIONS ====== */
ul.menulist
{
	margin: 0;
	padding: 0;
}
ul.menulist li
{
	width:99%;
	padding-top:3px;
	padding-bottom:3px;
}
/* ============================================= */

/* ================= CAPTION BOX ================= */
div.frontpage-caption
{
	background-image: url(images/frontimagebase.gif);
	width: 752px;
	height: 26px;
	text-align:right;
	vertical-align:center;
}
div.frontpage-caption div
{
	float:right;
	width:730px;
	text-align:right;
	overflow:hidden;
	padding-right:8px;
}
/* ================================================ */

/* ================== CONTENT BOX ================= */
div.frontpage-content
{
	width: 752px;
	padding-top: 10px;
}
div.frontpage-content table 
{
	empty-cells: show;
	vertical-align:top;
}
div.frontpage-content th
{
	height: 34px;
	background-color: #ade918;
	text-align: center;
	overflow: hidden;
	border-right: 1px solid black;
}
div.frontpage-content th.top-left 
{
	background-image: url(images/tl_eeeeee.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div.frontpage-content th.top-right
{
	background-image: url(images/frontpage_header_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div.frontpage-content h3
{
	font-size:16px;
	font-weight:bold;
	color:#676767;
	line-height: 28px;
	text-align: center;
}
div.frontpage-content td
{
	font-size: 12px;
	color: black;
	background-color: white;
	text-align: left;
	border-right: 1px solid black;
}
div.frontpage-content td.bottom
{
	height: 2px;
	background-image: url(images/frontbdrop.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border: 0;
}
div.frontpage-content td div 
{
	padding: 5px;
}
div.frontpage-content td.right
{
	width:10px;
	background-image: url(images/frontdrop.gif);
	background-position:top right;
	background-repeat:repeat-y;
}
/* ================================================= */

