.nav a {
	display: block;
	color: #FFFFFF;
	padding: 3px;
	width: 195;
	margin: 0px;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: medium;
	font-weight: bold;
}

.nav a:hover {
	background-color: #D20000;
}

.nav1 a {
	display: block;
	color: #000000;
	padding: 3px;
	width: auto;
	margin: 0px;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: medium;
	background-color: #FFFF00;
	font-weight: bold;
}

.nav1 a:hover {
	background-color: #D20000;
}
.LeftBorder {
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: medium;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: medium;

}
.RightBorder {
	background-image: url(Assets/bg.gif);
}

body {
	background-position: top center;
}
