* { margin:0; padding:0; border:0 }

body { text-align:center; background: #ebebeb url(moduletop.gif) repeat-x top left }

#container {
width: 960px;
text-align:left;
margin:0 auto;
background: url(header-shadow2.gif) no-repeat 0 84px;
}


/* Horizontal Navigation */
ul#navlist {
list-style-type: none;
2float: left;
width: 100%;
color: #333;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

ul#navlist li { display: inline; }

ul#navlist li a {
float: left;
padding-top: 5px;
width: 80px;
height:53px;
color: #777;
text-decoration: none;
}

ul#navlist li a:hover, ul#navlist li a.current  { background-color: #D4E6EC; color: #000 }

span.drop {
  display: block;
  float : left;
  margin: 0 3px 20px 0px;
  font: 24px Arial Narrow, Arial,sans-serif;
  color: #9C2A2A;
}


/* Header */
#header { height:124px }

#header p {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing:1px;
  padding:5px 0 5px 0;
  color: #999999;
  }

#header p a, #header p a:visited { color: #999 }
  
#header p a:hover { color: #369 }


img.homelink { position:absolute; left:0px; top:94px }

/* Main Body */
#post {
 font: normal 16px/1.5 Georgia, serif;
 color: #333;
 padding: 100px;
 background-color: #FFF;
 text-align:left;
 border: 2px solid #cccccc;
 margin-bottom: 100px;
  }

#post p { margin: 1em 0 }

#post h1 { font: normal 44px/1.25 Arial, Helvetica, sans-serif;
 color: #9C2A2A;
	margin-bottom: 1em;
	letter-spacing: -1px;
}


#post h2 { font: normal 24px/1 Arial, Helvetica, sans-serif;
 color: #024357;
 margin: 1em 0 .25em;
}

#post h4 { font: normal 20px/1 Arial, Helvetica, sans-serif;
 color: #369;
}

#post ul, #post ol { margin-left:3em }


#post p.firstpara { font-size: 20px }

.button { background: #999; border: 1px solid #888; color: #FFF; font: normal 16px Arial, sans-serif; text-transform: uppercase; padding: 2px 6px}
a.button:hover { text-decoration: none; background: #BBB; color: #468}

/* Footer */
#footer
{
clear: both;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
}


/* Hyperlinks */
a, a:visited { color: #024357; text-decoration: none }
	
a:hover { text-decoration: underline }




blockquote {
	border:1px solid #369;
	padding:0 30px 30px 30px;
	background-color:#f0f9fe;
	margin: 50px auto;
}

