/*
PAGE STYLES
-------------------------------------------------------------------*/
body{
	overflow:auto;
	margin: 0px;
	padding: 0px;
	background-color: #FDFCFC;
}
body,td,p,div{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 13px;
}
p{
	line-height: 16px;
	margin-bottom: 16px;
	margin-top: 0px;
}
h1,h2,h3,h4,h5{
	font-family: Verdana,Helvetica,Arial,sans-serif;
	margin-bottom: 3px;
	margin-top: 0px;
}
h1{
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
}
p + h1, p + h2, p + h3 {
	margin-top:30px
}
h2,h3,h4,h5{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
.noMarginTop {
	margin-top: 0px;
}
/*
LINK ELEMENTS IN BODY TEXT
-------------------------------------------------------------------*/
a{
	color: #AA1414;
}
a:link,a:visited{
	text-decoration: none;
}
a:hover,a:active{
	text-decoration: underline;
}
/*
LAYERS
-------------------------------------------------------------------*/
#divHeaderBG {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:115px;
	z-index:1;
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
}
#divHeaderMotif {
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	width:654px;
	height:115px;
	z-index:2;
	background-image: url(images/top_motif.gif);
	background-repeat: no-repeat;
}
#divContentBG {
	position:absolute;
	left:0;
	top:115px;
	width:654px;
	height:100%;
	z-index:1;
	background-image: url(images/txt_motif.gif);
	background-repeat: no-repeat;
}
#divMain{
	position:absolute;
	left:0;
	top:0;
	width:654px;
	height:100%;
	z-index:2;
}
#divNavigation{
	position:absolute;
	left:100px;
	top:36px;
	width:780px;
	height:21px;
	z-index: 1;
}
#divContent{
	position:absolute;
	left:100px;
	top:116px;
	width:554px;
	height:100%;
	z-index: 1;
}
