#dropmenudiv{
	margin-top: 4px;
	border-left:0px solid black;
	border-right:0px solid black;
	border-top:0px solid black;
	border-bottom: 0px solid black;
	position:absolute;
	line-height:18px;
	z-index:100;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px 0;
	color: #014971;
	text-decoration: none;
	background-color: #ebf6fa;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #cae4ef;
}

#partner {
	width: 320px;
	margin-bottom: 2px;
}

#partner .name {
	width: 300px;
	text-decoration: none;
	border-left: 4px solid #AD2C2C;
	border-bottom: 1px dotted #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
	color: #000000;
	padding-left: 8px;
	float: left;
	display: inline;
}

#partner .name:hover {
	width: 300px;
	text-decoration: none;
	border-left: 4px solid #B8D3A0;
	border-bottom: 1px dotted #B8D3A0;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
	padding-left: 8px;
	float: left;
	display: inline;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#base a{
	text-decoration: none;
	color: #000000;
}

#base a:hover{
	text-decoration: underline;
	color: #000000;
}

#copyright a{
	text-decoration: none;
	color: #818181;
}

#copyright a:hover{
	text-decoration: none;
	color: #000000;
}

h2{
	font-family: Arial;
	font-size: 23px;
	font-weight: normal;
	font-style: italic;
	line-height: 26px;
	color: #622020;
}

h3{
	font-family: Arial;
	font-size: 15px;
	margin: 0px;
}

.bodytextsmall{
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
}

.bodytext{
	font-family: Arial;
	font-size: 13px;
	line-height: 17px;
}

.highlight{
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
}

.highlightRed{
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
	color: #622020;
}

.bodytextRed{
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}

.bodytexttitle{
	font-family: Arial;
	font-size: 15px;
}

.hlightLink {
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	text-decoration: none;
	color: #622020;
}

.hlightLink:hover {
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #efefef;
	text-decoration: none;
	color: #000000;
}

.hlightQuote {
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #efefef;
	text-decoration: none;
	color: #000000;
}

.eventList {
	margin-left: 0px;
	list-style: none;
}

.eventList li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	margin-bottom: 4px;
}

.arrownavB{
	float: left;
	width: 200px;
	margin-bottom: 6px;
	margin-right: 10px;
	background: url(../images/arrow.b.gif) no-repeat;
	padding-left: 9px;
	line-height: 16px;
	font-size: 14px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;
}

.arrownavB a{
	color: #000000
}

.arrownavB:hover{
	background: url(../images/arrow.b.gif) no-repeat;
	padding-left: 9px;
	font-size: 10px;
	font-family: Arial;
	color: #1f5894;
	text-decoration: none;
}

.arrowlist{
	background-image:  url(../images/articlearrow.gif);
	background-repeat: no-repeat;
	list-style: none;
	margin-top: 2px;
	margin-left: 0px;
	display: table;
	color: #000000;
	padding-left: 16px;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	float:left;
	height: 16px;
	padding-bottom: 4px;
	width: 300px;
}

	.arrowlist a{
		color: #000000;
	}