body {background: url(./images/bg.png) repeat center; margin: 0; padding: 0;}

h2,h3,h4,h5,h6 {font-family: Georgia, serif; font-weight: bold;}

a {color: #630;}
a:hover {text-decoration: none;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #630;}
a:active {color: red}

.textblock {margin: 10px; padding: 10px;
	border: 1px dotted #630;}

#container {background: url(./images/bg_shadow.png) repeat-y center;
	position: absolute;
	left: 50%;
	width:900px;	margin: 0 0 0 -450px; padding: 0;
	}

#header {background: url(./images/header.png) no-repeat;
	float: left;
	width:800px;
	height: 125px;
	padding: 0; margin: 0 0 0 50px;
	}

#header h1 {display: none}

#topmenu {background: url(./images/bg_topmenu.png) no-repeat;
	float: left;
	height: 22px;
	width:792px;
	padding: 4px; margin: 0 0 0 50px;
	}

#topmenu ul {padding: 0; margin: 0;
	list-style: none;
	}

#topmenu li {float: left;
	position: relative;
	padding: 3px 12px;	}

#topmenu li ul {display: none;	position: absolute;
	top: 1.15em;	left: 10px;
	width: 200px;
	}

#topmenu li ul li{background: url(./images/bg_topmenu.png) repeat-y;
	width: 100%;
	}

#topmenu li:hover ul { display: block; }

#topmenu a {font: bold 12px Georgia, Palatino, serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #630;
	}

#topmenu a:hover {border: solid #fff; border-width: 0 0 1px 0;}

#topmenu a:active {color: #fff;}

#topmenu li ul a {font: bold 11px Palatino, Georgia, serif;
	text-transform: none;
	}

#content1 {float: left;
	width:600px;
	margin: 0 0 0 50px;
	font: 12px Verdana, "Lucida Grande", sans-serif;
	}

dt {margin: 1em 0 .3em 0;}

dt span {font-style: italic;}

dd {margin: .2em 0 0 3em;}

.executive {font-weight: bold;}

#content2 {background: url(./images/bg_sidebar.png) no-repeat top left;
	float: left;
	width:180px;
	padding: 0 10px; margin: 0;
	font: 10px Verdana, "Lucida Grande", sans-serif;
	}

#content2 dt {font-weight: bold; margin: .2em 0;}

#content2 dd {margin: .2em 0 .5em 1.5em;}

#footer {background: url(./images/bg_shadow_bot.png) no-repeat bottom center;
	float: left;
	width:900px;
	height: 40px;
	margin: 0; padding: 0;
	}

#botmenu {float: left; padding: 2px 0; margin: 0 0 0 50px;}

#botmenu a {font: bold 10px Georgia, Palatino, serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #630;
	padding: 0 6px; margin: 0;
	}

#botmenu a:hover {border: solid #fff; border-width: 0 0 1px 0;}

#botmenu a:active {color: #fff;}

#copyright {float: left;
	padding: 0; 
	margin: 5px 0 0 100px;
	font: 10px Verdana, "Lucida Grande", sans-serif;
	color: #fff;
	}
