html {
    height: 100%;
    margin-bottom: 1px;
    background: rgb(255,255,255); \
}


body {
 background: transparent url(/images/bg-main.jpg) repeat-x;
 margin: 0px 0px 0px 0px !important; 
}




/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 13px arial, verdana, sans-serif; /* set font as desired */
border-bottom: 1px solid #0D66B6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 6px 10px; /* THIRD number must change with respect to padding-top (X) below */
margin-bottom: 0px;
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 , body#tab5 li.tab5 , body#tab6 li.tab6 , body#tab7 li.tab7 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #0D66B6; /* set selected tab link color as desired */
border: 1px solid #0D66B6; 
border-bottom: none; 
position: relative;
top: 1px;
padding-top: 7px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 6px 20px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: none; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background: transparent; /* set unselected tab background color as desired */
color: #0D66B6; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #0D66B6; /* set desired hover color */
color: #fff; /* set desired hover color */
}

/* end css tabs */



#ft {
color: #ccc;
margin-bottom: -70px;
 background-color: #000;
}

#ft a {
color: #ccc;
text-decoration: none;
}

#ft a:hover {
color: #ccc;
text-decoration: underline;
}

#ft table {
border: #fff;
width: 100%;
}

#footout {
 text-align: center;
 background-color: #000;
 color: #fff;
 height: 90px;
}
 
#tweet-holder ul {
margin-left:0em;
}

	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		/*background-color: #444;*/
		padding: 0px;
		/*border: 3px solid #0762B1;*/
	}
	#gallery ul { list-style: none; margin-left: 0em; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 0px solid #0D66B6;
		border-width: 0px 0px 0px;
margin-top:2px;
margin-bottom:3px;
	}
	#gallery ul a:hover img {
		border: 0px solid #76BAF7;
		border-width: 0px 0px 0px;
		color: #fff;
margin-top:2px;
margin-bottom:3px;
	}
	#gallery ul a:hover { color: #76BAF7; }

#bd {
min-height:600px;
background-color: #fff;
font: 14px Georgia,"Times New Roman",Serif; 
color: #222;
}

#bd td {
border: 0px;
}

.yui-b {
margin-left: 10px;
}

strong {
text-transform: uppercase; /* force text to uppercase */
}

h1, h2, h3, h4, h5 {
font-family: Arial, Helvetica;
}

a, a:hover, a:visited {
color: #0D66B6;
text-decoration: none;
}

a:hover {
color: #0D66B6;
text-decoration: underline;
}


body div div div div h2 {
 font-size: 26px;
 line-height: 10px;
}
body div div div div  p {
 font-size: 16px;
}
body div div div div table {
 font-size: 16px;
}






