* {
	margin: 0;
	padding: 0;
}
#transition {
	background-image: url(../images/transition/mast1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 122px;
	width: 918px;
	cursor: pointer;
}

html, body {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 101%;*/
	background-image: url(../interface/bgBody.gif);
	margin: 0px;
	padding: 0px;
}
#container {
	position: relative;
	min-height: 100%;
}

* html #container {
	height: 100%;
}
#page {
	padding-bottom: 100px;/*this is so footer never overlaps content*/
}

div.full {
	width: 918px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
}
#footer {
	text-align: center;
	background-color: #ccc39f;
	position: relative;
	font-size: 70%;
	padding-top: 10px;
	height: 70px;
	margin-top: -80px; /*Prevents unnecesarry scrolling. Value depends on height of footer. */
	font-family: Arial, Helvetica, sans-serif;
	color: #959081;
}
#footer a:hover {
	color: #605d53;
}
#footag a {
	color: #959081;
}
#footnav, #footnav a {
	color: #fff8da;
	text-decoration: none;
	padding-bottom: 10px;
}

#verytopnav {
	font-size: 0.7em;
	position: absolute;
	top: 190px;
	text-align: right;
	width: 918px;
	color: #00448C;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1;
}
#verytopnav a {
	text-decoration: none;
	color: #00448C;
}
#verytopnav a:hover {
	text-decoration: underline;
}
#masthead {
	background-image: url(../interface/bgMast.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #00448c;
	background-position: bottom;
	height: 184px;
}
#subnav {
	background-color: #FBF8EB;
	margin-bottom: 20px;
	font-size: .7em;
	height: 23px;
	border-bottom: 1px solid #00448C;
}
#subnav a {
	display: block;
	float: left;
	padding: 5px 10px 5px 10px;
	background-color: #FBF8EB;
	text-decoration: none;
	color: #0167D5;
}
#subnav a.active {
	background-color: #00448C;
	color: #FBF8EB;
}
#subnav a.active:hover {
	background-color: #00448C;
	color: #FBF8EB;
}
#subnav a:hover {
	color: #00448C;
	background-color: #F4ECCA;
}
#content {
	width: 918px;
	clear: both;
	overflow: hidden;
	display: block;
	margin-top: 15px;
}
#leftcol {
	width: 264px;
	float: left;
	padding-right: 10px;
}
#rightcol {
	width: 626px;
	padding-left: 18px;
	float: right;
	background-image: url(../interface/rezBrdr2.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.reztitle {
	font-size: .7em;
	font-weight: bold;
	color: #003a78;
}
.pad {
	padding-bottom: 8px;
}
#reviews {
	/*width:254px;
	height:400px;
	overflow:scroll;
	overflow-x:hidden;
	background-color: #fbf8eb;
	padding: 8px;*/
}
fieldset {
	/*width: 254px;*/
	border: none;
}	

h1 {
	padding: 0;
	margin: 0 0 8px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #6c5d2a;
}
h1.hdr {
	margin-bottom: 20px;
}
.brdr {
	border-bottom: 1px solid #DDD1AA;
	text-decoration:none;
}
h1 a {
	padding: 0;
	margin: 0 0 8px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #6c5d2a;
	text-decoration:none
}
h2 {
	padding: 0;
	margin: 0 0 8px 0;
	font-size: 1em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	padding: 0;
	margin: 0 0 8px 0;
	font-size: 1.0em;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	padding: 0;
	margin: 0 0 .1em 0;
	font-size: .9em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #003a78;	
}
a img {
	border: none;
}
p {
	line-height: 1.4em;
	padding:0;
	margin: 0 0 10px 0;
	font-size: .7em;
	color: #003a78;
}
p.large {
	font-size: .8em;
	text-decoration:none
}
.nopad {
	padding:0;
	margin:0;
}
ul {
	font-size: .7em;
	color: #003a78;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;	
}
li {
	background-image: url(../interface/bullGold.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 1.3em;
	background-position: left .3em;	
}
.subhead {
	color: #9C873D;
	font-size: 0.56em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	border-top: 1px solid #DDD1AA;
	display: block;
	text-transform: uppercase;
	
}
.subheada {
	color: #9C873D;
	font-size: 0.56em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	border-top: 1px solid #DDD1AA;
	display: block;
	text-transform: uppercase;
	text-decoration:none
}
.blue {
	color: #003a78;
}
.black {
	color: #000000;
}
.brown {
	color: #6c5d2a;
}
img.left {
	margin-right: 5px;
}
img.right {
	margin-left: 5px;
}
.hr {
	padding: 10px 0 10px 0;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC39F;
}

.picture-border {
  border-color:#0066d4; 
  border-style:solid; 
  padding:5px;
  
}
.text-border {
  border-color:#0066d4; 
  border-style:solid;
  border-width:1px; 
  padding:5px;
  
}
.rss-title {
	font-size: .8em;
	margin-top: 10px;
	font-weight: bold;
}
.rss-timestamp {
	font-size: 0.7em;
	padding-bottom: 5px;
	color: #72A6D6;
}
.rss-content {
	font-size: .7em;
	color: #003a78;
	
}
.rss-content img {
	display: none;
}
.gen {
	font:normal 10px/14px "Trebuchet MS", Palatino,'Palatino Linotype',serif;
	color: #00448C;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	LINE-HEIGHT: 20px;
	text-decoration:none;
	
}
