body  {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:#333;
	text-align:center;
}

a {
	color:#3382D5;
	text-decoration:none;
}

a:hover {
	color:#30649D;
	text-decoration:underline;
}

p {
	font-size:16px;
	color:#404040;
}

img.left {
	float:left;
	padding:4px;
	background:#fff;
	margin-right:6px;
	border:1px solid #c4c4c4;
}

img.right {
	float:right;
	padding:3px;
	margin-right:6px;
	border:1px solid #c4c4c4;
}

/*
img:hover {
	border:1px solid #30649D;
}
*/
ul {
	list-style-image:url(bullet.gif);
	margin-left:-10px !important;
	margin-left:;
}	

li {
	margin-bottom:1em;
}	

#wrapper {  
	width:95%;
	background:#fff;
	margin-left:auto;   
	margin-right:auto;
	text-align:left;  
}

#nav {
	text-align:center;
	background:url(navbutton.gif) repeat-x;
	height:30px;
	padding-top:5px;
}

#nav a  {
	padding:0 11px;
	color:#000;
	margin-left:-6px;
}

#nav a:hover {
	padding:5px 11px 7px 11px; 
	background:url(navbarhover.gif) repeat-x;
	text-decoration:none;
}	

#top {
	background:url(header.gif) repeat-x;
	height:104px;
}

#top h1 {
	font-family:Century Gothic, georgia, helvetica, times, sans-serif;
	font-weight:normal;
	font-size:35px;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	color:#fff;
	}
	
#top h2 {
	font-family:Century Gothic, georgia, helvetica, times, sans-serif;
	font-weight:normal;
	font-size:35px;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	color:#fff;
}

#middle h2, #right h2, #left h2 {
	font-size:17px;
	font-family:georgia, arial, georgia, times, sans-serif;
	border-bottom:1px solid #c4c4c4;
	font-weight:normal;
}

#right h2 {
	color:#316FB2;
	font-weight:normal;
	font-size:28px;
	text-transform:uppercase;
	font-family:Century Gothic;
	}
	
#left {
	float:left;
	width:21%;
	margin-left:9px;
	font-size:12px;
}

#middle {
	float:left;
	font-size:12px;
	width:21%;
	margin-left:14px;
}

#right {
	float:left;
	left:0px;
	margin-left:20px;
	width:51%;
}

.post {
	background-color:#f8f8f8;
	padding:10px;
	padding-top:1px;
	display:block;
}

.sidepost {
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:10px;
}

.links {
	font-size:12px;
	text-align:right;
}

.links a {
	margin-right:10px;
}

#footer {
	border-top:1px solid #c4c4c4;
	text-align:center;
	width:100%;
	clear:both;
	padding-bottom:1px;
}
.floatright {float: right; margin: 10pt  0 10pt 10pt;}
.floatleft { float: left; margin: 10pt  10pt 10pt 0; }
a.pdf {  padding-right: 20px; background: url(/images/pdf-icon.gif) no-repeat right top;} /*displays a pdf icon. Class should be added to links to pdf files.*/
a.link {  padding-right: 20px; background: url(/images/link-icon.gif) no-repeat right top;} /*displays a pdf icon. Class should be added to links to pdf files.*/

#arrow {background: url(/images/bullet.gif) no-repeat; padding-left: 10px;}

#copyright {display:block; text-align:middle; vertical-align:middle}

blockquote.style1 {
  font: 14px/20px italic Times, serif;
  padding: 8px;
  background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 5px;
  background-image: url(images/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  blockquote.style1 span {
     display: block;
     background-image: url(images/closequote1.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }

blockquote.style2 {
  font: 14px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
} 
blockquote.style3 {
  font: 18px/30px normal Tahoma, sans-serif;
  padding-top: 22px;
  margin: 5px;
  background-image: url(images/openquote3.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 65px;
  }
  blockquote.style3 span {
    display: block;
    background-image: url(images/closequote3.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
} 
