body {
	background-image:url(images/fscu_bg.jpg);
	background-color:#ffffff;
	background-repeat: repeat-x;
  font-family: verdana;
  font-size: 11px;
}

a:link {color: #0D849A; text-decoration:underline;}
a:visited {color: #0D849A; text-decoration:underline;}
a:active {color: #0D849A;text-decoration:underline;}


.fscucontainer{
width: 900px;
display:block;
position: relative;
margin-right:auto;
margin-left:auto;
border-width: 1px;
border-color: #000000;
border-style: solid;
}

.fscuheader{
text-align: left;
background-image: url(images/fscu_header.jpg);
width: 900px;
height: 80px;
color: #ffffff;
}

.fscumenu{
text-align: left;
font-size: 12px;
display: block;
float:none;
background-image: url(images/menu_inactive.png);
background-repeat:repeat-x;
width:900px;
overflow: hidden;

}

.fscumenu_active{

background-image: url(images/menu_active.png);
background-position:right center;
background-repeat:no-repeat;
display: block;
float:left;
overflow:hidden;
text-align:left;
height: 30px;
vertical-align: center; 

}

.navigation_buttons{
  font-size:11px;
  padding: 5px;
}

.fscumenu_active a:link{color: #ffffff; text-decoration:none;}
.fscumenu_active a:visited{color: #ffffff; text-decoration:none;}
.fscumenu_active a:active{color: #ffffff; text-decoration:none;}

.fscumenu_inactive a:link{color: #000000; text-decoration:none;}
.fscumenu_inactive a:visited{color: #000000; text-decoration:none;}
.fscumenu_inactive a:active{color: #000000; text-decoration:none;}

.fscumenu_inactive{
/*background-image: url(images/menu_inactive.png);
background-position:right center;
background-repeat:repeat-x;    */
border-right:1px solid #FFFFFF;
display: block;
float:left;
overflow:hidden;
text-align:left;
height: 30px;
}

.fscumenu_inactive a:link{color: #000000; text-decoration:none;}
.fscumenu_inactive a:visited{color: #00000; text-decoration:none;}
.fscumenu_inactive a:active{color: #000000; text-decoration:none;}

.fscuteaser{
background-color:#C0BFC3;
background-image: url(images/fscu_bg_teaser.jpg);
background-repeat:repeat-x;
min-height: 200px;
text-align: left;
float:none;
padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
}

.fscuteaser h1 {
  font-size:16px;
}
.fscucontent{
background-color:#ffffff;
min-height: 500px;
text-align: left;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
overflow: hidden;
float:none;
}

.fscucontent h1{
font-size: 18px;
}
.fscucontent h2{
font-size: 14px;
}


.fscufooter{
text-align: center;
}