@charset "utf-8";
@import url(publisher.css);

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #476835;
	background-color: #758E68;
	background-image: url(../images/page_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-left: 0px;
}

p  {
	font-size: 75%;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 8px;
}

h1  {
	font-size: 90%;
	margin-bottom: 5px;
}

h2  {
	font-size: 80%;
	margin-bottom: 5px;
	margin-top: 0px;
}

ul   { /*body unordered list*/
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/* clear: both; */
}

li   { /*body lists*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height: 130%;
	margin-top:0px;
	margin-bottom:8px;
	margin-left: 0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.42em;
	padding-left: 0.8em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}
hr {
	color: #476835;
	height: 1px;
	width: 100%;
}


a:link  {
	color: #476835;
	text-decoration:underline;
}

a:visited  {
	color: #E5B262;
	text-decoration:underline;
}

#wrapper   {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	background-image: url(../images/background_wrapper.gif);
	background-repeat: repeat-y;
}

#topBanner  {
	width: 800px;
	height:133px;
}

#sidebar  {
	width:230 px;
	float:left;
	background-color:#758E68;
}

#bottomInfo  {
	width: 220px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: right;
	color: #FFFFFF;
	background-color: #758E68;
}

#bottomInfo a:link  {
	color:#FFFFFF;
} 

#bottomInfo a:visited {
	color:#FFFFFF;
} 

#textarea  {
	width:525px;
	min-height: 570px;
	float:right;
	padding-left:30px;
	padding-top: 20px;
	background-color:#FFFFFF;
	padding-right: 15px;
	background-image: url(../images/background_textarea.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#rightColumn  {
	width: 285px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#rightColumnText  {
	width:263px;
	padding-right:10px;
	padding-left: 10px;
	padding-top: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #476835;
	border-bottom-color: #476835;
	border-left-color: #476835;
}

.rightColumnText  {
	width:263px;
	padding-right:10px;
	padding-left: 10px;
	padding-top: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #476835;
	border-bottom-color: #476835;
	border-left-color: #476835;
}
.boxheadImage  {
	margin-top: 10px;
}

.imageFloatLeft  {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;
}

.imageFloatRight  {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	float:right;
}


.forminfo  {
	font-size: 75%;
	font-weight:bold;
}

.finePrint  {
	font-size: 70%;
	clear:both;
}

.clearit  {
	clear:both;
}

.dundeeTable  {
	margin-top:30px;
	margin-bottom:0px;
}

.bottomInfoPrint  {
	display:none;
	margin-top: 25px;
}

@media print { body {
	color: black;
	background-color: #FFFFFF;
	background-image: none;  
	font-family: Arial, Helvetica, sans-serif; 
} }
@media print { a:link, a:visited {
color: black;
font-weight: normal;
	text-decoration: underline;
}}

 
@media print { @page {
 size: 8.5in 11in; 
 margin: 0;
      }}
@media print { #topBanner {
	display: block;  
	}}
 
@media print { #wrapper {
	display: block;  
	}}
	
@media print { #sidebar {
	display: none;  
	}}
 
@media print { #textarea {
	display: block;
	width: 7.5in;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0in;
	}}

@media print { p {
	font-size: 12pt;
	line-height: 15pt;
	margin-top: 0px;
	margin-bottom: 8px;
}

@media print { h1 {
	font-weight: bold;
	font-size: 14pt;
	line-height: 18pt;
}

@media print { h2 {
	font-weight: bold;
	font-size: 12pt;
	line-height: 15pt;
}

@media print { table {
	width: 7.5in;
}


@media print { .bottomInfoPrint  {
	display:block;
}}
