@charset "utf-8";

html, body 
{
	margin:10pt;
}

body, td, th { font: 12pt Tahoma, Arial, sans-serif; }

/** HEADER *****************************************/
#logo 
{
	height: 120px;
	width: 105px;
	float: left;
}

/*-- top menu --------------------------------------*/
#topmenu 
{ 
	display: none; 
}

/* -- login box --------------------------------*/
#loginbox 
{ 
	display: none; 
}

/* ------------------------------------*/

#strapline  h2
{
	font: italic 18pt "Trebuchet MS", Arial, sans-serif;
	margin-top: 76px;
}

#section
{ display: none; 
}

/** MAIN AREA *****************************************/
#main 
{
	clear: both;
	padding-top: 10px;
}

/** MAIN COLUMN *****************************************/
#maincolumn 
{

}

#maincolumn h1 
{
	font-size: 19px;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 24px;
}

#maincolumn h2 
{
	padding: 5px;
	font-size: 14px;
	width: 430px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

blockquote
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin: 0px 10px;
}

#maincolumn a {
	text-decoration: underline;
}


#maincolumn p 
{
	margin: 5px 10px;
}

/* MAIN COLUMN **-Presentation Table-----------*/

.presentTable
{
	width: 448px;
	font-size: 13px;
	margin: 0px auto;
}

.presentTable h3 
{
	font-weight: bold;
	width: 420px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 18px;
	text-indent: 5px;
	font-size: 13px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.presentTable p 
{
	width: 420px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	padding-top: 7px;
	text-indent: 5px;
	padding-bottom: 5px;
}

.presentTable a 
{
	font-weight: bold;
	font-size: 12px;
}

.presentTable thead 
{
	background-repeat: no-repeat;
	background-position: center top;
	height: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

.presentTable tbody 
{
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
.presentTable tfoot 
{
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

.presentTable ul
{
	width: 420px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	font-size: 14px;
}

.presentTable li
{
	line-height: 18px;
	list-style-position: inside;
	text-indent: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: disc;
	font-size: 12px;

}

.presentTable li.odd{
}
.presentTable li.even{
}

/** MAIN COLUMN -buttons/HightLight td  backgrounds *****************************************/

a.buttonMain
{
	height: 35px;
	width: 219px;
	display: block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#maincolumn a.buttonMain
{
	text-decoration: none;
}


a.buttonMain:link, a.buttonMain:visited{}
a.buttonMain:hover, a.buttonMain:active{}

.hiLight
{
	font-size: 22px;
	line-height: 49px;
	font-weight: bold;
	height: 49px;
	display: block;
	text-align: center;
}


/** LEFT COLUMN *****************************************/
#leftcolumn 
{
	display:none;
}

/** RIGHT COLUMN *****************************************/
#rightcolumn 
{
	display:none;
}

/** FOOTER *****************************************/
#footer 
{
	display:none;
}

