body
{
	background-color: #FFFFFF;
	background-image: url(../images/layout/pageborder.gif);
	background-repeat: repeat-y;

  	scrollbar-arrow-color:#FFFFFF;
   	scrollbar-track-color:#a5a5a5;
    scrollbar-face-color:#000000;
    scrollbar-highlight-color:#dddddd;
    scrollbar-3dlight-color:#F2F2FF;
    scrollbar-darkshadow-color:#595959;
    scrollbar-shadow-color:#797979;
}
		
table.page
{
	border: 0px solid red;
	border-collapse: collapse;
	width: 780px;
	height: 100%;
}

table.page td
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div.pageTitle
{
	border: 0px solid yellow;
	background-image: url(../images/layout/paginatitelbalk.jpg);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	width: 100%;
	height: 85px;
}

table.pageTitle
{
	width: 100%;
	height: 100%;
	font-family: verdana, tahoma, arial, sans serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;	
}

td.content
{			
	background-repeat: repeat;
	vertical-align: top;
}

div.titlebar
{
	background-image: url(../images/layout/titlebar.gif);
	background-repeat: no-repeat;
	border: 0px solid yellow;

	width: 100%;
	height: 15px;
}

table.titlebarWrapper
{
	width: 100%;
	height: 100%;
	border: 0px solid red;
	border-collapse: collapse;

	font-family: verdana, tahoma, arial, sans serif;
	font-size: 11px; 
	color: #FFFFFF;
}

table.titlebarWrapper td
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

div.leftBox
{
	border: 0px solid red;
	width: 370px;
	margin-left: 10px;
	float: left;
}

div.rightBox
{
	border: 0px solid purple;
	width: 370px;
	margin-right: 3px;
	float: right;
}


div.textBox
{	
	border: 0px solid yellow;
	background-image: url(../images/layout/textboxbg.gif);
	background-repeat: repeat-y;
	
	width: 100%;
	height: 100%;

	padding-top: 7px;

	font-family: verdana, tahoma, arial, sans serif;
	font-size: 11px;
	color: #595959;
	line-height: 11pt;
}

div.textBoxHeader
{
	border: 0px solid yellow;
	background-image: url(../images/layout/textboxheader.gif);
	background-repeat: no-repeat;
	
	width: 100%;
	height:9;
}

div.textBoxFooter
{
	border: 0px solid yellow;
	background-image: url(../images/layout/textboxfooter.gif);
	background-repeat: no-repeat;
	
	width: 100%;
	height:9;
}

h1
{	
	font-family: verdana, tahoma, arial, sans serif;
	font-size: 11px;
	color: #595959;
	font-weight: bold;
	margin-bottom: 0px;
}

div.textSpacer
{
	border: 0px solid green;
	
	width: 350px;
	margin-left: 10px;
}

div.photoBox
{
	border: 0px solid red;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#FFFFFF;
}


div.imagebox
{
	border: 0px solid red;

	width: 374px;
	height: 246px;

	float: right;
	margin-top: 70px;
	margin-right: 0px;
}

A:link
{ 
	color: #6688a5; 
}
A:hover
{ 
	color: #167ed6; 
}
A:visited        
{ 
	color: #FF0000; 
}
A:active    
{ 
	color: #000000; 
}
