body
{
	margin-left  : 0px;
	margin-top   : 0px;
	margin-right : 0px;
	margin-bottom: 0px;
}

#logo
{	
	background-image: url(header.png); 
	width           : 800px; 
	height          : 212px;
}

#content
{
	width: 800px;
}

#imgline
{
	margin-top: -119px; 
	text-align: right;
}

#tagline
{
	margin-top: 106px; 
	text-align: right;
}

#leftpanel
{
	width     : 260px; 
	border    :1px solid #666666; 
	float     : left; 
	background: #F7F7F7; 
	margin    : 0px 10px 10px 0px;
}

#leftpanel li
{
	padding-bottom: 10px;	
}

#footer
{
	float           : left; 
	width           : 800px; 
	background-color: #F0F0F0; 
	padding         : 5px 0px 5px 0px;
}

.smallgraytext
{
	font       : 0.7em Tahoma, sans-serif;
	font-size  : 11px;
	font-weight: bold;
	color      : #999999;
}

.smallgraytext a
{
	color          : #999999;
	text-decoration: none;
}

.smallgraytext a:hover
{
	text-decoration: underline;
}

.smallwhitetext
{
	font       : 0.7em Tahoma, sans-serif;
	font-size  : 11px;
	font-weight: bold;
	color      : white;
	text-align : right;
	padding-top: 106px;
}

.smallwhitetext a
{
	color          : white;
	text-decoration: none;
}

.smallwhitetext a:hover
{
	text-decoration: underline;
}

.newstext
{
	font      : 8pt Tahoma, sans-serif;
	color     : #666666;
	text-align: justify;
	padding   : 0pt 0pt 10pt 0pt;
}

.bodytext
{
	font      : 10pt Tahoma, sans-serif;
	color     : #666666;
	text-align: justify;
	padding   : 0pt 0pt 10pt 0pt;
}

.titletext
{
	font       : 36px Tahoma, sans-serif;
	font-weight: bold;
	color      : #CC0000;
	margin     : -55px 0px 12px 0px;
   text-align : right;
}

.smalltitle
{
	font       : 20px Tahoma, sans-serif;
	font-weight: bold;
	color      : #CC0000;
}

.smallredtext
{
	font       : 11px Tahoma, sans-serif;
	font-weight: bold;
	color      : #CC0000;
}

.warningmsg
{
	text-align : center;
	font-weight: bold;
	color      : red;
	padding    : 5px;
}

#tabledescr
{
	margin-top   : 20px;
	margin-bottom: 20px;
	border-right : 1px solid #666666;
}

#tabledescr th
{
	padding-top   : 10px;
	padding-bottom: 10px;
	font-weight   : bold;
	text-align    : center;
	background    : #EEEEEE;
	color         : black;
	border-bottom : 1px solid #666666; 
	border-top    : 1px solid #666666; 
	border-left   : 1px solid #666666;
}

#tabledescr td
{
	padding       : 3px 10px 3px 10px;
	border-bottom : 1px solid #666666; 
	border-left   : 1px solid #666666;
	vertical-align: middle;
}

