html {
	overflow-y: scroll;	/* scrollbar always visible */
}

html,body {
	margin: 0;
	padding: 0;
}

html,body,table,textarea,input {
	font-family: myriad-pro,verdana, arial, helvetica,sans-serif;
	font-size: 14px;
}

body {
	text-align: center;
	background-color: #6e8cc1 ;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

body.print {
	text-align: left;
	background-color: #ffffff;
	background-image: none;
}

#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	display: block;
	margin-top: 20px;
}

#top {
	width: 990px;
	height: 156px;
	background-image: url(../images/bg.top.png);
	background-repeat: no-repeat;
}

#header {
	width: 990px;
	height: 108px;
}

#logo {
	width: 221px;
	height: 55px;
	float: left;
	margin-top: 28px;
	margin-left: 45px;
}

#logo a img {
	border: 0px;
	display: block;
}

#search {
	width: 660px;
	height: 108px;
	float: left;
	text-align: right;
}

#menuTopArea {
	width: 990px;
	height: 48px;
	text-align: center;
	float: none;
	clear: both;
}

.repeat {
	width: 990px;
	display: table;
	background-image: url(../images/bg.repeat.png);
	background-repeat: repeat-y;
}


/* palstat */
#columns {
	width: 980px;
	display: table;
	margin-left: 5px;
	background-image: url(../images/bg.pallograd.png);
	background-repeat: no-repeat;
	background-position: -150px -176px;
	padding-top: 14px;
/*
	padding-bottom: 20px;
*/
}

#sidebar {
	width: 280px;
	float: left;
	display: inline-block;
	margin-left: 20px;
}

#content {
	width: 640px;
	float: left;
	display: inline-block;
	margin-left: 20px;
}
.front #content {
	width: 950px;
}

#footer	{
	width: 990px;
	height: 226px;
	display: block;
	background-image: url(../images/bg.footer.png);
	background-repeat: no-repeat;
/*
	margin-bottom: 20px;
*/
}

.signature {
	height: 20px;
	text-align: center;
	color: #99b2dd;
	font-size: 11px;
}

.signature a {
	margin: 0px auto;
	color: #99b2dd;
	font-size: 11px;
	display: inline-block;
}

/*
.readMore {
	font-size: 9pt;
}
*/
.missingFieldsIndicator {
	border: 2px dashed #990000;
	padding: 4px;
}

fieldset {
	margin-bottom: 15px;
	-moz-border-radius:	4px;
	border-radius: 4px;
}

legend {
	font-weight: bold;
	color: #000000;
}

.tabView .tabs .spacing {
	border-bottom: 1px solid #0970b3;
}

.tabView .tabs .tab {
	background-color: #f7fbfd;
	border-bottom: 1px solid #0970b3;
}

.tabView .tabs .active {
	border-color: #0970b3;
	border-bottom: 1px solid transparent;
}

