body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
td {
	vertical-align:top;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	text-align: left;
	padding-bottom:10px;
}
#header {}
#contenttable {
	width: 800px;
	text-align: left;
}
.navtd {
	background-color: #000000;
	width: 170px;
}
.contenttd {
	padding: 5px 10px 10px;
	
}
#footer {
	background-image: url(../images/footer-bg.gif);
	
	background-repeat: repeat-x;
	width: 800px;
	
}
#footer p {
text-align:center;
}
.designed {
	font-size: 10px;
}

/* Navigation Styles */
.buttonscontainer {
	width: 170px;
}
.buttons a:link, .buttons a:visited {
	color: #FFFFFF;
	padding: 2px 10px;
	display: block;
	border-bottom: 1px solid #000000;
	font: 12px/21px Verdana, sans-serif;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/button_bg.gif);
	background-position: top;
	width: 150px;
}
.buttons a:hover {
	background-color: #999999;
	color: #FF9900;
	text-decoration: none;
	background-position:top;
}
/* other2 Styles */
#other2 a:link,a:visited {
	color: #33CCFF;
	text-decoration: underline;
}
#other2 a:hover {
	color:#339933;
	text-decoration:underline;
	}

/* Text and Link Styles */
h1, h2, h3, h4 {
	line-height: normal;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
/* other Styles */
#mi a:link,a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#mi a:hover {
	color:#CC6600;
	text-decoration: none;
}
