html, body {margin: 0; padding: 0; border: 0;}

body {
	font-family: verdana, sans-serif; 
	font-size: 80%; 
	text-align: left;
	margin: 10px 0;
}

img
{
	border: 0px;
}

a {
	color: #006699;
	font-size: 12px;
}

a:HOVER {
	color: #369;
	text-decoration : none;
	font-size: 12px;
	text-align: left;
}

p  {
	margin: 0;
	padding: 8px;
	text-align: left;
	color: #369;
	font-weight: bold;
	font-size: 18px;
}

.clear { clear: both; }

.alignright {margin-top: 0; text-align: right;}

.small {font-size: .9em;}

/*** Main wrapper with border **/

.wrapper {
	margin: 0 auto;
	width: 810px;
	text-align: left;
	border-left:  1px solid #ffb442;
	border-right: 1px solid #ffb442;
}

* html .wrapper {
	width: 810px; 
	w\idth: 810px; 
}

/** Hearder wrapper  */

.wrapper-h {
	margin: 0 auto;
	width: 810px;
	text-align: left;
	border-bottom: 1px solid #ffb442;
}

* html .wrapper-h {
width: 800px; 
w\idth: 800px; 
}

.wide-t {
	width: 100%;

}

.outer {
	border-left: 160px solid white;  
	border-right: 160px solid white;
	background:	url(../images/blackline.gif) 100% repeat-y;
}


.inner {
	margin-left: -6px;
	width: 650px; 
	border-left: 1px solid #ffb442;
}

* html .inner {
	width: 100%;
}

.float-wrap {
	float: left;
	width: 647px;
	margin-left: -155px;       /*** Same length as left column width ***/
}

.left {
	float: left;
	width: 150px;
	margin-left: 2px;
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

.right {
	float: right;
	width: 150px;
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	left: 150;
}

* html .right {
	margin: 0 -230px 0 0; /*** IE gets this margin. ***/
}

.center {
	float: right;
	width: 490px;
}


.wide-b {
	width: 800px;
	float: left;
	text-align: left;
	border-top: 1px solid #ffb442

}

.top {
	border-width: 0 0 1px;
	text-align: left;
}

/** Footer **/

.bottom
{
	color: #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	text-align: center;
	float: left;
	width: 791px;
	float: left;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;

}

.bottom a
{
	text-decoration: none;
}


/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {
	border-bottom: 1px solid transparent;
}
#main .outer .inner .float-wrap .center table tr td p a {
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #369;
}
#le {
	text-align: left;
}
#main .outer .inner .float-wrap .center table tr td p #le a {
	text-align: left;
}
