/* Layout Stylesheet */


html, body {
	margin: 0;
	padding: 0;
}

P {
	margin-top: 0;
}
body {
	margin: 5px 0px 25px 0px;
	font-size: 100%;
	line-height: 120%;
	color: #000;
	background: #fff;
	font-family: "verdana", serif;
	text-align:center;

}


 #outer {
 	color: #000;
	 text-align:left;
	 background: transparent;
	 border-style: solid;
	 border-color: #000;
	 border-width: 0px 0px 0px 0px;
	 width:950px;
	 margin: auto;
 }

 #header {
	 text-align:left;
	 background: #transparent;
	 border-style: solid;
	 border-color: #2F3C57;
	 border-width: 0px 0px 1px 0px;
	 height: 72px;
	 background: no-repeat;

 }

 #nav {
	float: right;
	font-size: 80%;
	line-height: 120%;
	padding: 4px 4px 4px 10px;
	text-align: right;
	background: transparent;
	border-style: solid;
	border-color: #2F3C57;
	border-width: 0;
	height: 16px;

 }

 #main {
	font-size: 80%;
	line-height: 140%;
	text-align:left;
	background: transparent;
	border-style: solid;
	border-color: #000;
	border-width: 0px 0px 0px 0px;
	width:950px;


 }

 #left{
	float: right;
	padding: 0 0 20px 20px;
	margin: 0;
	background: transparent;
	width: 718px;
	border-style: solid;
	border-color: #000;
	border-width: 0px 0px 0px 0px;

 }

 #left-content-padding{
 margin: 0px 20px 20px 10px;
 }

 #right{
	 background: transparent;
	 float: left;
	 padding-top: 7px;
	 margin: 0;
	 width: 210px;
 }


 #footer {

	clear: both;
	font-size: 70%;
	line-height: 110%;
	text-align:center;
	background: #fff;
	border-style: solid;
	border-color: #2F3C57;
	border-width: 1px 0px 0px 0px;
	width:100%;
	height: 25px;
	padding-top: 7px;
 }




