body {
	background-color : #4D4D4D;
	margin : 10px;
	text-align : center;
}

body, p, td, th, li {
	font-family : Myriad Pro, Myriad, Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
}

h1 {
	font-family : Arial Narrow, Arial, Verdana, Helvetica, Sans-serif;
	color : #4D4D4D;
	font-size : 22px;
	line-height : 29px;
	text-align : center;
	margin-top : 0px;
}

p {
	text-align : justify;
}

p[align="left"] {
	text-align : left;
}

p[align="right"] {
	text-align : right;
}

p[align="center"] {
	text-align : center;
}

#Layout {
	width : 1000px;
	height : 679px;
	margin : 0px auto;
	text-align : left;
	background-image : url("layout/bodyBkg.gif");
	background-repeat : repeat-y;
}

#TopBar {
	height : 46px;
}

#NavBar {
	height : 16px;
}

#NavBarBottom {
	height : 16px;
}

#Header {
	height : 65px;
}

#MainImage {
	height : 244px;
}

#BottomBar {
	height : 18px;
}

#MainTable {
	width : 100%;
	background-image : url("layout/homeContentBkg.gif");
	background-repeat : repeat-y;
	background-position : 294px 0px;
}

#ScrollerSpace {
	width : 292px;
}

#Scroller {
	background-image : url("layout/scroller.bkg.home.gif");
	background-repeat : no-repeat;
	width : 294px;
	height : 185px;
}

#Scroller > div {
	position : relative;
	margin-left : 21px;
	width : 257px;
	height : 185px;
	overflow : hidden;
}

.scrollerItem {
	position : absolute;
	left : 20px;
	right : 20px;
	color : #FFFFFF;
	font-size : 13px;
}

.scrollerItem a:link,
.scrollerItem a:active,
.scrollerItem a:visited {
	color : #FFFF00;
}

.scrollerItem a:hover {
	color : #000000;
}

#Content,
#HomeContentRight {
	background-image : url("layout/homeContentBottom.gif");
	background-repeat : no-repeat;
}

#Content {
	padding : 0px 20px 10px 23px;
	background-position : bottom left;
}

#HomeContentRight {
	width : 314px;
	background-position : bottom right;
}

#ContactInfo {
	margin : 10px auto;
	text-align : center;
	font-weight : bold;
	color : #FFFFFF;
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
}

#ContactInfo span {
	margin : 0px 9px;
}

#ContactInfo a:link,
#ContactInfo a:active,
#ContactInfo a:visited {
	color : #FFFFFF;
	text-decoration : none;
}

#ContactInfo a:hover {
	color : #FE0000;
}

#BySiteWhirks {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	text-align : center;
	color : #FFFFFF;
}

#BySiteWhirks img {
	position : relative;
	top : 2px;
}