body {
	font-family: Arial, Helvetica, sans-serif;
	background: #f6f6f6;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	max-width:359px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:359px;
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:840px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:840px;
	margin:0 auto;
}

* html #wrapper
{
	w\idth: expression(document.documentElement.clientWidth > 800 ? "800px" : "auto");
}

#innerwrapper {
	margin:1px;
	background:url(../images/innerwrapper.jpg) top repeat-x;
	padding:20px;
}

#header {
margin-bottom:20px;
}



#header h1 {
	float:left;
	font:250% Georgia;
	color:#696969;
	padding:5px 20px 5px 5px;
	margin:0 20px 0 0;
}

#header h1 a {
	color:#696969;
	text-decoration:none;
}	

#header h1 a:hover {
	color:#696969;
}


#header h2 {
	font:150% Georgia;
	font-weight:normal;
	color:#696969;
	padding:14px 0 0 0;
	border:none;
}

#header h2 a {
	color:#696969;
	text-decoration:none;
	border-bottom:2px solid #696969;
}


#header .nav {
  position:relative;
	clear:both;
	background: /*url(../images/nav.jpg) top repeat-x*/ #ffffff;
	border-bottom:2px solid #388CBA;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:5px 5px 5px 0 !important;
	padding:4px 10px 10px 0;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header .nav a {
	color:#696969;
	font:100% Trebuchet MS;
	text-decoration:none;
	padding:5px;
}

#header .nav a:hover {
	background:#4F9EC9;
}

#header .nav li.active a{
	background:#4F9EC9;
}

#header .nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header .subnav {
	background:#4F9EC9;
	padding:5px 7px 7px 7px;
	font:90% Verdana;
	color:#DEEDF5;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	border-top:2px solid #3086B7;
  display:none;
  position:absolute;
  top:32px;
  left:-2px;
  width:90%;
}

#header .active ul, #header li:hover ul{
display:block;
}

#header .subnav li {
	list-style:none;
	display:inline;
}

#header .subnav a {
	color:#DEEDF5;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #4F9EC9;
}

#header .subnav a:hover {
	border-bottom:2px solid #388CBA;
	color:#696969;
}

#header .subnav li.active a{
	border-bottom:2px solid #388CBA;
	color:#696969;
}