/* CSS Document */

 

body, p, td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;  line-height: normal;}

.smalltext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333;  line-height: 16px;}

ul {list-style-type:square;}

h2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #006699;  line-height: 19px; font-weight:bold; padding-top: 5px;}
h1 {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 18px; color: #006699; line-height: normal; font-weight:bold; padding-top: 5px;}


.insidenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0055a4;
	text-decoration: none;
	padding: 3px;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #FFF;
}

.insidenav A:hover {
	color: #FFFFFF;
	background-color: #0055a4;
}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	font-weight: bolder;
	font-variant: small-caps;
}

.footer A:hover {
	color: #0055a4;
	background-color: #ddd;
}
.box { 
  background: #CFEFFF; 
}
.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 10px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 10px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 5px 0px 5px;
}

/*Top CSS Menu */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 10px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

<!--[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<![endif]-->