html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #0099FF;
}
a:hover {
	color: #333333;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #000;
	font: 12px arial, sans-serif;
	line-height:130%;
	color: #333333;
	padding: 20px 5px;
	text-align: center;
}



/************************** wrappers **********************************/


#wrapperTop {
	text-align: left;
	width: 1000px;
	margin:auto;
	background: url(images/mainBG3.gif) repeat-y;
}

#wrapper {
	text-align: left;
	width: 1000px;
	margin:auto;
	background: url(images/mainBG3noLogo.gif) repeat-y;
}

#body {
	position: relative;
}
#body-top {
	background: top left url(images/bar.gif) no-repeat;
}
#body-bot {
	background: bottom left url(images/bar.gif) no-repeat;
}



/************************** Header **********************************/


h1 {
	padding: 17px 0px 0px 95px;
}
#person {
	float:right;
	padding: 17px 15px 0px 0px;
	right: 20px;
	display:inline;			
}
#about {
	float:left;
	margin: 20px 0px 0px 131px;
	width: 256px;
	height: 320px;
	overflow: auto;
	text-align: justify;
	display:inline;
}
.first-letter {
	font-weight: bold;
	font-size: 14px;
	color: white;
}


/************************** Navigation **********************************/


#header ul {
	margin: 0px 17px 15px 110px;
	border: 1px solid #FF0000;
	padding: 5px;
	display:inline;
	float: left;
	width:790px;
}
#header li {
	display:inline;
	padding: 10px;
}
#header ul a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
	text-transform: uppercase;
}
#header ul a:hover{
	color: #CCCCCC;
}


#headerRight {
	float: right;
	width: 380px;
}



#headerRight h2 {
	margin-bottom: 16px;
	font-size:13px;
	text-decoration:underline;
	
	}
#headerRight p {
	margin: 0px;
	margin-bottom: 3px;
}

#headerRight_old {
	float: right;
	width: 330px;
}


#headerRight_old h2 {
	margin-bottom: 16px;
	font-size:13px;
	text-decoration:underline;
	
	}
#headerRight_old p {
	margin: 0px;
	margin-bottom: 3px;
}





#headerLeft {
	position: absolute;
	float: left;
	width: 370px;
	margin-left:80px;
}


#headerLeft h2 {
	margin-bottom: 16px;
	font-size:13px;
	text-decoration:underline;
	
	}
	
#headerLeft p {
	margin: 0px;
	margin-bottom: 3px;
}








/************************** Tray **********************************/



#tray {
	padding-left: 130px;
	padding-right: 45px;
}
#tray-left {
	float: left;
	width: 400px;
}
#tray-right {
	float: right;
	width: 400px;
}
#tray-left .left {
	margin-right: 12px;
}

#tray h3 {
	/*margin-bottom: 16px;*/
	font-size:16px;
	text-decoration:underline;
	
	}

#tray h2 {
	margin-bottom: 16px;
	font-size:14px;
	text-decoration:underline;
	
	}
#tray p {
	margin: 0px;
	margin-bottom: 3px;
}
#tray-left .more {
	padding-right: 12px;
}


/************************** page design 2 **********************************/


#tray-content {
	float: left;
	width: 570px;
}


#tray-rightMenu {
	float: right;
	width: 240px;
    border-left:#339900 solid 1px; 
	margin:0px; 
	padding:5px		
}
#tray-content .left {
	margin-right: 12px;
}



/************************** Footer **********************************/
#footer {
	text-align: center;
	color: #666666;
	margin-left: 80px;
	margin-right: 14px;
}
#footer-right {
	padding-top: 10px;
	padding-bottom: 10px;	
}


/**********************for new mailform*************************************/

			table.mailform {
				margin: 0px auto 0px auto;
			}
			table.mailform td p {
				font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
				font-size: 9px;
				color: #0B479F;
				display: block;
				margin: 0px;
			}
			table.mailform td span {
				font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
				font-size: 11px;
				color: #FF0000;
			}
			
/**********************end of mailform************************************************/




/* global link for header  */

#globalNav{
position: relative;
width: 92%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 80px;
background-image:  url("images/glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}


#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position:absolute;
	top: 9px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	padding-left:20px;
	margin: 0px;
	left: 70px;
	z-index: 100;
	text-align:center;
}

a.glink, a.glink:visited{
  	font-size: 12px;
	letter-spacing:0px; 
  	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 2px 10px;
	border-right: 1px solid #8FB8BC;
}


a.glink:hover{
  	background-image:  url("images/glblnav_selected.gif");
	text-decoration: none;
}


a.glinkSub, a.glinkSub:visited{
  	font-size: 10px;
	letter-spacing:0px; 
  	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 2px 2px 2px 5px;
}


a.glinkSub:hover{
  	background-image:  url("images/glblnav_selected.gif");
	text-decoration: none;
}





.skipLinks {display: none;}




TR.header {
 /*  background: #ffffff; */
}

TR.headerNavigation {
 /*  background: #e4e4e4; */
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #e4e4e4;
  background-image: url(images/headernavigation.gif);
  color: #000000;
  font-weight: normal;
}

A.headerNavigation { 
  color: #666666;
  font-size:12px;
  font-weight:bold;
  
}

A.headerNavigation:hover {
  color: #333333;
  font-size:11px;
}


/* end of global link */ 


/*Example CSS for the two demo tickers */

#domticker{
width: 500px;
/* height: 30px; */
border: 1px ridge #666666;
padding: 5px;
background-color: #;
margin-left:0px;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #;
}

#domticker a{
font-weight: 100;
}

#domticker2{
width: 350px;
height: 1.2em;
border: 1px solid black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}


#tickerWrapper {
width: 700px; 
margin-left:80px;
border:#000000 solid 0px;

}

/*end of the Example CSS for the two demo tickers */


