html, body {
  height: 100%;
}

li.f2jnag {
	display:none;
}

#container{
	padding-bottom: 60px;
    min-height: 100%;
}

* html #container {
  height: 100%;
}

.center
{
margin-left: auto;   
margin-right: auto;
width:65%;
}

.welcome
{
margin-left: auto;   
margin-right: auto;
width:94%;
}

h2 {
  color: #FFEEBB;
  background-color: #9F0000;
  margin-top:-1px;
}

h3 {
  color: #9F0000;
  font-size: 1.5em;
}
table  {
text-align:center;
margin-left:auto;
margin-right:auto;
}

body {
	font-family: arial, sans-serif;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}

body ul {
 margin-left:0; 
 padding-left:0;
}

a:link {
color:#006699; /*blue*/
text-decoration:none;
}

a:hover {
color: #878787; /*gray*/
text-decoration: none;
font-weight: bold;
}

a:visited {
color: #9F0000;/*red*/
text-decoration: none;
}


h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
#ads img {
	display:block;
	padding-top:10px;
}

#slideshowoverlayr {
color:rgba(255,238,187,1); 
background:rgba(159,0,0,0.6);
font-size: 1.5em;
margin-left: auto;   
margin-right: auto;
width:68%;
text-align: center;
}

#slideshowoverlayg {
color:#19643B;
background: #000000;
font-size: 1.5em;
margin-left: auto;   
margin-right: auto;
width:68%;
text-align: center;
}

#slideshowoverlayb {
color:#1EA8CF;
background: #000000;
font-size: 1.5em;
margin-left: auto;   
margin-right: auto;
width:68%;
text-align: center;
}

div.img
  {
  margin:2px;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:block;
  margin:3px;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	border-bottom:1px solid #FFF;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

#slideshow{
position:absolute;
left:0px;
top:0px;
z-index:-1;
}
#welcome {
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	padding: 0 0 60px;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	text-align:center;
	}
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;             /* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#fff;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#fff;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
	
#footer-wrap{
	position:fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

#footer-container{
	margin: -40px 0 0;
	height: 60px;
	background-color: #026475;
	background-image: none;
	text-align: center;
	position: relative;
}

#footer-containerr{
	margin: -40px 0 0;
	height: 60px;
	background-color: #9F0000;
	background-image: none;
	text-align: center;
	position: relative;
}

#footer-containerg{
	height: 60px;
	background-color: #70DAA0;
	background-image: none;
}
#footer-containerb{
	height: 60px;
	background-color: #026475;
	background-image: none;
}

#footer-containergb{
	height: 60px;
	background-color: #889BB1;
	background-image: none;
}

#footer {
   color:#EFE8D4;
   width: 100%;
   position: relative;
   border-color:#FFFFFF;
   border-top-style:solid;
   border-right-style:none;
   border-bottom-style:none;
   border-left-style:none;
}


#footer a:link {
color: #006699;
text-decoration: none;
font-weight: bold
}

#footer a:visited {
color: #878787;
text-decoration: none;
font-weight: bold
}

#footer li :link {
color: #006699;
text-decoration: none;
font-weight: bold
}



/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}		
