html, body {
padding: 0;
margin: 0;
border: none;
height: 100%;

}

HTML 
{
	background-color: #eeeeee;
	background-image: url(img/bg.gif);
	background-position: top;
	
}


BODY 
{
	text-align: center;
}


body, td
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #5d5e62;
}

a:link, a:visited
{
	color: #2a80d7;
	text-decoration: none;
}

a:hover
{
	color: #2a80d7;
	text-decoration: underline;
}

H1, H2
{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: #1f67b1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


H1
{
	font-size: 14pt;
	padding-top: 15px;
	padding-bottom: 15px;
}

H2
{
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #708090;
}

#contenttable
{
	width: 100%;
	height: 100%;
}

#contenttable td
{
	vertical-align: top;
}

#tdcenter
{
	width: 1000px;
	background-color: White;
	border-top: 6px solid #ffc500;
}

#tdleft
{
	background-image: url(img/shadow_left.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#tdright
{
	background-image: url(img/shadow_right.gif);
	background-repeat: repeat-y;
}

#topmenu
{
	height: 66px;
	text-align: right;
}

#topmenu ul
{
	padding: 0;
	margin: 0;
	margin-top: 30px;
}

#topmenu ul li
{
	display: inline;
	padding-left: 24px;
	padding-right: 25px;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#topmenu a:link, #topmenu a:visited, #topmenu a:hover
{
	color: #5d5e62;
}

#header
{
	background-color: #1a579b;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 183px;
	background-position: top right;
}

#leftcol
{
	width: 240px;
	padding-top: 20px;
	margin-right: 40px;
	float: left;
	padding-bottom: 50px;
}

#menu
{
	background-image: url(img/bg_menu.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
}

#menu ul
{
	padding: 0;
	margin:0;
	margin-left: 45px;
	margin-right: 45px;
}

#menu ul li
{
	list-style-image: none;
	list-style-type: none;
	padding-top: 9px;
	padding-bottom: 9px;
	/*border-top: 1px dashed #294492;*/
	padding-left: 42px;
	background-image: url(img/arrow_yellow.gif);
	background-position: 9px;
	background-repeat: no-repeat;
}

#menu a:link, #menu a:visited, #menu a:hover
{
	color: #445169;
}

#menu ul #first
{
	border: none;
}

#mainarea
{
	display: table;
	_height: 0;/*IE5-6*/
	zoom: 1;/*IE7*/
	padding-top: 65px;
	padding-right: 75px;
	padding-bottom: 50px;
}

#footer
{
	background-image: url(img/bg_footer.gif);
	background-repeat: repeat-x;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 80px;
	padding-right: 80px;
	font-size: 8pt;
	clear: both;
	overflow: auto;
}

* html #footer
{
	width: 100%;
}

#copyright
{
	float: left;
}

#design
{
	float: right;
}

.block
{
	padding-bottom: 25px;
	padding-right: 40px;
	margin-bottom: 15px;
	/*border-bottom: 1px dotted #CCCCCC;*/
}

.block b
{
	color: #F6C142;
	font-size: 12pt;
}






form
{
	BORDER-RIGHT: 0px;
	BORDER-LEFT: 0px;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	MARGIN: 0px;
}

input.fld, textarea
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #fdfdfd;
	font-size: 9pt;
	border: 1px solid #ccd5d8;
	color: #666666;
	background-image: url(img/bg_item.gif);
	background-repeat: repeat-x;
}

textarea
{
	overflow: auto;
	margin-bottom: 15px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

input.btn
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #807c76;
	border-top: 2px solid #b0ada8;
	border-left: 2px solid #b0ada8;
	border-bottom: 2px solid #504c47;
	border-right: 2px solid #504c47;
	font-weight: bold;
	color: #fff;
	font-size: 10pt;
	text-align: center;
	background-image: url(img/bg_input.gif);
	background-repeat: repeat-x;
}

