/* Cascade FIAM style */
a {
	font-size: 100%;
	color: Yellow;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
a:active {
	text-decoration: none;
}

.form{
	font-size: 12px;
	border: 1px solid #505050;
	background-color: #F0F0F0;
	color: Blue;
}
.form_td{ padding: 5px;
}
.alert{ font-size: 11px;
font-weight : bold ;
border: 1px solid #FF0000;

}

.desc {
	font: italic 50%;
}

.toprighttext {
	font-family: "Comic Sans MS";
	font-size: 100%;
	font-weight: light;
	background: White;
	margin-top: 0px;
	float: right;
	text-align: right;
	font-size: 90%;
	color: Navy;
	height: 75px;
	width: 99%;
}
#toprighttext a {
	color: Navy;
}

#bottominfo {
	position: static;
	left:50px;
	vertical-align: bottom;
	text-align: center;
	font-style: normal;
	border: thick;
	border-color:   Aqua;
}
#so {
	position: static;
	font-family: Comic Sans MS;
	font-size: 80%;
	color: White;
	font-style: italic;
	text-align: center;
	width: auto;
}		

#container {
	position: absolute;
	top: 150px;
	left: 250px;
	width: 75%;
}

.logof {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75px;
	width: 75px;
	z-index: 3;
	outline-color: White;
}

.logoi {
	position: absolute;
   top: 0px;
  	left: 75px;
  	height: 75px;
  	width: 75px;
  	z-index: 3
}

.logoa {
	position: absolute;
	top: 0px;
	left: 150px;
  	height: 75px;
  	width: 75px;
  	z-index: 3;
}

.logom {
	position: absolute;
	top: 0px;
	left: 225px;
	height: 75px;
	width: 85px;
	z-index: 3;
}

.topspacer {
	font-family: "Comic Sans MS";
	font-size: 100%;
	font-weight: light;
	color: Navy;
	position: absolute;
	top: 75px;
	left: 0px;
	width: 100%;
	background-color: White;
}

.topspacerblue {
	font-family: "Comic Sans MS";
	font-size: 100%;
	font-weight: light;
	text-align: right;
	color: Navy;
	position: absolute;
	top: 95px;
	left: 0px;
	width: 100%;
	background-color: #90BADE;
}


#navcontainer1
{
	width: 250px;
	border-right: 1px solid #000;
	padding: 0 0 1em;
	margin-bottom: 1em;
	font-family: "Comic Sans MS";
	background-color: #90bade;
	color: #333;
	position: absolute;
	top: 115px;
	left: 0px;
	font-size: medium;
}
#bottombox
{
	position: relative;
	width: 550px;
	top: 50px;
	font-size: medium;
	border: none;
}	


#navcontainer1 ul
{
	list-style: none;
	margin: 0 0 0;
	padding: 0;
	border: none;
}	

#navcontainer1 li
{
	border-bottom: 1px solid #90bade;
}

#navcontainer1 li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#navcontainer1 li a:hover
{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586D7;
color: #fff;
}
.news {
	font-family: "Comic Sans MS";
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2175BC;
	border: thick solid #90BADE;
	border-color: #90BADE;
}
.news a {
	font-size: 90%;
	color: #FFFFFF;
}
.news a:link {
	text-decoration: underline;
}
.news a:visited {
	text-decoration: none;
}
.news a:hover {
	text-decoration: none;
	color: #99BADE;
}
.news a:active {
	text-decoration: none;
}
.newsframe {
	font-family: "Comic Sans MS";
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #90BADE;
	border: thick solid #90BADE;
}
h3 {
	font-family: "Comic Sans MS";
	font-size: 120%;
	font-weight: bold;
	color: Yellow;
	text-align: center;
	line-height: 75%;
	line-height: 21px;
}
h4 {
	font-family: "Comic Sans MS";
	font-size: 50%;
	font-weight: light;
	color: Navy;
	background: White;
	margin-top: 0px;
}	
h5 {
	font-family: "Comic Sans MS";
	font-size: 100%;
	font-weight: bold;
	color: White;
}

		
body {
	font-family: "Comic Sans MS";
	font-size: 100%;
	color: #FFFFFF;
	background-color: #000099;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 100%;
}	