* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(images/bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
}

a {
	text-decoration: none;
	color: #648CA5;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #111;
}

#wrap {
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 100px;
	margin-bottom: 20px;
}

p.hbig {
	font-size: 28px;
	letter-spacing: -1px;
	padding: 23px 0 0 0;
	color: #ccc;
}

p.hbig a {
	color: #ccc;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}

p.hsmall {
	font-size: 19px;
	color: #f7f7f7;
	padding: 5px 0 0 0;
	letter-spacing: -1px;
	font-weight: 100;
}

img.iright {
	  border: none;
	  margin: 10px;
	  float: right;
}

img.inofloat {
	  border: none;
	  margin: 10px;
	  float: none;
}

.headings {
	float: left;
}

.nav {
	float: right;
	padding-top: 30px;
}

.nav li {
	float:left;
	list-style-type:none;
}

.nav li a {
	display: block;
	font-size: 15px;
	letter-spacing: -1px;
	padding:0 5px 3px 5px;
	margin: 0 5px;
	text-decoration:none;
	color: #eee;
	border-bottom: 1px solid #777;
}

.nav li a:hover {
	color:#eee;
	text-decoration:none;
	border-bottom: 1px solid #eee;
}

.nav li a.current {
	color:#eee;
	text-decoration:none;
	border-bottom: 2px solid #eee;
}


#left{
	float: left;
	width: 700px;
	min-height: 400px;
}

#left h1 {
	color: #648CA5;
	font-size: 20px;
	line-height: 24px;
	font-weight: 100;
	margin: 15px 0;
	border-bottom: 1px dotted #CCCCCC;
}

#left p, #left ul {
	  margin-bottom: 10px;
	  font-size: 14px;
}

#left th, #left td {
	  text-align: center;
	  pading: 5px;
}

#left th {
	font-size: 11px;
	line-height: 13px;
}

#left li {
	  list-style: disc inline;
	  margin-left: 20px;
	  font-size: 14px;
}

#right {
	float: right;
	width: 260px;
}

.latestarticles {
	background: #eee;
	margin-top: 15px;
}

.latestarticles p {
	padding-left: 10px;
	height: 28px;
	line-height: 28px;
	background: #333;
	color: #f7f7f7;
	font-size: 13px;
	font-weight: bold;
}

.latestarticles ul {
	  margin: 10px 0 0 10px;
	  padding: 0 10px 0 0;
	  list-style: none;
	  text-align: left;
}

.latestarticles ul li {
	  margin: 0;
	  padding: 0 0 10px 0;
	  font-size: 11px;
	  line-height: 13px;
	  color: black;
}

.latestarticles ul li a {
	  text-decoration: none;
	  font-size: 11px;
	  display: inline;
	  font-weight: normal;
	  color: #B34700;
}

#footer {
	margin-top: 10px;
	background: #dedede;
	border-top: 3px solid #999;
	text-align: center;
	font-size: 11px;
	padding: 10px 0 10px 0;
}

/* FMenu */#fmenu {
	  clear: both;
	  text-align: center;
	  width: 980px;
	  margin: 0 auto;
	  padding: 10px;
}

#fmenu ul {
	  list-style: none;
	  display: inline;
	  float: left;
	  color: black;
}

#fmenu li {
	  display: block;
	  float: left;
	  width: 310px;
	  padding: 0 0 0 10px;
	  margin-bottom: 10px;
	  text-align: left;
	  line-height: 1.1em;
	  font-size: 11px;
}

#fmenu li a {
	  color: #B34700;
	  text-decoration: none;
}

.mailto2 {
	display:none}