html, body {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: left;
}
.left {
	float: left;
}
.left-padded {
	padding-left: 300px;
}
.clear {
	clear: both;
}
.bluelink {
	color: #0000ff;
}
.bold {
	font-weight: bold;
}
body, h1, h2, h3, form {
	font: 12px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}
body {
	background: url(images/header_bg.png) repeat-x;
	text-align: center;
}
#wrapper {
	text-align: left;
	padding-top: 10px;
	margin: auto;
	width: 900px;
}
#header {
	height: 20px;
}
#header h1 {
	margin-top: 0px;
}
#header h1 img {
	display: block;
}
#searchbox {
	float: left;
	margin-top: 5px;
}
#searchbox p.box {
	float: left;
	margin-top: 1px;
}
#searchbox p.searchbutton {
	float: left;
	margin-top: 2px;
	margin-left: 5px;
}
#searchbox img {
	vertical-align: middle;
}
#searchbox #q {
	width: 150px;
	border: 0;
}
#top-nav {
	float: left;
	padding-left: 40px;
	width: 900px;
	z-index: 1;
}
#top-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#top-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#top-nav h1 {
	font: 14px tahoma, arial, sans-serif;
	padding-top: 65px;
	padding-bottom: 3px;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
#top-nav p {
	font: 14px tahoma, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-style: italic;
}
#top-nav a {
	font-size: 14px;
	color: #fff;
}
#top-nav img {
	float: left;
}
#top-nav ul.makemenu {
	list-style: none;
	margin: .4em 0px 0px 310px;
}
#top-nav ul.makemenu li{
	display:inline;	
	position:relative;
	float: left;
}
#top-nav ul.makemenu img {
	padding: 2px 0 0 0;
}
#top-nav li a {
	display:block;
	padding: 3px 10px;
}
#top-nav li a:hover {
	display:block;
	background: #fff;
	text-decoration: none;
	color: #ff0000;
}
#top-nav ul.makemenu li > ul{
	display:none;
	position: absolute;
	color: #000;
}
#top-nav li.makemenu ul > li a{
	color: #000;
}
#top-nav li.makemenu ul > li a:hover{
	color: #ff0000;
}
#top-nav ul.makemenu li:hover > ul {
	display:block;
	background: #fff;
	text-decoration: none;
	color: #000;
	width: 175px;
}
#top-nav ul.makemenu li:hover > ul li{
	display:block;
	padding: 2px 2px 2px 10px;
	color: #000;
}
ul ul { 
	display:none;
} 

li:hover ul { 
	display:block;
} 
#left {
	float: left;
	width: 250px;
	margin-top: 15px;
}
#right {
	float: left;
	width: 600px;
	margin-top: 12px;
}
#body-upper-top {
	float: left;
	background: url(images/bodyboxtop.png) no-repeat;
	width: 650px;
}
#body-upper {
	float: left;
	background: url(images/bodybox.png) repeat-y;
	width: 650px;
	text-align: center;
}
#body-upper img {
	padding: 15px;
}
#body-upper h1{
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	font-size: 28px;
}
#body-upper p {
	margin-left: 20px;
	margin-right: 15px;
	text-align: left;
	font-size: 14px;
}
#body-upper p.left-fixed {
	float: left;
	width: 520px;
	margin-right: 0;
	margin-bottom: 0;
}
#body-upper p.left-fixedsm {
	float: left;
	width: 65px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#body-upper h2 {
	margin-right: 20px;
}

