* {
  font-size: 100.01%;
  margin: 0;
	padding: 0;
}

body {
    background: #E5CEAC url('images/layout/body_bg.gif') top left repeat-x;

    font-family: Georgia, "Goudy Old Style", Times, serif;
    color: #0E0C0B;
    padding: 0;
    margin: 0 0 3em 0;
		text-align: center;
}

p, td, th, li {
    font-size: 90%;
}

a:link, a:visited {
    color: #062A4C;
		text-decoration: underline;
}

a:hover, a:active {
    color: #4A7697;
		text-decoration: underline;		
}

h1, h2, h3, big {
	font-family: Georgia, "Goudy Old Style", Times, serif;
	letter-spacing: -.03em;
	text-transform: lowercase;
}

h1 {
  color: #062A4C;
  font-size: 170%;
}

h2 {
  color: #062A4C;
  font-size: 150%;
  margin: .3em 0;
}

h3 {
  color: #4A7697;
	font-size: 130%;
}

p {
  line-height: 1.8em;
	margin-bottom: 1.8em; 
}

big {
  color: #4A7697;
  font-size: 130%;
  font-weight: bold;
}

small {
  font-size: 80%;
}

ul, ol {
	margin-left: 3em;
}

li {
  margin-bottom: 1em;
}

blockquote {
  padding-left: 1.5em;
}


.imgfloatright {
		color: #B2A086;
    display: block;
    float: right;
		font-size: 80%;
		margin: 0 0 1em 1em;
		text-align: center;
		width: 200px;
}

.imgfloatright img, img.imgfloatright, .imgfloatleft img, img.imgfloatleft {
    border: 1px solid #B2A086;
}

.imgfloatleft {
		color: #B2A086;
    display: block;
    float: left;
		font-size: 80%;
		margin: 0 1em 1em 0;
		text-align: center;		
		width: 200px;		
}


.clearboth {
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.teaser {
  background-color: #E0ECF4;
	border: 2px solid #B1CEE4;
  float: right;
	font-size: 85%;
	margin: .5em 0 1em 1em;
  -moz-border-radius: .8em;	
	padding: 0 .5em .5em .5em;
	width: 270px;
}

.teaser ul {
  margin: 0 0 0 1.5em;
  padding: 0;
}

.teaser ul li {
    margin-bottom: .8em;
}


.iconback {
  background: transparent url('images/layout/icon_backarrow.gif') center left no-repeat;
	padding-left: 18px;
}


h1.imgheader img {
	margin-left: -.6em;
}


#container {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;		
	margin: 0 auto;
	width: 970px;
}

#topmenu {
  background-color: #4A7697;
  border-bottom: 1px solid #FFF;  
}

#topmenu img {
  border: 0;
}


#header {
    background: #062A4C url('images/layout/logo.gif') top left no-repeat;
    border-bottom: 1px solid #fff;
    height: 110px;
    width: 970px;
}

#flash_slide {
  border-bottom: 1px solid #FFF;  
}


/* Main Content */
#content {
  background-color: #F8F3EA;
  text-align: left;
}

#slideshow {
  float: right;
	margin-left: 1.5em;
	height: 375px;
	width: 300px;
}


DIV#featured {
  background: #E0ECF4 url('images/layout/featured_home.gif') top left no-repeat;
	border-top: 1px solid #FFF;
	clear: both;
  padding: 58px 0 1em 0;
	width: 970px; /* Specify width explicitly - IE bug when clearing floats... */
}


#featured img {
	border: 1px solid #FFF;
  color: #FFF;
	display: block;
}

#body {
  text-align: left;	
  width: 970px;	
}

#bodyinner {
	padding: .75em 3em 1em 3em; /* pixel L/R values so body text doesn't jump from float... (1.2 em) */
  text-align: left;	  
}


/* Footer Area */
#footer {
    background-color: #062A4C;
    border-top: 8px solid #041F38;
    clear: both;
		color: #FFF;
		font-size: 80%;
		letter-spacing: .03em;		
		line-height: 200%;
    padding: 18px 0 3px 0px;
    text-align: center;
}

#footer a:link, #footer a:visited, #bottommenu a:link, #bottommenu a:visited {
  color: #B1CEE4;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #bottommenu a:hover, #bottommenu a:active {
  color: #E0ECF4;
	text-decoration: underline;	
}

#footercap {
  margin: 0 auto;
}
