#content P.redbox
{
	font-size: 25px;
}
#content P.bluebox
{
	font-size: 25px;
}
.redbox
{
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	clear: both;
	margin-bottom: 5px;
}
.bluebox
{
	background-color: #1F5BA7;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	line-height: 40px;
	clear: both;
	margin-bottom: 5px;
	/*[disabled]background-color:#194ABD;*/
}
.rainbowbox
{
	background: #006799 url(/assets/images/allpages/kidsrainbowanim.gif) repeat-y;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	line-height: 40px;
	clear: both;
	margin-bottom: 5px;
}
.floatright
{
	border: 0;
	float: right;
	margin-left: 5px;
}
.floatleft
{
	border: 0;
	float: left;
	margin-right: 5px;
}
.typography
{
	font-size: 12px;
}
.typography P
{
	margin-bottom: 1.2em;
}
.typography A
{
	text-decoration: none;
	color: #343AC7;
}
.typography A:hover
{
	text-decoration: none;
	color: #6CC7DC;
}
.rainbowbox A
{
	color: #FFFFFF;
}
.typography #menu UL
{
	height: 75px;
	overflow: hidden;
}
.typography #menu LI A
{
	padding: 0 11px;
	display: block;
	color: #FFFFFF;
	margin-right: 2px;
	font-size: 14px;
}
.typography #menu LI A.current, .typography #menu LI A.section
{
	padding: 0 15px;
	display: block;
	color: #6BFE71;
	margin-right: 2px;
}
.typography #menu LI A:hover
{
	background: url(../images/bg-menu-hover-a.png) no-repeat center center;
}
.typography #footer-valid, .typography #footer-valid #bitstream
{
	color: #DFDFDF;
	text-decoration: none;
	font-size: 12px;
}
.typography #sidebar LI A
{
	font-size: 13px;
	font-weight: bold;
}
.typography #footer-valid A
{
	color: #DFDFDF;
	text-decoration: none;
	font-size: 12px;
}
.typography #footer-valid A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.typography H1
{
	font-size: 30px;
	font-weight: normal;
	cursor: default;
	position: relative;
	letter-spacing: 1px;
	color: #666666;
	font-style: italic;
	margin-bottom: 20px;
}
.typography H2
{
	font-size: 25px;
	font-weight: normal;
	cursor: default;
	position: relative;
	letter-spacing: 1px;
	color: #666666;
	font-style: italic;
	margin-bottom: 15px;
}
.typography H3
{
	font-size: 20px;
	font-weight: normal;
	cursor: default;
	position: relative;
	letter-spacing: 1px;
	color: #666666;
	font-style: italic;
	margin-bottom: 5px;
}
.typography #Sidebar H3
{
	font-size: 16px;
	font-weight: normal;
	cursor: default;
	color: #FFFFFF;
	font-style: normal;
	margin-bottom: 5px;
	letter-spacing: 0px;
}
.typography H4
{
	font-size: 16px;
	font-weight: normal;
	cursor: default;
	position: relative;
	letter-spacing: 1px;
	color: #666666;
	font-style: italic;
	margin-bottom: 5px;
}
.typography #Sidebar H4
{
	font-size: 16px;
	font-weight: normal;
	cursor: default;
	position: relative;
	letter-spacing: 1px;
	color: #AAAAAA;
	font-style: italic;
	margin-bottom: 5px;
}
.typography H5
{
	font-size: 14px;
	font-weight: normal;
	cursor: default;
	position: relative;
	letter-spacing: 1px;
	color: #666666;
	font-style: italic;
	margin-bottom: 5px;
}
.typography A.feed-button
{
	display: block;
	width: 100px;
	height: 25px;
	background: url(../images/button-feed.png) no-repeat 0 0;
	text-decoration: none;
}
.typography A:hover.feed-button
{
	background-position: 0 -25px;
}
