.PageTitle
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 2em;
	font-family: Arial, Helvetica, Geneva, Sans-serif, sans-serif;
	margin-bottom: 4px;
}

.BreadCrumb, div.BreadCrumb, a.BreadCrumb, .BreadCrumb a:visited
{
	margin: 0px;
	font-family: Arial, Helvetica, Geneva, Sans-serif, sans-serif;
	font-size: x-small;
	color: #445E6B;
}

.BreadCrumb a:hover
{
	color:#FF0000
}

.MainBody, a.MainBody{
	font-family: Arial, Helvetica, Geneva, Sans-serif, sans-serif;
	font-size: .9em;
}

#NavigationBar a{
	display: block;
	background-image:url(../assets/images/Blank2.gif);
	/*font-size: -1px;*/
	text-decoration: none;
	color: #FFFFFF;
	vertical-align:middle;
	text-indent: 5px;
}

#NavigationBar a:hover{
	background-image:url(../assets/images/Blank1.gif);
}


#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#navigation li {
   /* margin: 2px; */
}
#navigation a {
	font-family: Arial, Helvetica, Geneva, Sans-serif, sans-serif;
	font-size: smaller;
	background: #445E6B;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-left: 10px solid #454647;
    width: 135px; /*Why this damn thing won't just auto adjust i don't know */
	text-indent: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #000000;
}
#navigation a:hover {
	background: #454647;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 10px solid #445E6B;
	font-weight: bold;
}
.Emphasize {
	font-style: oblique;
	font-weight: bold;
}
