HTML{
	overflow-y: scroll;
}

BODY{
	margin: 0px 0px 0px 0px;
	text-align: center;
	background: #f3f3f3 url(/i/bg_body.gif) repeat-x 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

FORM{
	margin: 0px 0px 0px 0px;
}

.clr
{
	clear: both;
}

#mainContainer{
	width: 980px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	/*background: #cccccc;*/
}

/* /// */
/* Top */
/* /// */
#topContainer{
	width: 980px;
	height: 156px;
	position: relative;
	/*left: 10px;
	background: url(/i/bg_topcontainer.gif) no-repeat 0px 100%;*/
}

#logo{
	position: absolute;
	left: 20px;
	top: 49px;
}

#language{
	position: absolute;
	right: 15px;
	top: 8px;
	/*width: 200px;*/
	font-size: 9px;
	text-align: right;
	color: #ffffff;
	/*background: blue;*/
}

#language A{
	color: #ffffff;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
	/*margin-left: 10px;*/
}

#language A:hover{
	color: #1da8d3;
}

#topForm{
	position: absolute;
	right: 20px;
	top: 45px;
	font-size: 9px;
	color: #b20838;
}

#topForm .field{
	width: 220px;
	font-size: 9px;
	border: 1px solid black;
}

/* ////////////////////// */
/* Content BG:s + Columns */
/* ////////////////////// */
#mainContent{
	float: left;
	width: 980px;
}

#mainContentTopBG{
	float: left;
	width: 980px;
	height: 20px;
}

.wideColumn #mainContentTopBG{
	background: url(/i/bg_contentTop_wide.gif) no-repeat 0px 0px;
}

.twoColumn #mainContentTopBG{
	background: url(/i/bg_contentTop_two.gif) no-repeat 0px 0px;
}

.startPage #mainContentTopBG{
	background: url(/i/bg_contentTop_wide.gif) no-repeat 0px 0px;
}

#mainContentBottomBG{
	float: left;
	width: 980px;
	height: 20px;
	margin: -20px 0px 0px 0px;
}

.wideColumn #mainContentBottomBG{
	background: url(/i/bg_contentBottom_wide.gif) no-repeat 0px 100%;
}

.twoColumn #mainContentBottomBG{
	background: url(/i/bg_contentBottom_two.gif) no-repeat 0px 100%;
}

.startPage #mainContentBottomBG{
	background: url(/i/bg_contentBottom_wide.gif) no-repeat 0px 100%;
}

#mainContentBG{
	float: left;
	width: 980px;
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
}

.wideColumn #mainContentBG{
	background: #ffffff url(/i/bg_content_wide.gif) repeat-y 0px 0px;
}

.twoColumn #mainContentBG{
	background: #ffffff url(/i/bg_content_two.gif) repeat-y 0px 0px;
}

.startPage #mainContentBG{
	background: #ffffff url(/i/bg_content_wide.gif) repeat-y 0px 0px;
}

/* /////// */
/* Content */
/* /////// */
#content{
	float: right;
	display: inline;
	width: 700px;
	margin: 0px 20px 20px 0px;
}

.startPage #content{
	float: right;
	display: inline;
	width: 720px;
	margin: 0px 0px 0px 0px;
}

#centerColumn{
	float: left;
	margin: 11px 0px 0px 0px;
	font-size: 12px;
	color: #333333;
}

.wideColumn #centerColumn{
	width: 700px;
}

.twoColumn #centerColumn{
	width: 488px;
}

.startPage #centerColumn{
	width: 350px;
}

#rightColumn{
	font-size: 12px;
	color: #333333;
}

.wideColumn #rightColumn{
	display: none;
}

.twoColumn #rightColumn{
	float: right;
	display: inline;
	width: 172px;
	margin: 11px 0px 0px 0px;
}

.twoColumn #rightColumn IMG{
	margin: 0px 0px 10px 0px;
}

.startPage #rightColumn{
	float: right;
	display: inline;
	width: 350px;
	margin: 11px 1px 0px 0px;
	text-align: right;
}

#centerColumn H1{
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 13px 0px;
}

#centerColumn H2{
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
}

#centerColumn H3{
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

#centerColumn H4{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

#centerColumn SPAN{
	display: block;
	font-size: 12px;
	color: #999999;
	margin: 0px 0px 13px 0px;
}

