.submenu {
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.subItem {
	font-size: 10px;
	color: #CC0000;
}
.menuSelected {
	font-weight: bold;
	color: #FFFFFF;
}
.menuUnselected {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
.mainMenuItem {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.paragTitle {
	font-weight: bold;
	color: #FFFFFF;
}
.boxed {
	border: 1px solid #CC0000;
}
hr {
	color: #CC0000;
}
.home_right_col {
	font-size: 10px;
}
.pageTitle {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
a.link1:link {
	text-decoration: none;
	color: #000000;
	font-weight:normal;
}
a.link1:visited {
	text-decoration: none;
	color: #000000;
	font-weight:normal;
}
a.link1:hover {
	text-decoration: underline;
	color: #000000;
	font-weight:normal;
}
a.link1:active {
	text-decoration: none;
	color: #000000;
	font-weight:normal;
}
a.link2:link {
	text-decoration: none;
	color: #CC0000;
	font-weight:normal;
}
a.link2:visited {
	text-decoration: none;
	color: #CC0000;
	font-weight:normal;
}
a.link2:hover {
	text-decoration: underline;
	color: #CC0000;
	font-weight:normal;
}
a.link2:active {
	text-decoration: none;
	color: #CC0000;
	font-weight:normal;
}
H1{
display:inline;
}