body {
background: #CCCCCC;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin-left: auto;
margin-right: auto;
width: 800px;
font-family: 'Lucida Grande';
font-size: 12px;
}

#navbar:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#nav {
width: 100%;
background: url(/images/nav-bg.png) repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}


#nav li{
display: inline;
text-align: center;
}


#nav li a{
float: left;
color: #CCCCCC;
font-weight: bold;
padding: 6px 12px 6px 7px;
width: 135px;
text-decoration: none;
text-align: center;
background: url(images/divider.gif) center right no-repeat; /*Theme Change here*/
}

#nav li#last a {
	background: none;
}

#nav li a:hover{
color: #EEE;
}

#nav li a#current {
color: #E00;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #666666;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCC; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #CCC;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	color: #F0F0F0;
}

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

#body {
	width: 776px;
	padding: 0px 12px 0px 12px;
	margin: 0px 0px 0px 0px;
	background: url(images/content-bg.png);
}

#content {
	background: url(/images/content-top.png) repeat-x;
	padding: 16px 6px 6px 6px;
	height: 480px; /* for IE */
	min-height: 480px; /* for not-IE */
}

html>body #content {
height: auto; /* for not-IE */
}

h1 {
	width: 764px;
	height: 20px;
	padding: 12px 0px 8px 12px;
	margin: 0px 0px 0px 0px;
	background: url(images/content-bg.png);
	vertical-align: bottom;
	color: black;
	font-size: 24pt;
	font-weight: bold;
	border-bottom: none;
	/* font-variant: small-caps; */
	font-family: sans-serif;
}

#pagehead-bot {
	background-position: bottom;
	font-size: 12pt;
	width: 752px;
	padding: 8px 0px 12px 24px; /*36*/
	font-variant: normal;
	font-style: italic;
}

h2 {
	border-bottom: 1px solid #dddddd;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14pt;
	font-weight: bold;
	font-family: sans-serif;
}

#copyright {
	background: black;
	color: white;
	text-align: center;
	padding: 6px 12px 6px 7px;
}

#copyright a {
	color: white;
}

blockquote {
	display: block;
	padding: 0 20px;
	width: 300px;
}

blockquote:before, blockquote:after {
	color: #69c;
	display: block;
	font-size: 700%;
	width: 20px;
}

blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}

blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -70px;   
	margin-left: 310px;
}