#centerColumn P, #rightColumn P{
	margin: 0px 0px 14px 0px;
}

#centerColumn A{
	color: #1da8d3;
}

#centerColumn A:hover{
	color: #666666;
}

#centerColumn IMG{
	float: left;
	margin: 3px 10px 0px 0px;
}

#centerColumn UL{
	margin: 0px 0px 7px 0px;
	padding: 0px 100px 0px 0px;
	list-style-type: none;
	/*margin: 0px 0px 0px 0px;*/
}

#centerColumn LI{
	padding: 0px 0px 7px 15px;
	background: url(/i/bullet.gif) no-repeat 0px 5px;
	color: #5d5d5d;
}


/*****************
   Dynamic Form
******************/



.df
{
	width: 450px;
	margin: 10px 0px;
}
div.wide, table.wide
{
	width: 700px;
}
.df td
{
	padding: 2px 1px;
}
.df td input, .df td select, .df td textarea
{
	width: 326px;
}
.df td textarea
{
	height: 120px;
}
table.wide td input, table.wide td select, table.wide td textarea
{
	width: 526px;
}

.df td.wide input, .df td.wide select, .df td.wide textarea
{
	width: 100%;
}
.df .label
{
	width: 120px;
	vertical-align: top;
}
table.wide .label
{
	width: 200px;
}
.df .button
{
	border: 1px solid #000000;
	margin: 0px 10px 0px 0px;
	width: auto;
}

.df img
{
	padding-bottom: 20px;
	float: none!important;
}
.df .title
{
	font-weight: bold;
	margin-bottom: 10px;
}


/********/
/* Form */
/********/
#centerColumn .formBox{
	float: left;
	width: 488px;
	margin: 0px 0px 14px 0px;
}

#centerColumn .formRow{
	float: left;
	width: 488px;
	margin: 0px 0px 14px 0px;
}

#centerColumn .formRow .formLabel{
	float: left;
	width: 140px;
	margin: 3px 10px 0px 0px;
	color: #333333;
}

#centerColumn .formRow .formElement{
	float: left;
	margin: 0px 10px 0px 0px;
}

#centerColumn .formRow .formExtraLabel{
	float: left;
	margin: 3px 10px 0px 0px;
	color: #333333;
}

#centerColumn .formRow INPUT, #centerColumn .formRow TEXTAREA{
	float: left;
}

#centerColumn .input{
	width: 250px;
	border: 1px solid #000000;
}

#centerColumn .radio{
	margin: 0px 0px 0px 0px;
}

#centerColumn .checkbox{
	margin: 0px 0px 0px 0px;
}

#centerColumn .textarea{
	width: 250px;
	border: 1px solid #000000;
	float: left;
}

#centerColumn .file{
	width: 250px;
	border: 1px solid #000000;
}

#centerColumn .button{
	border: 1px solid #000000;
	margin: 0px 10px 0px 0px;
}


/* ////////// */
/* Quicklinks */
/* ////////// */
#quicklinksTop{
	float: left;
	width: 980px;
	height: 20px;
	margin: 20px 0px 0px 0px;
	background: #ffffff url(/i/bg_quicklinksTop.gif) no-repeat 0px 0px;
}

#quicklinksBottom{
	float: left;
	width: 980px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	background: #ffffff url(/i/bg_quicklinksBottom.gif) no-repeat 0px 100%;
}

#quicklinks{
	float: left;
	width: 980px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	background: #ffffff url(/i/bg_quicklinks.gif) repeat-y 0px 0px;
}

#quicklinks DIV{
	float: left;
	width: 172px;
	display: inline;
	margin: 0px 0px 0px 20px;
	font-size: 12px;
	color: #1da8d3;
	font-weight: bold;
}

#quicklinks A{
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#quicklinks A:hover{
	color: #1da8d3;
}

#quicklinks A.header{
	font-size: 12px;
	color: #1da8d3;
	font-weight: bold;
	text-decoration: none;
}

#quicklinks INPUT{
	width: 172px;
	border: 1px solid black;
	font-size: 9px;
}

/* Footer */
#footer{
	float: left;
	width: 940px;
	display: inline;
	margin: 15px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
	font-size: 11px;
	color: #666666;
}

#footer A{
	color: #1da8d3;
	text-decoration: none;
}

#footer A:hover{
	color: #666666;
}

