﻿body
{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
	background-image: url(cd-images/bg.png);
	background-repeat: repeat-x;
}

/* Basic link format */
a:link, a:visited
{
	color: Navy;
}
a:hover
{
	color: Blue;
}

/* Top */
#top
{
	position: relative;
	/* z-index of Top needs to be higher than others or the dynamic menu drops behind some elements */
	z-index: 1;
	background-color: #aac3e3;
	margin: 0px;
	padding: 0px;
	border: 0;
}

/* Header */
#header
{
	width: 700px;
	margin: 0px auto;
}

/* Menu */
#menuband
{
	background-color: #e5e5e5;
}
#menuwrapper
{
    text-align: center;
	margin: 0px auto;
	width: 700px;
    background-color: #cccccc;
    border: solid 1px #b2b2b2;
}
.menu
{
    margin: 0 auto;
	font-weight: bold;
}
.StaticMenu:link, .StaticMenu:visited
{
	padding: 3px 0 3px 0;
	display: block;
	height: 1.25em;
	text-decoration: none;
	color: Black;
	width: 142px;
	text-align: center;
}

/* Main body */
#main
{
	border-color: #b2b2b2;
	border-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	width: 700px;
	margin: 0px auto;
	background-color: White;
}

#footer
{
	position: relative;
	border-color: #b2b2b2;
	border-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	margin: 0 auto;
	width: 700px;
	background-color: White;
}

#footer:after 
{
	/* Make Firefox stretch main to the height of side or content */
	content: " ";
	display: block;
	clear: both;
}
img
{
	border: 0;
}

dt
{
	font-weight: bold;
}
dd
{
	margin-bottom: 1em;
	margin-left: 0px;
}
hr.sep
{
	border: none;
    text-align: center;
    color: Black;
    background-color: Black;
    width: 75%;
    height: 1px;
}