#body-upper div img {
	padding: 0 0 0 5px;	
}
#body-upper label {
	width: 180px;
	float: left;
}
#body-upper .centeralign {
	text-align:center;
}
#body-upper .rightalign {
	text-align:right;
}
#body-upper table {
	float: right;
	margin-right: 20px;
}
#body-upper ul {
	text-align: left;
	margin-top: -10px;
	margin-left: 5px;
	margin-bottom: -10px;
	list-style-position: outside;
	list-style-type: disc;
}
#body-upper ul.indent16 {
	margin: 0;
	float: left;
	padding: 0 0 0 16px;
	font-size: 14px;
}
#body-upper ul.indent200 {
	margin-left: 200px;
	margin-right: 20px;
}
#body-upper-bottom {
	float: left;
	background: url(images/bodyboxbottom.png) no-repeat;
	width: 650px;
}
#left-nav {
	padding-top: 2px;
	float: left;
	width: 410px;
}
#left-nav ul {
	float: left;
	background: url(images/lnavbox.png) no-repeat;
	list-style: none;
	padding: 0;
	margin: 0;
}
#left-nav li {

}
#left-nav li a {
	font-size: 14px;
	color: #42453E;
	display:block;
	padding: 2px 33px 2px 4px;
	margin: 10px 32px 10px 4px;
}
#left-nav li a:hover {
	display:block;
	background: #AD0101;
	text-decoration: none;
	color: #fff;
}
a {
	font-weight: bold;
	color: #5C5C5C;
}
#video {
	margin-top: 7px;
	float: left;
}
#video ul {
	float: left;
	background: url(images/videobox.png) no-repeat;
	list-style: none;
	padding: 0;
	margin: 0;
}
#video li {
	color: #42453E;
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 4px;
}
#video li img {
	padding: 2px 10px 2px 5px;
}
#video li a {
	color: #42453E;
}
#video li a:hover {
	text-decoration: none;
	color: #fff;
}
#video p {
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin-top: 2px;
	margin-left: 5px;
}
#body-lower-top {
	float: left;
	margin-top: 20px;
	background: url(images/bodyboxtop.png) no-repeat;
	width: 650px;
}
#body-lower {
	float: left;
	background: url(images/bodybox.png) repeat-y;
	width: 650px;
}
#body-lower ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#body-lower li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#body-lower h1{
	margin-left: 20px;
	text-align: left;
	font-size: 16px;
}
#body-lower p {
	margin-left: 20px;
	margin-right: 15px;
	text-align: left;
	font-size: 14px;
}
#body-lower ul.make-menu {
	list-style: none;
}
#body-lower ul.make-menu li{
	position:relative;
}
#body-lower ul.make-menu img {
	padding: 0 0 0 0;
}
#body-lower li a {
	text-align: center;
	width: 200px;
	font-size: 14px;
	color: #2200FF;
	display:block;
	padding: 2px 0 8px 0;
}
#body-lower li a:hover {
	display:block;
	background: #C3C3C3;
	text-decoration: none;
	color: #fff;
}
#body-lower ul.make-menu li > ul{
	display:none;
	position: absolute;
	color: #000;
}
#body-lower li.make-menu ul > li a{
	color: #000;
}
#body-lower li.make-menu ul > li a:hover{
	background: #C3C3C3;
	text-decoration: none;
	color: #fff;
}
#body-lower ul.make-menu li:hover > ul {
	text-align: center;
	display:block;
	background: #C3C3C3;
	text-decoration: none;
	color: #000;
}
#body-lower ul.make-menu li:hover > ul li{
	display:block;
	padding: 2px 0 2px 0;
	color: #000;
}
#body-lower-first {
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	text-align: center;
	margin-left: 15px;
}
#body-lower-second {
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	text-align: center;
	margin-left: 5px;
}
#body-lower-third {
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	text-align: center;
	margin-left: 5px;
}
#body-lower-bottom {
	float: left;
	background: url(images/bodyboxbottom.png) no-repeat;
	width: 650px;
}
#mcdlogo {

}
#mcdlogo p {
	text-align: center;
}
#body h2, #body p {
	margin: 0.3em 0;
}

#gallery img {
	float: left;
}
#footer {
	color: #FFFFFF;
	background: #42453D url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 65px;
	font-weight: bold;
}
#footer a {
	color: #fff;
}
#footer p {
	margin: 0;
	padding: 0;
}
.darkgraywords {
	color: #333;
}
.text14pt {
	margin: 0;
	padding: 0 0 0 30px;
	font-size: 14px;
}
.text14blue {
	font-size: 14px;
	color: #0000ff;
}
.indent36andtext14 {
	text-indent: 38px;
	font-size: 14px;
	color: #0000ff;
}
.right {
	float: right;
}