/********************/
/* Start Quicklinks */
/********************/
#startQuicklinks{
	float: left;
	width: 980px;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	background: #000000 url(/i/bg_startquicklinksTop.gif) no-repeat 0px 0px;
}

#startQuicklinks DIV{
	float: left;
	width: 220px;
	display: inline;
	margin: 0px 0px 0px 20px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 18px;
	color: #fbfbfb;
	font-weight: bold;
}
#startQuicklinks DIV DIV {
	width: auto;
}

#startQuicklinks A{
	font-size: 11px;
	color: #888888;
	text-decoration: none;
	font-weight: normal;
}

#startQuicklinks A:hover{
	color: #1da8d3;
}

#startQuicklinksBottom{
	float: left;
	width: 980px;
	height: 20px;
	margin: -5px 0px 0px 0px;
	background: #ffffff url(/i/bg_startquicklinksBottom.gif) no-repeat 0px 100%;
}

/*******************/
/* Startpage items */
/*******************/


#newsAndPushes{
	float: left;
	width: 980px;
	margin: 20px 0px 0px 0px;
	background: #ffffff url(/i/bg_newsandpushesTop.gif) no-repeat 0px 0px;
}

#newsAndPushesBottom{
	float: left;
	width: 980px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	background: #ffffff url(/i/bg_newsandpushesBottom.gif) no-repeat 0px 100%;
}

/* News push */
#newsAndPushes #newsPush{
	float: left;
	display: inline;
	width: 200px;
	margin: 20px 0px 0px 20px;
}

#rightColumn #newsPush{
	float: left;
	display: inline;
	width: 172px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	background: #cccccc url(/i/bg_newspush.gif) no-repeat 0px 0px;
}

#rightColumn #newsPushBottomBG{
	float: left;
	width: 172px;
	height: 20px;
	margin: -10px 0px 10px 0px;
	background: url(/i/bg_newspushBottom.gif) no-repeat 0px 100%;
}

#newsPush UL{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#rightColumn #newsPush UL{
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#newsPush LI{
	padding: 7px 0px 10px 0px;
	background: url(/i/bg_newsPushLI.gif) repeat-x 0px 100%;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
}

#newsPush LI.header{
	padding: 5px 0px 7px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
}

#newsPush LI A{
	text-decoration: none;
	color: #5d5d5d;
	display: block;
	padding: 0px 0px 0px 0px;
}

#newsPush LI A:hover{
	color: #1da8d3;
}

/* Pushes */
#startPushes{
	float: right;
	width: 740px;
	margin: 20px 0px 0px 0px;
	pdding: 20px 0px 0px 0px;
}

#startPushes IMG{
	float: left;
	display: inline;
	margin: 0px 0px 0px 20px;
	border: 0;
}


/***********/
/* Buttons */
/***********/

.blueButton, .whiteButton{
	height: 24px;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 15px;
}

.blueButton{
	background: url(/i/bg_button_blue.gif) no-repeat 0 0px
}

.whiteButton{
	background: url(/i/bg_button_white.gif) no-repeat 0 0px;
}

.blueButton A, .whiteButton A{
	float: left;
	height: 24px;
	padding: 4px 15px 0px 0px;
	font-size: 12px;
	text-decoration: none;
}

.blueButton A{
	background: url(/i/bg_button_blue_end.gif) no-repeat 100% 0px;
	color: #ffffff !important;
}

.whiteButton A{
	background: url(/i/bg_button_white_end.gif) no-repeat 100% 0px;
	color: #666666 !important;
}

.blueButton A:hover{
	color: #cccccc !important;
}

.whiteButton A:hover{
	color: #1da8d3 !important;
}

#rightColumn #newsPush .blueButton, #rightColumn #newsPush .whiteButton{
	margin: 0px 0px 0px 10px;

}

.clearBoth{
	clear: both;
}

.floatLeft{
	float: left;
	display: inline;
}

/***********/
/* Search */
/***********/

.search_container
{
	border-bottom: 1px solid #cccccc;
	padding: 10px 0 10px 0;	
}

.search_bottom
{
	padding: 10px 0 10px 0;	
}

/***********/
/* FAQ 	   */
/***********/

.faq_head	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	width: 430px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.faq_answer	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	width: 430px;
	padding: 10px;
	margin-left: 20px;	
	background-color: #D9F2FF;
}
