/**
*GENERAL HTML FORMATTING
*-----------------------
*/


body {
	margin-top: 0px;
	font: 75%/1em Arial, Helvetica, sans-serif;
	background-color: #ebedf2;
	text-align: center;
	background-image: url(../images/bk_bigtexture.jpg);
	background-repeat: repeat-x;
	background-position: right top;




}

p {
	line-height: 1.35em;
}

td {
	line-height: 1.35em;
	font-family: Arial, Helvetica, sans-serif;
	font: 75%/1em;
	padding-top: .35em;


}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/**
*BASIC DIV ELEMENTS
*------------------
*/

#header {
	height: 80px;
	margin: 0 auto;
	text-align: center;
	width: 756px;
	background: #FFFFFF;

}

#container {
	width: 756px;
	background: #ffffff;
	margin: 0 auto;
	text-align: center;
}

#content {
	padding: 1em;
	margin-right: 175px;
	text-align: left;
}

#rightcolumn {
	float: right;
	width: 150px;
	margin: 0;
	margin-top: 20px;
	padding: 1em;
	min-height: 600px;
	text-align: left;
	border-left: 1px dotted #cccccc;
}

#footer {
	clear: both;
	text-align: left;
	margin: 0px auto;
	margin-top: 0px;
	width: 756px;
	height: 40px;
	line-height: 1.0em;
	padding: 1em 0;
	padding-left: 10px;
	padding-right: 10px;
}

#topBorder {
	margin: 0px auto 0;
	width: 756px;
	height: 0px;
	font: 1px/1px sans-serif !important;
	font: 0px/0px sans-serif;
	background: url('../images/topborder.gif') no-repeat center bottom;
}

#bottomBorder {
	margin: 0 auto;
	width: 756px;
	height: 8px;
	font: 1px/1px sans-serif !important;
	font: 0px/0px sans-serif;
	background: url('../images/bottomborder.gif') no-repeat center top;
}

#pageheading {
	font-size: 3.25em;
	font-weight: bold;
	padding-top: 0px;
	color: #993300;
	padding-bottom: 0px;
}	

/*#headingspacer {
	margin: 0 0 0 0;
	height: 22px;
	background: url('../images/ln_header.gif') repeat bottom
}*/
#rightcolumn p{
	margin: .5em 0 1em 0;
}

#rightcolumn h2{
	font: 100%/1em Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0;
	border-bottom: 1px dotted #cccccc;
	font-weight: bold;
	padding-left: 2px;
	margin-bottom: 10px;
	line-height: 1.35em;
}
.header2 {

	height: 80px;
	margin: 0 auto;
	text-align: right;
	width: 756px;
	background: #FFFFFF;
}
