body {
background-repeat: repeat;
background-image: url(images/background.gif);
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin-left: auto;
margin-right: auto;
width: 90%;
}

#navbar {
background: url(images/nav-bg.png) repeat-x; /*Theme Change here*/
width: 100%;
text-align: center;
}

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

#nav {
width: 100%;
margin: 0;
padding-left: 0;
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: 10%;
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: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: white;
	border: 1px solid black;
}

#sidebar {
	float:right;
	width:27%;
	padding: 16px 6px 6px 6px;
}

#content {
	padding: 16px 6px 6px 6px;
	width:70%;
	height: 480px; /* for IE */
	min-height: 480px; /* for not-IE */
}

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

#heading {
	width: 100%;
	height: 60px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(/images/titlegradient.png) repeat-y right black;
	color: white;
	font-size: 24pt;
	font-weight: bold;
	font-family: sans-serif;
}

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;
}

td.green-left {
	background: url(images/green-left.png) no-repeat;
	width: 14px;
	height: 36px;
	border-bottom: 2px solid black;
}
td.green-right {
	background: url(images/green-right.png) no-repeat;
	width: 14px;
	height: 36px;
	border-bottom: 2px solid black;
}