body {
	font: 11px/17px Verdana, Arial, sans-serif;
	text-align: center; /* center the layout in IE 5 */
}

#container {
	width: 505px; /* width of center column */
	margin: 0 auto; /* center the layout in mozilla and IE 6+ */
	background: url(img/bgimg.jpg) top center repeat-y;
}

#topimg {
	background: url(img/topimg.jpg); height: 207px; width: 505px;
}

#content {
	text-align: justify; 
	padding-top: 2px; padding-left: 10px; padding-right: 10px; padding-bottom: 5px;
}

#footer {
	color: #cccccc; font-style: italic; text-align: center;
	background: url(img/footimg.jpg) bottom center no-repeat;
	padding-bottom: 20px; 
}

a {
   color: #9999cc;
   text-decoration: none; font-weight: bold; 
}
a:hover {
   color: #336699; 
   text-decoration: none; font-weight: bold; 
}
a.linkout { 
   font: 11px Tahoma, sans-serif; font-variant: small-caps; font-weight: bold; 
   border-bottom: 0px; background: url(img/linkout.gif) center right no-repeat; 
   padding-right: 13px;
}

.show {
   color: #336699; text-align: center;
}

h1 {
   font: 18px Verdana, sans-serif; font-weight: bold; font-style: italic;
   border-bottom: solid 2px; color: #666666;
}
h2 {
   font: 18px Arial, sans-serif; font-weight: bold; font-style: italic;
   border-bottom: double 4px; color: #999999; padding-left: 3px;
}
h3 {
   font: 15px Tahoma, sans-serif; font-weight: bold; font-variant: small-caps;
   color: #999999; text-align: center;
   border-bottom: dashed 1px; 
}

.grayed {
   color: #999999; font-style: italic;
}

#nav {
   list-style: none; margin: 0; padding: 0;
}
#nav li {
   float: left; padding: 2px;
}
#nav li a {
   display: block;
   background: #ffffff;
   width: 91px;
   text-align: center;
   color: #666666; font: 14px Arial, sans-serif; font-weight: bold; text-transform: uppercase;
   padding: 3px 0; border: solid #cccccc 1px; text-decoration: none;
}
#nav li a:hover {
   background: #cccccc;
   color: #ffffff;
}