// C# Document#logo {
	float: left;
}
#top-wrapper {
	background-image: url(images/top.jpg);
	background-repeat: repeat;
	height: 77px;
}
#logo {
	float: left;
}
#aai {
	float: right;
}
#menu_wrapper {
	background-image: url(images/top_bg2.jpg);
	background-repeat: repeat-x;
	height: 45px;
}
#menu {
	background-image: url(images/top_bg2.jpg);
	background-repeat: repeat-x;
	float: left;
}
#marquee {
	margin-bottom: 3px;
}
#primary_body {
	clear: both;
	padding-left: 20px;
	padding-top: 3px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	padding-bottom: 40px;
}
#sidemenu a {
	color: #666;
	text-decoration: underline;
}

#body a {
	color: #666;
	text-decoration: underline;
}

#sidemenu a:hover {
	color: #666;
	text-decoration: none;
}

#body a:hover {
	color: #666;
	text-decoration: none;
}