body {
	background-color: #e7e7e7;
	margin: 0
}
#container p {
	padding: 0px;
	margin: 0px;	
/* this wrapper below holds the background image tiled on the X axis */	
}


#container {
	background-image: url(images/bgslicegrey.jpg);
	background-repeat: repeat-y;
	width: 800px;
	margin:auto

/* everything goes in this main wrapper below */
}
#container #wrapper {
	margin-left: 50px;
	width: 701px;
	background-color: #FFFFFF;
}
#container #wrapper #header {
	background-image: url(images/top2.jpg);
	height: 116px;
	width: 701px;

}

#container #wrapper #header #headerswaptext {
	width: 145px;
	height: 116px;
	float: right;
	padding-left: 10px;
}
.emailsize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#container #wrapper #header #headerswaptext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	padding: 0px;
}
#container #wrapper #header #headertextleft {
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	height: 30px;
	margin-left: 25px;
	margin-top: 86px;
}
#container #wrapper #header #headertextleft p {
	margin: 0px 10px 0px 0px;
}


#container #wrapper #topnav {
	height: 50px;
	width: 701px;
	background-image: url(images/topnavbg.jpg);
	margin-bottom: 20px;
}
#container #wrapper #contentright {
	float: right;
	width: 520px;
	clear: right;
	padding-right: 10px;
}
.img2 {
	text-decoration: none;
	float: none;
}

#container #wrapper #contentright h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-right: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	background-image: url(images/h1bgy.jpg);
	background-repeat: repeat-y;
	background-color: #E9E3E5;
	border: 1px solid #DBDAC6;
}
#container #wrapper #contentright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding-left: 10px;
}
#container #wrapper #footer {
	background-color: C4C4A9;
	clear: both;
	height: 20px;
	background-image: url(images/bottomfooterbg.jpg);
	background-repeat: no-repeat;
}



#container #wrapper #leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	width: 144px;
	background-color: #939564;
	margin-left: 10px;
	
}
#container #wrapper #leftmenu #newsletter {
	height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #40402B;
	font-weight: bold;
	width: 144px;
	background-image: url(images/news2.png);
	background-repeat: no-repeat;
	background-color: #D1D0BB;
}


.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
}
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
margin-right: 5px;
}


#navcontainer ul li {
	display: inline;
}
#container #wrapper #leftmenu #newsletter #newsimage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-image: url(images/newsletterguy.jpg);
	background-repeat: no-repeat;
	width: 144px;
	height: 216px;
	padding-top: 15px;
}
#container #wrapper #contentright h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	background-color: #E9E3E5;
	border: 1px solid #D8D8D8;
	color: #666666;
}

#container #wrapper #leftmenu #newsletter #newsimage #newsletterheadline {
	height: 300px;
	padding-right: 4px;
	padding-left: 1px;
}



#navcontainer ul li a
{
	text-decoration: none;
	padding: 5px 0.5em;
	color: #FFFFFF;
	background-color: #40402B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 134px;
}

#navcontainer ul li a:hover
{
text-decoration: none;
	padding: 5px .5em;
	color: #fff;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container #wrapper #leftmenu p {
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}


#container #wrapper #topnav #navcontainer {
	padding-top: 15px;
	margin-left: 150px;
}
/* side nav */
#navcontainerleft ul
{
margin: 0;
padding: 0;
list-style-type: none;

}

#navcontainerleft li { margin: 0 0 .2em 0; }

#navcontainerleft a
{
	display: block;
	color: #FFF;
	width: 134px;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navcontainerleft a:hover
{
	background-color: #40402B;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a:link {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}	

#container #wrapper #contentright a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDAC6;
	text-decoration: none;
}
#container #wrapper #contentright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDAC6;
	text-decoration: none;
}
#container #wrapper #contentright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77766A;
	text-decoration: none;
	}
#container #wrapper #contentright a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDAC6;
	text-decoration: none;
}


.activetopmenuitem {
    text-decoration: none;
	padding: 5px .5em;
	color: #fff;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}	
.activetopmenuitem2 {
	text-decoration: none;
	padding: 5px;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 5px;
	
	
}
#container #wrapper #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 495px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
.newslettertextbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 100px;
	border: 1px solid #999999;
}
.go {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #40402B;
	height: 20px;
	width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #wrapper #contentright li {
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}
#container #wrapper #contentright ul {
	background-color: #E7E6DB;
	width: 400px;
	border: 8px solid #DBDAC6;
	padding: 15px 15px 15px 25px;
	background-image: url(images/h1bg.jpg);
	background-repeat: repeat-y;
}
.imgleft {
	clear: both;
	float: left;
	padding-right: 15px;
}
.imgright {
float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}	


 .cellcolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
  font-weight: bold;
	margin-right: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	background-color: #E9E3E5;
	border: 1px solid #D8D8D8;
	color: #666666;

 }
 .cellcolorb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding-left: 10px;
 }
 
