/* Main Layout */
	/************************ MAIN *******************************/
#mainWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

/************************ HEADER *****************************/
#headerWrapper {
	width: 100%;
	height: 130px;
	/*background: transparent url('') no-repeat;*/
	/*border: 1px dashed green;*/
}

/************************ CONTENT ****************************/
#contentWrapper { /*background-color: #a6a6a6;*/
	background-color: #FFFFFF;
	width: 794px;
	/*border: 1px dashed white;*/
	text-align: left;
}

#rightPane {
	width: 270px;
	float: right;
	padding: 8px;
	margin: 7px;
	margin-top: 9px;
	background-color: #40393b;
	/*border: 1px dashed yellow;*/
}

#leftPane {
	padding: 8px;
	width: 495px;
	float: left;
	margin-top: 7px;
	padding-right: 0;
	/*border: 1px dashed green;*/
}

#contentPane {
	padding: 8px;
	width: 774px;
	float: left;
	margin-top: 7px;
}

/* main content */
#content {
	width: 796px;
	overflow: hidden;
	background: #FFFFFF;
	color: #000000;
	border-color: #FFFFFF;
}

/* column 1 - contains sidebar items */
#column1 {
	width: 198px;
	margin: 5px 0px 0px 0px;
	float: left;
	padding: 0px 10px 10px 5px;
}

.sidebaritem {
	text-align: left;
	width: 190px;
	float: left;
	margin: 10px 10px 10px 10px;
	background: #E7E7E7;
	color: #000000;
}

.sidebaritem h1,.sidebaritem h2,.sidebaritem p {
	margin: 0px 10px 0px 10px
}

.sidebaritem h1 {
	font-weight: normal;
	padding: 8px 0px 16px 0px;
	text-transform: uppercase;
}

.sidebaritem p {
	line-height: 16px;
	padding: 0px 0px 8px 0px;
}

.sidebaritem a,.sidebaritem a:hover {
	padding: 0px 0px 2px 19px;
}

/* column 2 - page content */
#column2 {
	text-align: justify;
	width: 570px;
	float: left;
	padding: 2px 0px 15px 3px;
	background: #FFFFFF;
	color: #000000;
	border-color: #FFFFFF;
}

.mainbaritem {
	text-align: left;
	width: 566px;
	float: left;
	margin: 10px 0px 10px 4px;
	background: #FFFFFF;
	color: #000000;
}

.mainbaritem h1,.mainbaritem h2,.mainbaritem p {
	margin: 0px 0px 0px 10px
}

.mainbaritem h1 {
	font-weight: normal;
	padding: 8px 0px 16px 0px;
	text-transform: uppercase;
}

.mainbaritem p {
	line-height: 16px;
	padding: 0px 0px 8px 0px;
}

.mainbaritem a,.mainbarbaritem a:hover {
	padding: 0px 0px 2px 19px;
}

/* column 3 - contains rightsidebar items */
#column3 {
	width: 200px;
	margin: 2px 0px 0px 0px;
	float: left;
	padding: 2px 3px 15px 15px; /*top right? bottom? left    */
	background: #FFFFFF;
	color: #000000;
	border-color: #FFFFFF;
}

.rightsidebaritem {
	text-align: left;
	width: 195px;
	float: left;
	margin: 10px 0px 10px 0px;
	background: #E7E7E7;
	color: #000000;
}

.rightsidebaritem h1,.rightsidebaritem h2,.rightsidebaritem p {
	margin: 0px 10px 0px 10px
}

.rightsidebaritem h1 {
	font-weight: normal;
	padding: 8px 0px 16px 0px;
	text-transform: uppercase;
}

.rightsidebaritem p {
	line-height: 16px;
	padding: 0px 0px 8px 0px;
}

.rightsidebaritem a,.rightsidebaritem a:hover {
	padding: 0px 0px 2px 0px;
}

/* image positioning - left, right and center */
.left {
	float: left;
	padding: 0px 8px 0px 0px;
}

