@charset "utf-8";
.italics {font-style: italic}

.yellow {
	color: #FFFF00;
	font-weight: bold;
}
.small {font-size: small}


/* CSS Document */

.bboardblue{
	background-color: #DDE1FF;
	color: #000000;
	padding:5px 10px;
	border:#D78F1D medium ridge;
	margin:10px auto;
	
} /* makes a nice bulletin board effect, especially with gold text*/

.bboardburg{
	background-color:#680032;
	color: #CCCCCC;
	padding:5px 10px;
	border:#D78F1D medium ridge;
	margin:10px auto;
} /* makes a nice bulletin board effect, especially with gold text*/

.bboardteal{
	background-color:#006666;
	color: #FFFFFF;
	padding:5px 10px;
	border:#D78F1D medium ridge;
	margin:10px auto;
} /* makes a nice bulletin board effect, especially with gold text*/

/* use the following for consistent background colors */

.bkgrndgold {background-color:#D78F1D;}

.bkgrndblack{background-color:#000000;}

.bkgrndblue{background-color:#0C4CAB;}

.bkgrndburgandy{background-color:#680032;}

.bkgrndteal{background-color:#006666;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.floatrightstack
{
float: right;
margin: 0 0 10px 10px;
clear: right;
}

.floatleftstack
{
float: left;
margin: 0 10px 10px 0px;
clear: left;
border:#333333 thin solid;
}

.ppad5px {
	padding-top:5px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.gold {
	color: #D78F1D;
}

.gray {
	color:#CCCCCC;
}

.graylink{
	color:#FFF;
}

.graylink a:link{
	color: #FFFFFF;
	font:small;
}
.graylink a:visited{
	color: #FFFFFF;
}
.graylink a:hover{
	color: #FFFF33;
}

.linksdiv {
	text-align:left;
	padding:0 5px 0 5px;
	border:#68003D thin solid;
	margin-bottom:10px;
	background-color:#EEEEEE;
}

.linksdiv img {
	border:#000000 thin solid;
}




.meanethbehavior {
	cursor:pointer;
	background-color: #E60000;
	color:#FFFFFF;
	margin-bottom:5px;
	position: relative;
	text-align:center;
}

.meaneth {
	cursor:pointer;
	background-color: #E60000;
	border: #000000 thin solid;
	color:#FFFFFF
	margin-bottom:5px;
	position: relative;
	text-align:center;
}

.meanethappear {
	align:left; 
	height:75px; 
	width:730px; 
	background-color: #EAEAEA; 
	color:#333333; 
	border-left:#000000 thin solid; 
	border-top:#000000 thin solid; o
	erflow:scroll;
	position:absolute; 
	left: 0px; 
	top: -75px; 
	visibility:hidden;
}

.navbar{}

.navbar a:link{
	color:#CCCCCC; 
	font:small;
	font-weight:bold;
}
.navbar a:visited{
	color: #D78F1D;
	font-weight:bold;
}
.navbar a:hover{
	color:#FFFF00;
	font-weight:bold;
}

.padding-0-10-0-10 {
	padding:0 10px 0 10px;
}

.question {
	cursor:pointer;
	color:#68003D;
	font-weight:bold;
	font-size:small;
	padding:3px;
	border-bottom: thin #666666 solid;
	border-left: thin #666666 solid;
	border-right: thin #666666 solid;
	background-color:#DDE1FF; 
}


.whitelink{}

.whitelink a:link{
	color:#FFFFFF;
	font:small;
	font-weight:bold;
	font-variant:small-caps;
}
.whitelink a:visited{
	color: #D78F1D;
	font-weight:bold;
	font-variant:small-caps;
}
.whitelink a:hover{
	color:#FFFF00;
	font-weight:bold;
	font-variant:small-caps;
}

.whitebold {
	color:#FFFFFF;
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

h1 {
	color: #68003D;
	font-size: 135%;
	font-weight: bold;
}

h2 {
	color: #68003D;
	font-size: 120%;
}

h3 {
	color: #68003D;
	font-size: 105%;
	margin:0;
}

h4 {
	color: #68003D;
	font-size: 90%;
}

h5 {
	color: #68003D;
	font-size: 85%;
}


/* the following classes are unique to the FBTCtwoCol layout*/

.sidebar1 p{
	font-size:95%;
}

.sidebar1center{
	font-size:95%;
	text-align:left !important;
}


/* message tables designate series*/


.msgseries {
	font-weight: bold;
	color: #FF0000;
}

.xrefxsmall {font-size: x-small}
.xrefsmall {font-size: small}
.white {color: #FFFFFF}

/* 2010 message list */

.tealandwhite{
	background-color:#006666;
	color: #FFFFFF;	
}

.tealandwhiteboldcenter{
	background-color:#006666;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;	
}

.molinks{
	background-color:#006666;
	color: #FFFFFF;
	text-align:center;	
}

.molinks a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.molinks a:hover {
	color: #FFFFCC;
	text-decoration:none;
}

.totop{
	background-color:#0C4CAB;
	color: #FFFFFF;
	text-align:right;		
}

.totop a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
	padding-right:5px;
}

.totop a:hover {
	color: #FFFFCC;
	text-decoration:none;
	font-weight:bold;
}
