﻿html, body 
{
	height: 100%;         /* required */
}
body 
{
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
    font-family: Verdana;
    color: #949393; 
    font-size: 10px;
    line-height: 18px;
}
a
{
    text-decoration: none;
}

.red
{
    color: #ba202e;
}
.text
{
    font-family: Verdana;
    font-size: 10px;
    line-height: 18px;
}
.menutext
{
    text-transform: uppercase;
    line-height: 24px;
}
.header
{
    font-size: 18px;
    line-height: 27px;
    font-style: normal;
    color: #ba202e;
}
div#distance 
{ 
	margin-bottom: -300px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 600px;         /* required - desired height */
	width: 1000px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

#bg
{
position:absolute;
height:600px;
width:1000px;
padding: 0;
left:0px;
top:0px;
}

#menu
{
position:absolute;
height:300px;
width:148px;
padding: 38px 5px 0px 8px;
left:10px;
top:107px;
z-index: 99;
overflow: auto;

}

#intra
{
position:absolute;
height:220px;
width:148px;
padding: 5px 5px 0px 8px;
left:10px;
top:410px;
z-index: 99;
}
#logo
{
position:absolute;
height:76px;
width:114px;
padding:0px;
left:45px;
top:20px;
}

#main_top
{
position:absolute;
height:426px;
width:543px;
padding:0px;
left:204px;
top:6px;
overflow: hidden;
}
#main_bottom
{
position:absolute;
height:100px;
width:543px;
padding: 8px 0px 0px 2px;
left:204px;
top:448px;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
}

#footer
{
position:absolute;
height:10px;
width:650px;
padding:0px;
left:200px;
top:564px;
font-size: 9px;
}
#news
{
	position:absolute;
	height:240px;
	width:154px;
	padding: 70px 10px 30px 25px;
	left:783px;
	top:80px;
}

#gavesum
{
	position:absolute;
	height:50px;
	width:154px;
	padding: 70px 10px 30px 25px;
	left:783px;
	top:394px;
	font-size: 9px;
}
#gaver
{
	position:absolute;
	height:40px;
	width:194px;
	padding: 0px 5px 0px 25px;
	left:783px;
	top:548px;
}

.pnSubMenu 
{
	width: 150px;
	padding-left: 10px;
	margin-right: 10px;
	background-color: #DEDEDE;
	border: solid 1px #DDDDDD;
	}
	
.PageContent
{
	height: 328px;
	overflow: auto;
	margin-right: 5px;
	}
	
.subMenutext 
{
	line-height: 12px;	
	
	
	}
a.subMenutext 
{
	text-decoration: none;
	}	
a:hover.subMenutext
{ text-decoration:underline;}
