	body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #0e2747;
 }
	H1{
	font-size : 18pt;
	display : inline;
	color: #0e2747;
	text-align: left;
}
	H2{
	color: #0e2747;
	margin-top: 0px;
	text-align: left;
}
	H3{
	color: #0e2747;
	padding-top: 2px;
	text-align: left;
}
	H4{
	color: #0e2747;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-left: 15px;
	text-align: left;
}
	P{
	margin-bottom: 0px;
	color: #000;
	font-size: 1em;
	/*padding-left: 15px;*/
	margin-top: 0px;
	text-align: left;
}	
	
table { border:hidden;
}

iframe {
	text-align: center;
	background-color: #D6D6D6;
	height: 400px;
	width: 99%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0;
}

	li {
	line-height: 120%;
	list-style-type: square;
	margin-top: 0px;
}

    a:link {
	color : #123658;
	text-decoration: none;
}
#botNav a {
	font-size: .85em;
}
#botNav {
}
    a:visited {
	color : #800080;
	text-decoration: none;
}
    a:active {
	color : #800080;
	text-align: center;
}

    img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}
    
.formfields  { font-family: arial; color: #000000; font-size: 9pt; width: 100;
               border: 1px solid #000000; padding-left: 2px; padding-right:
               2px; background-color: #FFFFFF;
               background-image: url('images/formgrad.jpg'); background-position:top; background-repeat:no-repeat; }
    }
.bottomText {
	font-size: .75em;
	color: #CCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#Table_01 {
	width: 750px;
	background-image: url(images/gradiant.jpg);
	border-right: #000000 2px solid;
	border-top: #000000 2px solid;
	border-left: #000000 2px solid;
	border-bottom: #000000 2px solid;
	margin 0px auto 0px auto;
}

.centered {
	text-align: center;
}
.imgRight {
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding-left: 10px;
	padding-right: 5px;
	text-align: right;
	float: right;
	clear: left;
}
.whiteBG {
	color: #000000;
	background-color: #FFFFFF;
}

.imgLeft {
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding-left: 5px;
	padding-right: 10px;
	text-align: right;
	float: left;
}
.smallText {
	font-size: 0.9em;
}
#HIT {
	font-size: .8em;
	color: #CCC;
	text-align: center;
}
#HIT p {
	color: #CCC;
	font-size: .8em;
}
#HIT a {
	color: #CCC;
}
.bottomText a {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	margin: 0 auto 0 auto;
}
#lightbox-container-image {
	padding: 15px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 40%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
	background-image: url(images/lightbox/lightbox-btn-next.gif);
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/* jQuery lightBox plugin - Gallery style */

.lbGallery {
	margin: 0px;
	}
	.lbGallery ul {
	list-style: none;
	margin: 0px auto;
}
	.lbGallery ul li {
	display: inline;
	list-style-type: none;
}
	.lbGallery ul img {
	padding: 5px;
	}
	.lbGallery ul a:hover img {
	color: #C1C1C1;
	word-spacing: normal;
	letter-spacing: normal;
	background-color: #FBFBFD;
	}
	.lbGallery ul a:hover {
	color: #EBEBEB;
	letter-spacing: normal;
	height: 133px;
	width: 175px;
}
	
#gallery1 {
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#gallery1 p {
	text-align: left;
	padding-left: 15px;
}
#list_L {
	width: 56%;
	float: left;
	margin-top: 0px;
	text-align: left;
}
#list_R {
	width: 44%;
	float: right;
	margin-top: 0px;
	text-align: left;
}
.blueText {
	color: #123658;
	padding-left: 15px;
}
ul {
	margin-top: 0px;
	padding-top: 5px;
}
