/* CSS Document */

body,html {
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color:#EEECEB;
	scrollbar-highlight-color:#0D0E30;
	scrollbar-3d-light-color:#0D0E30;
	scrollbar-base-color:#EEECEB;
	scrollbar-dark-shadow-color:#0D0E30;
	scrollbar-shadow-color:#0D0E30;
	scrollbar-track-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	background-color: #ffffff;
	background-image: url(images/background.jpg);
	background-position: top;
	background-repeat: repeat;
	font-size: 11px;
	line-height: 1.4em;
	color:#000000;
	text-align: center;
	}


div#wrapper
 { position: relative;
width: 778px;
text-align: left;
margin: 0 auto;
}


a {
	color: #1B3461;
	text-decoration: underline;
}

a:hover {
	color: #999999;
}

.righttext { width: 308px;
	background-color: #ffffff;}

.righttext .text { padding: 1px 40px 2px 40px;
	text-align: justify;
	font-weight: normal;
	color: #333333;}


.heading{
	font-size: 14px;
	text-align: center;
	font-weight:  bold;
	color:  #1B3461;
}
h2 { color: #333333;
	font-size: 1.75em;
	text-align: center;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
	line-height: 1em;}
	
		
/* flyout buttons */

div.flyoutbuttons {
	padding: 5px 5px 5px 5px;	
	background-color: #FFF9C9;
	background-image: url(images/flyout_background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #8C8F88;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.10em;
	text-align: center;
	}

	
a.smlinkfo {
	color: #000000;
	text-decoration:none;
	font-style:italic;
	display: block;
	}
	
a.smlinkfo:hover {color: #515094;
}
