
body {
	margin : 0px;
	text-align : center;
	background-image : url("layout/bodyBkg.jpg");
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	color : #FFFFFF;
}

td,
th {
	text-align : left;
}

td[align="right"],
th[align="right"] {
	text-align : right;
}

td[align="center"],
th[align="center"] {
	text-align : center;
}

td[align="justify"],
th[align="justify"] {
	text-align : justify;
}

p, li {
	text-align : justify;
}

p[align="center"],
div[align="center"] {
	text-align : center;
}

p[align="left"],
div[align="left"] {
	text-align : left;
}

p[align="right"],
div[align="right"] {
	text-align : right;
}

h1 {
	font-family : Edwardian Script ITC, Edwardian Script;
	font-size : 32px;
	color : #FFFFFF;
	text-align : left;
	margin-bottom : 0px;
}

h1[align="center"] {
	text-align : center;
}

h1[align="center"] + p {
	margin-top : 0px;
}

h2 {
	font-size : 14px;
	font-weight : bold;
	font-style : italic;
	text-align : left;
}

a:link,
a:active,
a:visited {
	color : #FFFF00;
}

a:hover {
	color : #FFFFFF;
}

#Layout {
	margin : 35px auto 5px auto;
	width : 800px;
	height : 600px;
	text-align : left;
	background-color : #7F9765;
	background-image : url("layout/layoutBkg.jpg");
	background-repeat : no-repeat;
	background-position : 350px 200px;
}

#TopBar {
	height : 77px;
}

#MidBar {
	height : 30px;
}

#MainTable {
	width : 800px;
	height : 307px;
}

#NavBar {
	height : 12px;
}

#NavBarBottom {
	height : 9px;
}

#SideBar {
	background-image : url("layout/sideBar.bkg.gif");
	background-repeat : repeat-y;
	width : 220px;
}

#SideBarTop {
	background-image : url("layout/sideBar.topBkg.jpg");
	background-repeat : no-repeat;
	height : 36px;
	text-align : left;
	padding-left : 62px;
	padding-bottom : 35px;
}

#SideBarImages {
	height : 310px;
	min-height : 310px;
	vertical-align : top;
}

#SideBarImages img {
	display : block;
	border : 1px #FFFFFF solid;
	margin : 0px auto 7px 30px;
}

#SideBarBottom {
	font-family : Times New Roman, Times, Serif;
	font-size : 13px;
	padding-left : 67px;
	color : #4E4C3D;
	font-weight : bold;
}

#Content {
	
		background-image : url("layout/contentBkg.png");
		background-repeat : no-repeat;
		background-position : bottom left;
	
}

#ContentDiv {
	position : relative;
	height : 472px;
	
}

#SpacerDiv {
	height : 30px;
}

#NLSignup {
	position : absolute;
	bottom : 5px;
	right : 15px;
}

#NLSignup td {
	font-size : 8px;
	color : #FFFFFF;
	text-transform : uppercase;
}

#NLSignup input[type="text"] {
	width : 116px;
	height : 14px;
	border : 1px #000000 solid;
	background-color : #FFFFFF;
	font-size : 10px;
}

#NLSignup input[type="submit"] {
	border : 1px #000000 solid;
	background-color : #F2AE5C;
	width : 40px;
	height : 18px;
	font-size : 8px;
}

#Flash {
	
			position : absolute;
			left : -145px;
			top : 58px;
		
}

#HomeContent {
	position : relative;
	top : 55px;
	left : 259px;
	width : 300px;
}

#Copyright {
	margin : 0px auto;
	text-align : center;
	color : #000000;
}

#Copyright a:link,
#Copyright a:active,
#Copyright a:visited,
#Copyright a:hover {
	color : #000000;
	text-decoration : none;
}

#BySiteWhirks {
	color : #000000;
	text-align : center;
	margin : 5px auto;
}
