body {
	font-family: helvetica,"lucida grande",georgia,helvetica,"sans serif";
	font-size: 12px;
	background: #f4f4f4 url(../img/bg.gif) top center repeat-y;
	margin: 0px;
	padding: 0px;
}
h1 {
	padding: 0px;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 18px;
}
h2, h3 {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}
h3 {
	font-size: 15px;
	letter-spacing: normal;
}
img {
	border: 1px solid gray;
}
#LyContainer {
	background-image: url(../img/logo_beta.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 100%;
	text-align: left;
	padding-top: 99px;
}
#LyPrimaryNavContainer {
	padding-bottom: 19px;
	padding-left: 140px;
}
ul#LyPrimaryNav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul#LyPrimaryNav li {
	float: left;
	display: inline;
}
ul#LyPrimaryNav li a {
	width: 77px;
	height: 16px;
	display: block;
	float: left;
	clear: left;
	background-image: url("../img/unselected.png");
	background-repeat: no-repeat;
	padding-left: 6px;
	margin-right: 4px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	margin-top: 1px;
	padding-top: 2px;
}
ul#LyPrimaryNav li a:hover {
	background-image: url("../img/selected.png");
	
}
ul#LyPrimaryNav li a.LyPrimaryNavActive {
	background-image: url("../img/selected.png");	
}
#LyPrimaryNavLowerBar {
	width: 780px;
	height: 20px;
	background-color: #6d6dff;
	color: #6d6dff; 
	border-bottom: 1px solid #6d6dff;
	padding-top: -2px;
}
#LyMainWrap {
	padding-left: 25px;
	padding-right: 25px;
	float: left;
}
#LyMainContent {
	float: right;
	width: 550px;
	padding-top: 16px;

}
#LySecondaryNav {
	float: left;
	width: 150px;
	padding-top: 8px;
	padding-right: 8px;
}
#LySecondaryNav a {
	text-decoration: none;
	color: #000099;
}
#LySecondaryNav a:hover {
	text-decoration: underline;
}
.LySecondaryNavUl {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
}
.LySecondaryNavTitle {
	border-bottom: 4px solid #B3AD9B;
	font-weight: 700;
	margin-bottom: 6px;
}
.LyUpdateDate {
	font-size: 11px;
	color: gray;
}
#LyMainContentFloatHack {
	clear: both;
}
#LyFooter {
	border-top: 1px solid #C4C4C4;
	width: 600px;
	font-size: 12px;
}
a {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
}
a:hover {
	text-decoration: underline;
}