body{
	background-color: white;
	text-align: center;
	color: #43565D;
	font-family: arial,verdana,sans serif;
	font-size: 11px;
}

a{
	font-weight: bold;
	text-decoration: none;
	color: #43565D;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-weight: bolder;
	font-size: 200%;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid red;
}

ul{
	padding: 0;
	margin: 0 0 0 40px;
}

table{
	width: 100%;
}

td{
	vertical-align: top;
}

#wrapper{
	border: 1px solid #ccc;
	width: 640px;
	margin: 5px auto 10px auto;
	background-image: url(siteimages/grey_preop.gif);
	background-repeat: no-repeat;
	background-color: white;
}

#menu{
	margin-top: 177px;
	margin-bottom: 10px;
	padding-right: 90px;
	font-size: 0.8em;
}

#menu a{
	color: black;
	font-weight: normal;
}

img{
	border: 1px solid #aaa;
}

#content{
	margin: 0 5px 60px 120px;
	text-align: left;
}

#footertop{
	background-color: #C00;
	height: 10px;
	font-size: 5px;
	border-bottom: 1px solid white;
}

#footerbottom{
	background-color: #43565D;
	height: 15px;
	padding: 7px;
	color: white;
}

#footerbottom a{
	color: white;
}
