﻿/* RESET BROWSER STYLES */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style:square; 
}
img {
  border: 0;
}

/* STANDARD STYLES */

body {
  color: #666666;
  font-family: Tahomoa, sans-serif;
  font-size:14px;
  line-height:150%;
  background: #B2B2B2 url(images/bodyBG1.jpg) repeat-x;
  margin: 0 auto;
}

p {
	margin-top:10px;
}

h1 {
	font-family:Georgia, serif;
	font-weight:bold;
	font-size: 24px;
	line-height: 130%;
	margin-bottom: 5px;
	color:#425468
}

h2 {
	font-size: 16px;
	color: #666633;
	margin-bottom: 0px;
	font-weight:bold;
	margin-top:30px;
}

h4, h4 a {
	font-size: 20px;
	color: #425468;
	margin-bottom: 0px;
	font-weight:bold;
	border-top:1px #666633 solid;
	padding-top:7px;
}

h4 a {
	text-decoration:underline
}

a:hover {
	color:silver;
	text-decoration:underline;
}

li  {
	margin-left:25px;
}

ol li {
	margin-bottom:10px;
}

/* STANDARD SECTIONS & FORMATTING */

#header {
	text-align:center;
	background-image:url('images/HeaderBG1.jpg');
	background-repeat:repeat-x;
	color:white;
	height:200px;
	margin-top:10px;
}

#navbar {
	background-color:#737144;
}

#navbar ul li {
	display:inline
}

#navbar ul {
	margin-left:0px;
	list-style:none;
	padding-left:0px;
	padding-top:6px;
	padding-bottom:5px;
	border-bottom:1px solid white;
	text-align:center;
}

#navbar ul a {
	font-family:Tahoma;
	font-size:15px;
	padding:5px 15px 5px 15px;
	list-style:none;
	border-bottom:none;
	margin-right:5px;
	text-decoration:none;
	letter-spacing:1px;
	color: #F8F8F8;
	zoom: 1;
}


#navbar a:hover {
	color: #FFFFCC;
	text-decoration:none;
	padding-bottom:1px;
	background-image:url('images/Circle2.png');
	background-repeat:no-repeat;
	background-position:1px 75%;
}


#MainBody {
	background-color:white;
	padding:20px;
	width:940px;
	min-height:600px;
	overflow:hidden;
	zoom: 1;
}
.center {
	margin: auto;
	width:980px;
	border-top:1px white solid
}

#Footer {
	height:60px;
	border-bottom: 1px white solid;
	border-top:10px #737144 solid;
	background-color:#809EAD;
	background-image:url('images/FooterBG1.jpg');
	background-repeat:repeat-x;
	margin-bottom:5px;
}

#Footer ul li {
	display:inline
}

#Footer ul {
	margin-left:0px;
	list-style:none;
	padding-left:0px;
	padding-top:6px;
	text-align:center;
}

#Footer ul a {
	font-family:Tahoma;
	font-size:13px;
	padding:5px 10px 0 10px;
	list-style:none;
	border-bottom:none;
	margin-right:5px;
	text-decoration:none;
	color: #F8F8F8;
	zoom: 1;
}

#Footer p {
	font-family:Tahoma;
	font-size: 11px;
	text-align:center;
	color: silver;
	letter-spacing:1px;
	margin-top:0px;
}

#Footer a.link10 {
	font-family:Tahoma;
	font-size: 11px;
	color: silver;
	letter-spacing:1px;
}


#Footer p a {
	color: #96ACC4;
	text-decoration:none;
}


#Footer a:hover {
	color: #FFFF66;
	text-decoration:none;
}

/* HOME PAGE */

.Line1 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	letter-spacing:1px;
	color: #C8C8C8;
}

.Line2 {
	font-family: Tahoma;
	font-size:13px;
	letter-spacing:1px;
	color: #C8C8C8;
	margin-top: 0px;
}
.SmallCaps {
	font-variant:small-caps;
}

.TagLine {
	font-variant:small-caps;
	font-size:18px;
	letter-spacing: 5px;
	margin:0 0 15px 0;
}

.PubTitle {
	font-family:impact;
	font-size:90px;
	text-transform: uppercase;
	padding-top: 20px;
	line-height:100%;
	background-image:url('images/CircleBig2b.png');
	background-repeat:no-repeat;
	background-position: 665px 22px;
	margin: 0;
}

.PubTitle span {
	color: #D8E6F1;
}


.intro {
	font-family:Tahoma;
	font-size:13px;
	text-align:center;
	margin-bottom:20px;
}

.ColumnBig {
	width:400px;
}

.ColumnSmall {
	width:220px;
	margin-left:20px;
}

#MainBody .ColumnBig, .ColumnSmall {
	padding:10px;
	float:left;
	background-color:#EFEFEF
}

#MainBody p {
	margin-bottom:10px;
}

.ByLine {
	font-size:13px;
	font-style:italic;
	color: #737144;
	margin-bottom:10px;
	font-family:Georgia;
}

.jumplink {
	text-align:right;
}

/* INNER PAGE */
.ColumnBody {
	width:620px;
	float:left;
	margin-left:20px;
	background-color:none;
	border:1px silver solid;
	padding: 10px;
}

.boldword {
	font-weight: bold;
	font-variant: small-caps;
}
