.topmenu{
	background-color: #410;
	height: 21px;
	width: 100%;
	padding: 2px 0px;
	margin: 0px;
	
}

.homeTitle{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-variant: small-caps;
	color: #410;
	
}

.homeCopy{
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 18px;
	
}

.footer{
	font-family: "Times New Roman", Times, serif;
	background-color:#410;
	color: #ccb;
	font-size: 12px;
	font-variant: small-caps;
	
}

.contentArea{
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	background-image:url(/images/contentBkg.gif);
	background-repeat:repeat-y;
	background-color:#FFF;
	
}

/* Menu styles */

.mnuTop{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-variant: small-caps;
	color: #ccc;
	height: 21px;
	
}

.mnuTopItem{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-variant: small-caps;
	color: #fff;
	background-color: #410;
	padding: 3px 20px;
	
}

.mnuTopItemActive{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-variant: small-caps;
	color: #fff;
	background-color: #410;
	padding: 3px 20px;
	
}

.mnuTopItemOver{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-variant: small-caps;
	color: #fff;
	background-color: #410;
	padding: 3px 20px;
	
}

/* sub menu */

.mnuSub{
	background-image: url(/images/menubkg.gif);
	background-repeat:repeat-x;
	background-color: #92776d;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 1px;
	padding-bottom: 10px;
	
}

.mnuSubItem{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-variant:small-caps;
	color: #000;
	padding: 2px 10px;
	
}

.mnuSubItemOver{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-variant:small-caps;
	color: #fff;
	padding: 2px 10px;
	
}

.mnuSubItemActive{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-variant:small-caps;
	color: #fff;
	padding: 2px 10px;
	
}

/* breadcrumb */

.breadcrumb{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding: 2px 0px;
	
}

.breadcrumbItem{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-decoration: none;
	
}

.breadcrumbOver{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #410;
	text-decoration: none;
	
}

/* team side nav */
.mnuTeam {
	width: 145px;
	padding-left: 33px;	
}

.mnuTeamItem{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #595959;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}

.mnuTeamItemActive{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}

.mnuTeamItemOver{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #410;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}






/* editor A styles */

a{
	text-decoration: none;
	font-weight: bold;
	color: #665;
	
}

a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #410;
	
}

/* global styles */

ul{
	list-style-type: square;
	
}

