* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin:0 0 0 0px;
 background:#fcfafa;
 
}
#wrapper { 
 margin: 0 auto 0 auto;
 width: 790px;  /* 922 */
  border:1px solid #eeeeee; 
  background:#ffffff;
  /* background: url(images/shadow.jpg) repeat-y right; */
 

 
}
#faux {
 /*background: url(faux-1-3-col.gif); */
 background: #a9c9e9;
 margin-bottom: 5px;
 overflow: auto; 
 width: 100%
}
#header {
 color: #333;
 width: 760px;/* 902 */
 padding: 0px;
 /* height: 100px; */
 margin: 0px 0px 0px 0px;
 background: #ffffff;
}
#navigation {
 color: #333;
 padding: 1px;
 width: 760px;/* blank */
 margin: 0px 0px 0px 0px;
 background: #ffffff;
 border-bottom:1px solid #eeeeee;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin:0px;
 padding:0;
 padding-bottom:1px;
 width: 170px;/* 195*/
 height:100%;
 float: left;
 border-right:1px solid #eeeeee;
 
}


#mainmenu {
	width: 120px;
	position: relative;
	left: 0;
	top: 0;
	float: left;
	height: 100%;
	border-right: 1px solid #eaeaea;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #9e9e9e;
	list-style: none;
}
#mainmenu li {
	background: url(bullet.gif) no-repeat 10px 1em;
	margin: 0;
	border-top: 1px dotted #9e9e9e;
	padding: .75em 20px;
}
#mainmenu li:first-child {	
	border-top: none;
}
#mainmenu li  a {
	text-decoration: none;
}
#mainmenu li  li:first-child {
	border-top: 1px solid #9e9e9e;
}
#mainmenu li  li li:first-child {
	border-top: none;
}
#mainmenu li  li{
	margin: .75em -20px 0 -20px;
	border-top: 1px dotted #ccc;
	padding: .5em 10px 0 20px;
	background: none;
}
#mainmenu li li li {
	border-top: none;
	list-style: none;
	margin: 0;
	padding: .2em 0;
	padding-left: 12px;
	text-indent: -6px;
}
#mainmenu li  li li:before {
	content: "\00B7 \0020";
}
#mainmenu ul ul ul {
	padding-top: 5px;
	border-bottom: none;
}
#mainmenu ul ul {
	border-bottom: none;
}
#mainmenu em {
	font-style: normal;
}
#mainmenu img.defaultimg {
	border-bottom: 1px solid #9e9e9e;
}



a.navHome
{
color:ffffff;
text-decoration:none;
}

a.navHome:hover
{
color:333333;
text-decoration:none;
}
















#content { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding:0;
 width: 400px;
 display: inline;
 position: relative;
  
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 2px 10px 0px;
 padding:0;
 width: 190px;
 float: right;
  border-left:1px solid #eeeeee;
}
#footer { 
 width: 767px; /*902 */
 font-size: 11px;
 clear: both;
 color: #666666;
 background: #ffffff;
 /* background: url(images/footer.png) no-repeat 10px 0.85em; */
 
 margin: 0px 0px 5px 0px;
 padding: 10px 5px 10px 10px;
}
.clear { clear: both; background: none; }
