.horizmenu {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #e3f1f3;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.internalmenu {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #505b04;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.internalmenu  A{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #505b04;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


.pagetitle {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 18px;
	font-weight: bold;
}

H1 {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 18px;
	font-weight: bold;
	text-align : center;
}
H2 {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 16px;
	font-weight: bold;
	text-align : left;
}
H3 {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 16px;
	font-weight: bold;
}
H4 {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 14px;
	font-weight: bold;
}
H5 {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	font-weight: bold;
}

TD {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
}

P {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	line-height: 1.5em
}

li {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
}

li A {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}

/* news box on front page */
.newsbox {
 border: 1px solid lightblue;
 padding: 4px;
}
	
.newsbox a:link, .newsbox a:visited, .newsbox a:active, .newsbox a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #3B5998;
}
/* styles for Facebook like-box */

/* make the picture push the title on the right */
._s0 profilePic _rw img{
	padding: 3px;
}
a.actorPhoto lfloat{
	margin-bottom: 6px;
}
/* remove padding to story text in order for it to wrap around the picture */
.uiStreamStory .storyContent .storyInnerContent {
    margin-left: 0px;
}