
body {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	/* text-align: justify;  */
	font: 15px Times New Roman, Helvetica, sans-serif;
	color: #333366;
}

h1, h2, h3 {
	margin-top: 25px;
	font-weight: bold;
	color: #333366;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

ul {
	margin-bottom: 1.8px;
	line-height: 160%;
	margin-left: 10px;
	padding: 0;
}

li {
  margin-bottom: .6px;
}

hr {
  color: #333366;
}

a {
  text-decoration: none;
	color: #333366;
}

a:hover {
	text-decoration: none;
	font-size: 1.1em;
	color: #336633;
}

a img {
	border: none;
}


#wrapper {
	width: 1000px;
	margin: 0px auto;
}

#page {
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}

#header {
  width: 1000px;
  height: 250px;
  margin: 0px auto;
  background: #FFFFFF;
}

#nav {
  width: 170px;
  float: left;
  background: #FFFFFF;
}

#content {
  width: 600px;
  padding-left: 20px;
  padding-right: 20px;
  background: #FFFFFF;
  float:left;
}

#content ul {
  list-style-type: none;
}

#content li {
  border-bottom: 1px dashed #333366;
}

#content a {
  text-decoration: none;
  color: #FF0033;
}

#secondary {
  width: 770px;
  padding-left: 40px;
  padding-right: 20px;
  background: #FFFFFF;
  float:right;
}

#secondary ul {
  list-style-type: none;
}

#secondary li {
  	margin-bottom: 1.8em;
}

#secondary a {
  text-decoration: none;
  color: #336633;
}

#secondary a:hover {
	text-decoration: none;
	font-size: 1.1em;
	color: #FF0033;
}

#secondary table {
  border: none;
}

#secondary th {
  font-size: 1.3em;
  font-weight: bold;
}

#secondary td {
  padding: 20px;
  height: 40px;
}

#right {
  width: 180px;
  padding-left:5px;
  padding-right:5px;
  float:right;
  background: #FFFFFF;
}

#nav ul {
  list-style-type: none;
}

#nav li {
  margin-bottom: 1.5em;
}

#nav li a {
  text-decoration: none;
  font-size: 1.0em;
  color: #333366;
}

#nav li a:hover {
	text-decoration: none;
	font-size: 1.1em;
	color: #336633;
}

#news {
  font-size: 1.0em;
  color: #333366;
  text-decoration: none;
}

#news a {
  text-decoration: none;
  color: #336633;
}

#news a:hover {
	text-decoration: none;
	font-size: 1.1em;
	color: #FF0033;
}

#news ul {
  list-style-type: none;
}

#news li {
  margin-bottom: 0.9em;
}

#news h2 {
  font-size: 1.2em;
  color: #333366;
}

#footer {
	clear: both;
	width: 1000px;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}