.right {
	float: right;
	padding: 0px 0px 0px 8px;
}

.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

/************************ FOOTER  ***************************/
#footerWrapper {
	clear: both;
	text-align: center;
	color: #555555;
	padding-top: 9px;
	font-size: 90%;
}

#footerWrapper .siteLinks a {
	border-bottom: 1px dashed #555555;
	color: #555555;
	text-decoration: none;
}

#footerWrapper .siteLinks a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footerWrapper .copyRight {
	margin-top: 5px;
}

/************************ Extras  ***************************/
#lockDiv {
	
}

#subscriptionContainer {
	text-align: center;
	width: 100%;
}

#subscriptionWrapper {
	width: 250px;
	padding: 25px;
	padding-top: 30px;
	border-left: 0.22em solid #40393b;
	border-top: 0.22em solid #40393b;
	border-right: 0.22em solid #555555;
	border-bottom: 0.22em solid #555555;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.emp {
	font-weight: bold;
	font-style: italic;
}

/************************** FORMS ***************************/
.form {
	margin: 3px;
	padding: 7px;
	width: 90%;
	border: 1px solid black;
}

/************************** Rounded Corners ****************************/
	/* Based on Nifty Corners: rounded corners without images */
	/* By Alessandro Fulciniti */
	/* http://www.html.it/articoli/nifty/index.html */
.rtop,.rbottom {
	display: block;
}

.rtop .r1,.rtop .r2,.rtop .r3,.rtop .r4,.rbottom .r1,.rbottom .r2,.rbottom .r3,.rbottom .r4
	{
	display: block;
	height: 1px;
	overflow: hidden;
}

.r1 {
	margin: 0 5px
}

.r2 {
	margin: 0 3px
}

.r3 {
	margin: 0 2px
}

.rtop .r4,.rbottom .r4 {
	margin: 0 1px;
	height: 2px
}

/* Based on Nifty Corners: rounded corners without images */
	/* By Alessandro Fulciniti */
	/* http://www.html.it/articoli/nifty/index.html */
.rtop,.rbottom {
	background: #FFFFFF;
}

.rtop .r1,.rtop .r2,.rtop .r3,.rtop .r4,.rbottom .r1,.rbottom .r2,.rbottom .r3,.rbottom .r4
	{
	background: #E7E7E7;
}

/*************Spiffy Corners************/
.spiffy {
	display: block
}

.spiffy * {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #E7E7E7
}

.spiffy1 {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	background: #ededed
}

.spiffy2 {
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #fcfcfc;
	border-right: 1px solid #fcfcfc;
	background: #ebebeb
}

.spiffy3 {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

.spiffy4 {
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4
}

.spiffy5 {
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed
}

.spiffyfg {
	background: #E7E7E7
}

/*****************Spiffy Box********************/
	/* set the image to use and establish the lower-right position */
.cssbox,.cssbox_body,.cssbox_head,.cssbox_head h2 {
	background: transparent url(img.php.png) no-repeat bottom right
}

.cssbox { /* intended total box width - padding-right(next) */
	width: 335px !important; /* IE Win = width - padding */
	width: 320px;
	/* the gap on the right edge of the image (not content padding) */
	padding-right: 15px; /* use to position the box */
	margin: 20px auto
}  /* set the top-right image */
.cssbox_head {
	background-position: top right;
	/* pull the right image over on top of border */
	margin-right: -15px; /* right-image-gap + right-inside padding */
	padding-right: 40px
}  /* set the top-left image */
.cssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	/* padding-left = image gap + interior padding ... no padding-right */
	padding: 25px 0 15px 40px;
	height: auto !important;
	height: 1%
}  /* IE Holly Hack */ /* set the lower-left corner image */
.cssbox_body {
	background-position: bottom left;
	margin-right: 25px; /* interior-padding right */
	padding: 15px 0 15px 40px
} /* mirror .cssbox_head right/left */