/* CSS Document */

html,body{
      margin:0px;
      padding:15px;/**/
      height:100%;
      border:none;
}
body {
	background-image:    url(../images/page-bgrd.jpg);
	background-attachment: fixed;
}

.contentCell h1{
	font-family: Arial, sans;
	font-weight: bold;
	color: #D08D5E;
	font-size: 11pt;
	font-style: italic;
	margin-left: 30px;
	margin-right: 30px;
}

h2{
	font-family: Arial, sans;
	font-weight: bold;
	color: #333333;
	font-size: 10pt;
	margin: 0px;
}

/**/

input#submit {
	color: #FFFFFF;
	text-align: center;
	font-size: 8pt;
	line-height: 9pt;
	font-weight: bold;
	background-color: #9E016C;
	border: none;
	width: 100px;
	height: 20px;
}


.inputMail {
	font-family: "Arial", sans;
	font-size: 10pt;
	color: #398A8E;
}
.contentCell {
	font-family: "Arial", sans;
	font-size: 9pt;
	line-height: 180%;
	padding: 15px;
	color: #808285;
	background-color: #FFFFFF;
	background-image: url(../images/content-bgrd.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.contentCell p{
	margin-left: 30px;
	margin-right: 20px;
}

.contentCell ul li {
	list-style-image: url(../images/bullets-dark.gif);
	margin-left: 40px;
	vertical-align: middle;
}

.contentCell ul li.odd {
	list-style-image: url(../images/bullets-light.gif);
	margin-left: 40px;
	vertical-align: middle;
}

.footer{
	font-family: "Arial", sans;
	font-size: 7pt;
	color: #FFFFFF;
}

/*--------------NAV STYLES ---------------*/

.navCell{
 	background-image: url(../images/btn-mid.jpg);
	border: none; 
	color: #FFFFFF;
	text-align: center;
	font-size: 8pt;
	line-height: 9pt;
	font-weight: bold;
}
.navCell a{
	text-decoration: none;
	color: #FFFFFF;
	position: relative;
	top: 2px;
}

.navCell a:hover{
	color: #FFDDDD;
}
/*-------------------------GRAPHIC ELEMENTS --------------------*/

.graphicShadowRight{
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	background-image: url(../images/shad-r.gif); 
	background-position: 0px 8px; 
	background-repeat: no-repeat;
}
.graphicShadowBottom{
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	background-image: url(../images/shad-btm.gif); 
	background-position: 8px 0px; 
	background-repeat: no-repeat;
}

/* ----------------------------PRINT STYLES ---------------------*/

#altPrint{
	display: none;
}

@media print {
	#noPrint   {display: none;}
	#altPrint   {display: block;}
	.contentBox {width: 750px}
	.content   {color:black;}
}

