@charset "utf-8";

/*used to force scroll bar and avoid page shift*/
html, body {
      height: 100%;
      margin: 0 0 1px;
      padding: 0;
}


body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/layout/stripes6.png); background-attachment:fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
		
}

#header {
	background-image:url(../images/layout/banner_blue_cloudscross209.png);
	width:750px;
	height:209px;
	margin: 0;	
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/*#navbarblue{
	background-color:#92b0cc;
	background-image:url(../images/layout/menubackground.png);
	background-repeat:no-repeat;
	padding:0;
	height:52px;
	margin-top:-.6px;
	padding-top:4px;
}*/

#footer{
	vertical-align: middle;
	text-align: center;
	color:#CCCCCC;
	background-color:#000000;
	font-size:small;
	padding:5px 10px 5px 10px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.italics {font-style: italic}
.link_blue {
	color: #0000CC;
	font-weight: normal;
}


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


/* CSS Document */

.bboardblue{
	background-color: #1D3263;
	color: #FFFFFF;
	padding:5px 10px;
	border:#D78F1D thick ridge;
	margin:10px;
	font-size:125%;
	
} /* makes a nice bulletin board effect, especially with gold text*/

.bboardblue a {color:#FFFFFF;}

.bboardburg{
	background-color:#68003D;
	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;
}

.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: #d3001c;
	font-size: 135%;
	font-weight: bold;
}

h2 {
	color: #1D3263;
	font-size: 120%;
}

h3 {
	color: #1D3263;
	font-size: 105%;
	margin:0;
}

h4 {
	color: #1D3263;
	font-size: 90%;
}

h5 {
	color: #1D3263;
	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:#1D3263;
	color: #FFFFFF;
	text-align:center;	
}



.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;
}

.padding-left2px {padding-left:2px;}

#molinks {
	background-color:#1D3263;
	color: #FFFFFF;
	text-align:center;	
}

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

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

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

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

