.xsmall {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;

}
.small {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;

}
.medium {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}
.large {
	font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}
.sectioninstruction {
	font-size: small;
	font-weight: bold;
	color: #009900;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.headlinedate {
	font-size: x-small;
	width: 110px;
	white-space: nowrap;
}
.mediabackground {
	background-color: #FFFFFF;
	padding: 10px;
	border: medium solid #99CCFF;
	margin: 0px;
}
.recordnav{
	font-size: small;
	text-align: center;
}


div.float
{
	float: left;
	width: 196px;
	height: 180px;
	padding: 2px;
	text-align: center;
	border: none;
}
div.float p
{
	width: 145px;
	text-align: center;
}
div.container
{	
}
div.spacer
{
	clear:both;
}
.highlightimage img
{
	border: none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.highlightimage:hover img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}



.Cbackground {
	background-color: #C6E2FF;
	border: medium solid #6FB7FF;
	padding: 10px;
	margin: 0px;
}
.Cbackground2 {
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0px;
}
.Gbackground {
    background-color: #C6E2FF;
	border: medium solid #6FB7FF;
	padding: 10px;
	margin: 0px;
}
.Gbackground2 {
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0px;
}
.kidszone {
	font-size: medium;
	background-color: #99CCFF;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: normal;
}


/* For the Governors' Zone */

#gov_box {
position: relative; 
top: 0;/* Use margin-top to push the gov_box down*/ 
left: 0; 
margin: 23px auto 0; 
height: 360px; 
width: 380px;
clear: both;
}
#gov_login p a{position: relative; top :0; left: 0; margin: 0; padding: 0;}
.govstext {
font-size: small;
font-weight: bold;
padding-top: 85px;
text-align: center;
}

#cplogin {position: relative; top: 330px;}

div#profiles a, div#govcalendar a, div#forum a, div#meetings a, div#docs a, div#weblinks a {
position: absolute;
width: 100px;
height: 140px;
display: block;
}
div#profiles a, div#govcalendar a, div#forum a{top: 0px;}
div#meetings a, div#docs a, div#weblinks a {top: 150px;}

div#profiles a {left: 10px; background: url(../images/govs_zone/profiles.gif) no-repeat;}
div#govcalendar a {left: 150px; background: url(../images/govs_zone/calendar.gif) no-repeat;}		
div#forum a {left: 290px; background: url(../images/govs_zone/forum.gif) no-repeat;}
div#meetings a {left: 10px; background: url(../images/govs_zone/meetings.gif) no-repeat;}
div#docs a {left: 150px; background: url(../images/govs_zone/docs.gif) no-repeat;}
div#weblinks a {left: 290px; background: url(../images/govs_zone/links.gif) no-repeat;}

div#profiles a:hover , 
div#govcalendar a:hover , 
div#forum a:hover , 
div#meetings a:hover , 
div#docs a:hover , 
div#weblinks a:hover  {
background-position: -100px 0;
}

