@charset "utf-8";
/* CSS Document */

html, body, #wrapper {
    min-height: 100%; /*Sets the min height to the
                        height of the viewport.*/
    width: 100%;
    height: 100%; /*Effectively, this is min height
                    for IE5+/Win, since IE wrongly expands
                    an element to enclose its content.
                    This mis-behavior screws up modern  
                    browsers*/
    margin: 0;
    padding: 0;
    }
html>body #wrapper {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
    }
	
	
#wrapper {
    position: absolute;
    top: 0;
    left: 0;
    }
	
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body, #wrapper {
	background-color: #023188;
	background-image: url(../img/global/global_02.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
#main {
    height: auto;

    padding-bottom: 3em;   /*Keeps content above footer. Originally
                           used margin, but a bug in Opera7 seemed
                           to add spurious margin, pushing the
                           footer beyond the viewport even with
                           short content. */
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
	}
.style2 {color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style5 {color: #FFFFFF; font-weight: bold; }
.style8 {font-size: 16px
}
.footer {
	text-decoration:none;
	color:#FFFFFF;
	font-size:10px;
}
.bodytext {
	font-size: 12px;
	color:#FFFFFF;
}
.header {
 	font-weight: bold; 
	font-size: 14px;
	color:#FFFFFF;
}




.email {
	font-size: 12px;
	color: #666666;
}
.news {
	font-size: 12px;
	color:#FFFFFF;
}
.news a:link {
	color: #FF9900;
	text-decoration: none;
}
.news a:visited {
	text-decoration: none;
	color: #FF9900;
}
.news a:hover {
	text-decoration: underline;
	color: #FF9900;
}
.news a:active {
	text-decoration: none;
	color: #FF9900;
}
.searchbox {
	font-size: 10px;
	color:#000099;
}



ul{
margin:0px 0px 13px 30px;
}
li{
padding-bottom:5px;
}



p{
margin:0px 0px 13px 0px;
}

h1{
font-weight: bold; 
font-size: 14px;
color:#FFFFFF;
margin:0px 0px 10px 0px;
}

h2{
font-weight: bold; 
font-size: 14px;
color:#FFFFFF;
margin:15px 0px 10px 0px;
}
h3{
font-weight: bold; 
font-size: 14px;
color:#FFFFFF;
margin:15px 0px 0px 0px;
}

/*THUMBNAIL HOVERPOPUPS*/

.thumbnail  {
position: relative;
float: left;
padding: 5px;
/*z-index: 0;*/
}

.thumbnail:hover {
background-color: #e9e9e2;
/*z-index: 50;*/
color: #335500;
text-decoration: none;
}

.thumbnail span { /*CSS for enlarged image*/
position: absolute;
background-color: #e5e5e5;
padding: 5px;
/*left: -500px;*/
border: 1px solid #666;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
border-width: 0; 
/*padding: 2px;*/
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
visibility: visible; width: 300px;
top: 5px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 150px;/*position where enlarged image should offset horizontally */
}

/*THUMBNAIL2 - thumbnail2 has border and border on hover*/

.thumbnail2  {
position: relative;
float: left;
padding: 5px;
/*z-index: 0;*/
}

.thumbnail2:hover {
background-color: #e9e9e2;
/*z-index: 50;*/
color: #335500;
text-decoration: none;
}

.thumbnail2 span { /*CSS for enlarged image*/
position: absolute;
background-color: #e5e5e5;
padding: 5px;
/*left: -500px;*/
border: 1px solid #666;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img { /*CSS for enlarged image*/
border-width: 0; 
/*padding: 2px;*/
}

.thumbnail2:hover span { /*CSS for enlarged image on hover*/
visibility: visible; width: 300px;
top: 5px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 515px;/*position where enlarged image should offset horizontally */
}

/*end of hover popup links*/
