*
{
	margin: 0;
	padding: 0;
	border: 0;
}

html
{
	height: 100%;
}

body
{
	text-align: left;
	background: #ffffff;
	color: #333333;
	min-width: 1004px;
	height: 100%;
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	line-height: 1.3;
	background-image: url(../images/bg_image.gif);
	background-repeat: no-repeat;
}

a
{
	color: #ff0000;
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
}

/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper
{
	text-align: left;
	width: 1004px;
	height: 100%;
	margin: 0 0 0 0;
	/*background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-y;
	overflow: visible;*/
}

#innerwrapper
{
	height: 100%;
	/*background-image: url(../images/bg_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 103px;*/
	margin: 0 0 0 0;
	overflow: visible;
}

#footer
{
	clear: both;
	width: 100%;
}


#contentfloatholder
{/* right faux column tab */
	/*background-repeat: no-repeat;
	background-position: 100% 0px;*/
	float: left;
	width: 100%;
}


#contentfloatholder:after
{
 /* this is for NN6 to clear floats */
    content: ".";
    display: block;
	height: 0px;
    clear: both;
    visibility: hidden;
}

#center
{
	margin: 0 371px 0 232px;
	margin-top: 140px;
}

#centerwrap
{
	float:left;
	width: 100%;
	margin: 0 -95% 0 0;
	background-image: url(/template/images/content.gif);
	background-repeat: no-repeat;
	background-position: 232px 16px;
}

#left
{
	float:left;
	width: 232px;
	margin: 0 0 0 -5%;
	background-image: url(../images/bg_menu.gif);
}

#dummyplaceholder
{
	height: 15px;
	background-color: #ffffff;
	width: 100%;
}

#right
{
	float:right;
	width: 371px;
	margin: 0;
	background-image: url(/template/images/content_re.gif);
	background-repeat: no-repeat;
}

.rightcontent
{
	margin-left:86px;
	margin-top: 25px;
	width:170px;
}

#righthead
{
	margin-left:86px;
	width:170px;
	margin-top:78px;
	text-align:right;
	margin-bottom:20px;
}

#rightheadstatic
{
	margin-left:86px;
	width:170px;
	margin-top:20px;
	text-align:right;
	margin-bottom:20px;
}

#rightlogos
{
	width: 80px;
	margin-left: 270px;
	margin-top: -200px;
}

#rightlogos img
{
	margin-bottom: 2px;
}

div .buttonrow
{
	padding-bottom: 4px;
}

/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}

#center h1
{
	font-size: 1.9em;
	font-weight: bold;
	color: #005fa1;
	line-height: 1.2em;
	padding-bottom: 0.5em;
}

#center h2
{
	font-size: 1.5em;
	color: #005fa1;
	font-weight: bold;
	padding-bottom: 0em;
}

#center p
{
	text-align: justify;
	padding-bottom: 1em;
}

.subline
{
	color: #005fa1;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.2em;
}

.rightcontent h1
{
	font-size: 1.2em;
	font-weight: bolder;
	color: #005fa1;
	padding-bottom: 1em;
	padding-top: 0.3em;
}

.rightcontent p
{
	color: #005fa1;
	font-weight: bold;
	text-align: justify;
}

div #headlogo
{
	position:relative;
	float: left;
}

div #headrandom
{
	float:left;
	position:relative;
}

div #headaddress
{
	float:left;
	position:relative;
}


div #menu
{
	text-align: right;
	margin-right: 18px;
}

.rightcontent img
{
	border: 2px solid #005fa1;
	vertical-align: middle;
}

#center img
{
	border: 2px solid #005fa1;
}

.imgtext
{
	color: #005fa1;
	text-align: left;
}

.date
{
	float: right;
}

div #imgnews
{
	 width:170px;
	 margin-right: 20px;
	 margin-bottom: 10px;
	 float:left;
	 text-align: left;
	 color: #005fa1;
}

.newsimageplaceholder
{
	vertical-align: middle;
}

.newstextplaceholder
{
	vertical-align: top;
}

.newsimageplaceholder img
{
	width: 95px;
	height: 95px;
	margin: 20px;
	margin-left: 0;
	margin-top: 0;
	text-align:left;
}

div #contactaddress
{

}

div #contactaddress strong, div #contactform strong
{
	font-size: 1.2em;
	padding-left: 0em;
	color: #005fa1;
}

.importanttext
{
	color: #005fa1;
}

div #contactpersons
{

}

input, textarea
{
	border: 1px solid #666666;
	color: #666666;
	font-size: 1.0em;
	font-family: Helvetica, Arial, Verdana;
	width: 95%;
	padding: 0.1em;
	background-color: #eeeeee;
}

.button {
	background-color: #999999;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #333333;
	padding: 0.5em;
}


.error
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #F3385E;
	background-color: inherit;
}

td.need input
{
	font-weight: bold;
	border: 2px solid #666666;
}

