/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font: 12px arial, helvetica, sans-serif;
	color:#61527D;
	background-color:#CCCCCC;
}

p a {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font: 12px arial, helvetica, sans-serif;
	color:#61527D;
	background-color:#CCCCCC;
}


img {border:0px;}

#wrapper {
  position:relative;
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 770px;
  border: 1px solid #666666;
  background: #FFFFFF url(images/background.jpg) 100% 0 repeat-y;
  }
 

#header{
width:770px;
height:189px;
overflow:hidden;
background: #FFFFFF url(images/header.jpg) 0 0 no-repeat;
position: relative;
}
.homelink {
position: absolute;
top: 0;
left: 0;
width: 200px;
height: 120px;
/*background: url(images/homelink.jpg) top left no-repeat;*/
background: url(images/homelinkicon.jpg) top left no-repeat;
text-decoration: none; color: #1882B5; font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
padding-top: 3px; padding-left: 11px;
}
#menu{
position:absolute;
top:35px;
right:3px;
}
#menuholder {
width:600px;
height:189px;
position: absolute;
top: 0;
right: 0;
}
#menuholderin {
width:600px;
height:188px;
position: relative;
}

.menusub{
position:absolute;
bottom:0px;
right:0px;
width:405px;
text-align:center;
background-color:#BABBE9;
color:#3D3566;
font-weight:bold;
font-size:14px;
text-decoration:none;
padding:4px;
}

.menusub a{
color:#3D3566;
font-weight:bold;
font-size:14px;
text-decoration:none;
padding:4px;
}

#content{
margin-top:20px;
width:550px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.4;
padding: 0 0 0 75px;
color:#61527D;

}

#content h1{
margin: 20px 0 10px 0;
font-size:32px;
text-indent:-20px;
}

#content p{
width:440px;
}

#content p a {
color:#61527D;
background-color:#FFFFFF;
}

#content h2 {
color: #016FAC;
width:440px;
}

#content ul{margin: 0; padding: 0; width: 388px;}
#content ul li {margin: 7px 0 7px 22px;}

.fl {
float: left;
margin: 4px 8px 8px 0;
border: 2px solid #61527B;
display: inline;
padding: 2px;
}
.fr {
float: right;
margin: 4px 0 8px 8px;
border: 2px solid #61507A;
display: inline;
padding: 2px;
}
#footnav {
border-top: 2px dotted #61507A;
text-align: center;
background: #fff;
padding: 10px;
}
#footnav a {
color: #61507A;
font-size: 9px;
text-decoration: underline;
padding: 6px;
}
#footnav a:hover {
color: #C7C6EE;
}

.staff {
	color:#61527D;
	font-size:14px;
	font-weight: bold;

}