html, body {
	padding: 0;
	margin: 0;
}
body {	
	text-align: left;
	min-width: 760px; /* for mozilla*/
	background-color: #FFF;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

#layout-body {
	height: 99.9%;
	min-height: 100%;
	width: 100%;
	_width: 95%;
	overflow: visible;
	position: relative;
	background: none;
}
body.frontpage #layout-body {
	background: none;
}

#layout-body-helper {
	height: 99.9%;
	min-height: 100%;
	text-align: left;
	overflow: visible;
	margin-left: 5px;
	margin-right: 0px;
	padding: 0;
}

#main-content-area {
	padding-top: 95px;
	_padding-top: 0px;
	/*width: 680px;
	padding-top: 95px;
	padding-left: 10px;*/
}
#main-content-area-helper {
	/*padding-top: 23px;*/
	padding-left: 0px;
}
#main-content-area-content {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

body.frontpage #main-content-area-helper {
	width: 778px;
	padding-left: 0px;
	padding-top: 2px;
	background: none;
}
body.frontpage #main-content-area-helper {
	padding-left: 0px;
	padding-top: 0px;
	background: none;
	padding-right: 0px;	
}
body.frontpage #main-content-area-content {
	padding: 0 0px 0 20px;
}

body.attachments #main-content-area-helper {
	padding-left: 0px;
	padding-top: 2px;
	background: none;
	padding-right: 0px;	
}

#subnavigation-area {
	display: none;	
}

#mainnavigation-area {
	display: none;	
}

#topnavigation-area {
	display: none;
}
		
#header {
	display: none;	
}
#print_header {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	z-index: 100;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 20px;
	_display: none;
}
#print_header h1 {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
}
#print_header h2 {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

#footer {
	display: none;
}

/* Hack fixes */

/* commented backslash hides from ie5mac \*/ 
html {
	height: 100%;
	margin: 0;
	padding: 0
} 
/* end hack */ 

/* for mozilla as IE treats height as min-height anyway */
html > body #layout-body {
	height: auto;
}

#macFix {
	width: 100%;
	background: url(../images/content_bg.gif) repeat-y center center;
} 
body.frontpage #macFix {
	background: none;
	background-color: #FFF;
}

/* mac hide \*/
* html #layout-body-helper {
	width: 100%;
}
/* end hide*/

/* for mozilla as IE treats height as min-height anyway */
html > body #layout-body-helper {
	height: auto;
}

/* mac hide \*/
* html #layout-body-helper, * html #header {
	width: 100%;
}
/* end hide*/

/* ie rounding bug*/
* html #footer {
	margin-bottom: 0px;
	bottom: 0px;
}

/* mac hide \*/
* html #footer { /*only ie gets this style*/
	height: 32px; /* for ie*/
}
/* end hide*/

/*clear top margin for mozilla*/
div {
	margin-top: 0;
}

/* clear footer */
#clearfooter {
	width: 100%;
	height: 32px;
	clear: both;
}

#clearFix {
	clear: both;
}

/*safari wrapper */
html > body #safariFix {
	float: left;
	width: 0px;
	height: 100%;
	margin-bottom: -32px;
}




/*
 ELEMENTS CSS, PRINT
*/

/* Frontpage */

div.content-box {
	display: block;
	width: 205px;	
	margin-top: 5px;
	margin-bottom: 15px;
}
	div.content-box-left {
		float: left;
		clear: right;
		margin-left: 0px;
	}
	div.content-box-middle {
		float: left;
		clear: right;
		margin-left: 62px;
		margin-right: 62px;
	}
	div.content-box-right {
		float: left;
	}
	div.content-box div.content {
		height: auto;
		width: 100%;
		padding: 0px 5px 5px 0px;
	}
	div.box-link {
		display: none;
	}
	div.box-link a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 13px;
		font-weight: bold;
		text-decoration: none;
		padding-left: 0px;
	}
	div.box-link img {
		margin-top: 1px;
	}
	div.box-link a:hover {
		text-decoration: underline;
	}

/* Frontpage ends */

/* Flash holder */

#flash-holder {
	display: none;
}

/* Table styles */


table.tableClass {
	border-collapse: collapse;
	width: 100%;
	padding: 0;
	font-size: 0.8em;
	_font-size: 0.7em;
}
table.tableClass tr {
	height: 16px;
}
table.tableClass td {
	vertical-align: bottom;
	white-space: nowrap;
}

tr.rowFormat_line {
	border-bottom: #0038A8 solid 1px;
}

.cellFormat_line {
	border-bottom: #0038A8 solid 1px;
}

tr.rowFormat_dblline {
	border-bottom: #0038A8 solid 2px;
}

.cellFormat_dblline {
	border-bottom: #0038A8 solid 2px;
}

tr.rowFormat_dblline {
	border-bottom: #0038A8 solid 2px;
}

.cellFormat_dblline {
	border-bottom: #0038A8 solid 2px;
}

tr.rowFormat_topline {
	border-top: #0038A8 solid 1px;
}

.cellFormat_topline {
	border-top: #0038A8 solid 1px;
}

.cellFormat_bgGrey {
	background-color: #F1F2F5;
	padding-right: 4px;
}
.cellFormat_bgWhite {
	padding-right: 4px;
}
.cellFormat_titles {
}

.cellFormat_bold {
	font-weight: bold;
}
.cellFormat_centerbold {
	font-weight: bold;
	text-align: center;
}
.cellFormat_rightbold {
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
}
.cellFormat_leftbold {
	font-weight: bold;
	text-align: left;
}
.cellFormat_rightnormal {
	font-weight: normal;
	text-align: right;
	padding-right: 4px;
}
.cellFormat_leftnormal {
	font-weight: normal;
	text-align: left;
}
.cellFormat_leftnormal {
	font-weight: normal;
	text-align: center;
}

blockquote, blockquote p {
	padding: 0;
	margin: 0px;
	padding-left: 4px;
}

.underline {
	text-decoration: underline;
	margin-bottom: 1px;
}

a.attachment, a.attachment:link, a.attachment:visited {
	font-size: 9px;
	font-weight: normal;
	color: #484848;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}
a.attachment:hover, a.attachment:active {
	font-size: 9px;
	font-weight: normal;
	color: #484848;
	text-decoration: none;	
	padding: 0;
	margin: 0;
}

/*
  COMMON CSS, PRINT
*/

/* Common styles */

h1 {
	font-size: 1.3em;
	padding: 0;
	margin: 0 0 15px 0;
	color: #2578cd;
}
h2 {
	font-size: 1.2em;
	padding: 0;
	margin: 45px 0 17px 0;
	color: #2578cd;
}
h3 {
	font-size: 1.2em;
	color: #2578cd;
}
h4 {
	font-size: 0.8em;
	color: #696969;
	font-weight: bold;
}
h5, h6 {
	color: #2578cd;
	font-size: 1.1em;
}

p.abstract {
	font-size: 15px;
	line-height: 16px;
	padding: 0;
	margin: 8px 0 8px 0;
}

p {
}

p a {
	color: #484848;
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}

a {
	color: #484848;
	text-decoration: underline;
}
a.plain {
	color: #484848;
	padding-right: 10px;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

div.clear-fix {
	clear: both;
}
div.clearFix {
	clear: both;
}

#main-content-area-helper ul {
	margin: 0 0 10px 20px;
	padding: 0;
}

/* Common styles end */

#protoToolbar-palette {
	display: none;
}
