/* Main 3coll Contiainers */
#body {
Background-color: #99f;
/* background: url("imgs/grad_bkgd.jpg");
background-repeat: repeat-y */
}

#container {
width: 90%;
margin: 10px auto; 
Background-color: #000;
background: url("imgs/grad_bkgd.jpg");
background-repeat: repeat-x
/* background-color: transparent; */
border: 0px;
}

#header {
float:left;
width:100%;
padding: .5em;
background: url("imgs/box00.png");
background-repeat: no-repeat;
background-position: center;
background-color: transparent;
}

#leftnav {
float: left;
width: 260px;
margin: 0;
padding: 1em;
background-color: transparent;
}

#rightnav {
float: right;
width: 140px;
margin: 0;
padding: 1em;
background-color: transparent;
}

#content
{
margin-left: 270px;
margin-right: 150px;
padding: 1em; /*
max-width: 36em; */
background-color: transparent;
}

#content_groups
{
margin-left: 270px;
margin-right: 200px;
padding: 1em; /*
max-width: 36em; */
background-color: transparent;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
background-color: transparent;
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #639;
font-size: 1.0em;
text-align: right;
padding: 0.3em 0;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
/* Main 3coll Containers */

/* Classes for Text Boxes*/

#text {
font-size: 1.0em;;
background-color: transparent;
position:relative;
top:5px;
left:10px;
}
/* Classes for Text Boxes*/

/* Classes for Text */

#dhn {
z-index: 0;
font-family: "times new roman", serif;
font-size: 30pt;
position: relative;
top: -40px;
left:280px;
color:#606;
background-color: transparent;
}

p {font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #639;
	/*font-size: 12px;*/
	text-align: justify;
	text-indent: 10pt;
	background-color: transparent;
}

p.note {
	color:#606;
	font-size: 10px;
	text-align: right;
	background-color: transparent;
	font-style: italic;
	}

p.warn {
	color:#F00;
	font-size: 12px;
	text-align: left;
	background-color: transparent;
	font-style: italic;
	}

p.notee {
	color:#606;
	font-size: 12px;
	text-align: right;
	color: #F00;
	background-color: transparent;
	font-style: italic;
	}
	
p.notice {
font-size: 16px;
font-style: italic;
text-align: center;
color: #F00;
background-color: transparent;
}

h2 {
font-size: 18px;
text-align: center;
color:#606;
}

h4 {
font-size: 12px;
text-align: left;
text-indent: 10pt;
color:#606;
}

h5 {
font-size: 10px;
text-align: center;
color:#606;
}

/* End Classes for Text */

/* Classes for Ordered List */
ol li p {	
	color:#606;
	font-size: 10px;
	text-align: right;
	background-color: transparent;
	font-style: italic;
}
/* End Classes for Ordered List */

/* Classes for Anchors */

a img {
border: none; 
} 

p a:link {
color: #039;
text-decoration: none;
background-color: transparent;
}
p a:visited {
color: #8080ff;
background-color: transparent;
}
p a:hover {
	text-decoration: underline;
	color: #F0DC82;
	Background-color: #66F
}
p.notice a:visited {
color: #336;
background-color: transparent;
}
p.notice a:hover {
	text-decoration: underline;
	color: #F0DC82;
	Background-color: #66F
}
p.notice a img {
border: none;
}

h4 a:link {
color: #039;
text-decoration: none;
background-color: transparent;
}
h4 a:visited {
color: #336;
background-color: transparent;
}
h4 a:hover {
	text-decoration: underline;
	color: #F0DC82;
	Background-color: #66F
}

footer a img {
border: none;
}
footer a:link {
color: #039;
text-decoration: none;
background-color: transparent;
}
footer a:visited {
color: #336;
background-color: transparent;
}
footer a:hover {
	text-decoration: underline;
	color: #F0DC82;
	Background-color: #66F
}

/* End Classes for Anchors */

/* Classes for Nav Menu */
#menu {
	position: relative;
	width: 240px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #639;
	font-size: 12px;
	text-align: left;
	text-indent: 10pt;
	padding: 0;
	background-color: transparent;
}
#menu UL
{
	font-weight: bold;
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin: 0px 5px 0 -11px;
}
#menu UL LI
{
	font: bold 12px sans-serif, verdana;
	letter-spacing: 0.05em;
	padding-bottom: 7px;
	color: #306;
	margin: 7px 0 0 4px;
	list-style: none;
	list-style-type: none;
	/*+placement:shift 7px -1px;*/
	position: relative;
	left: 7px;
	top: -1px;
}
#menu UL UL
{
	width: 240px;
	font-variant: normal;
	list-style-type: none;
	margin: 5px 0 0;
	padding: 10px 0 0;
	padding-bottom: 0.7em;
	text-align: left;
	background: transparent;
	border: 1px solid #99f;
}
#menu UL UL LI
{
	border: 0;
	font: bold 12px sans-serif, verdana;
	margin: 0;
	padding: 0.1em 0 0.1em 0.8em;
	margin-left: -1px;
	vertical-align: middle;
}
#menu UL UL LI A
{
	color: #039;
	text-decoration: none;
	font-weight: normal;
}
#menu UL UL LI  a:visited {
	text-decoration: none;
color: #336;
background-color: transparent;
}
#menu UL UL LI A:hover
{
	text-decoration: underline;
	color: #F0DC82;
	Background-color: #66F
}
#menu UL UL LI p
{
	font-size: 12px;
	color: #60C;
	text-decoration: none;
	font-weight: bold;
	Background-color: #CCC
}
/* End Classes for Nav Menu */

/* Classes for Exec List */
#exec {
	position: relative;
	width: 450px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #639;
	font-size: 12px;
	text-align: left;
	text-indent: 10px;
	padding: 0;
	background-color: transparent;
}
#exec UL
{
	font-weight: bold;
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin: 0px 5px 0 -5px;
}
#exec UL LI
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.01em;
	padding-bottom: 0px;
	color: #306;
	margin: 7px 0 0 2px;
	list-style: none;
	list-style-type: none;
	/*+placement:shift 7px -1px;*/
	position: relative;
	left: 7px;
	top: -1px;
}
#exec UL UL
{
	width: 500px;
	font-variant: normal;
	list-style-type: none;
	margin: 5px 0 0;
	padding: 5px 0 0;
	padding-bottom: 0.1em;
	text-align: left;
	background: transparent;
	border: 1px solid #99f;
}
#exec UL UL LI
{
	border: 0;
	font: bold 12px sans-serif, verdana;
	margin: 0;
	padding: 0.1em 0 0.1em 0.2em;
	margin-left: -1px;
	vertical-align: middle;
}
#exec UL UL LI A
{
	color: #039;
	text-decoration: none;
	font-weight: bold;
}
#exec UL UL LI  a:visited {
	text-decoration: none;
color: #336;
background-color: transparent;
}
#exec UL UL LI A:hover
{
	text-decoration: underline;
	color: #F0DC82;
	Background-color: #66F
}
#exec UL UL LI p
{
	font-size: 12px;
	color: #60C;
	text-decoration: none;
	font-weight: bold;
	Background-color: transparent
}
#exec UL UL LI p.note
{
	font-size: 12px;
	color: #60C;
	text-decoration: none;
	font-weight: normal;
	Background-color: transparent
}

/* End Classes for Exec Menu */

/* Classes for Link List */
#link {
	position: relative;
	width: 450px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #639;
	font-size: 12px;
	text-align: left;
	text-indent: 10px;
	padding: 0;
	background-color: transparent;
}
#link UL
{
	font-weight: bold;
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin: 0px 5px 0 -5px;
}
#link UL LI
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.01em;
	padding-bottom: 0px;
	color: #306;
	margin: 7px 0 0 2px;
	list-style: none;
	list-style-type: none;
	/*+placement:shift 7px -1px;*/
	position: relative;
	left: 7px;
	top: -1px;
}
#link UL UL
{
	width: 500px;
	font-variant: normal;
	list-style-type: none;
	margin: 5px 0 0;
	padding: 5px 0 0;
	padding-bottom: 0.1em;
	text-align: left;
	background: transparent;
	border: 1px solid #99f;
}
#link UL UL LI
{
	border: 0;
	font: bold 12px sans-serif, verdana;
	margin: 0;
	padding: 0.1em 0 0.1em 0.2em;
	margin-left: -1px;
	vertical-align: middle;
}
#link UL UL LI A
{
	color: #039;
	text-decoration: none;
	font-weight: bold;
}
#link UL UL LI  a:visited {
	text-decoration: none;
	color: #336;
	background-color: transparent;
}
#link UL UL LI A:hover
{
	text-decoration: underline;
	color: #F0DC82;
	Background-color: #66F
}
#link UL UL LI p
{
	font-size: 12px;
	color: #60C;
	text-decoration: none;
	font-weight: bold;
	Background-color: transparent
}
#link UL UL LI p.note
{
	font-size: 12px;
	color: #60C;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0.1em 0 0.1em 0.2em;
	Background-color: transparent
}

/* End Classes for Link Menu */

/* Classes for Group List */
#group {
	position: relative;
	width: 450px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #639;
	font-size: 12px;
	text-align: left;
	text-indent: 10px;
	padding: 0;
	background-color: transparent;
}
#group UL
{
	font-weight: bold;
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin: 0px 5px 0 -5px;
}
#group UL LI
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.01em;
	padding-bottom: 0px;
	color: #306;
	margin: 7px 0 0 2px;
	list-style: none;
	list-style-type: none;
	/*+placement:shift 7px -1px;*/
	position: relative;
	left: 7px;
	top: -1px;
}
#group UL UL
{
	width: 450px;
	font-variant: normal;
	list-style-type: none;
	margin: 5px 0 0;
	padding: 5px 0 0;
	padding-bottom: 0.1em;
	text-align: left;
	background: transparent;
	border: 1px solid #99f;
}
#group UL UL LI
{
	border: 0;
	font: bold 12px sans-serif, Verdana;
	margin: 0;
	padding: 0.1em 0 0.1em 0.2em;
	margin-left: -1px;
	vertical-align: middle;
	border: none;
}
#group UL UL LI A
{
	color: #039;
	text-decoration: none;
	font-weight: bold;
}
#group UL UL LI  a:visited {
	text-decoration: none;
	color: #336;
	background-color: transparent;
}
#group UL UL LI A:hover
{
	text-decoration: underline;
	color: #F0DC82;
	Background-color: #66F
}

/* End Classes for Group Menu */

/* Classes for Forms */

form fieldset {   
/*float: left;    
clear: left;    
width: 100%; */
margin: 0.5em 0 0 0;  
padding: 0;  
}  
form legend {  
margin-left: 1em; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #306;
	font-size: 12px;
	text-align: left;
	text-indent: 10px;
font-weight: bold;  
}  
form fieldset ul {  
padding: 0.2em 0.5em 0 0.5em;  
list-style: none;  
}  
form fieldset li {    
/*float: left;    
clear: left;    
width: 100%; */  
padding-bottom: 0.2em;  
}
form fieldset.submit {    
/*float: none;    
width: auto;    */ 
border-style: none;   
background-color: transparent;    
padding-left: 12em;  
}
label {      
position: relative;      
float: left;    
width: 15em; 
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #808;   
margin-right: 1em;   
text-align: right;
vertical-align: bottom; 
}
label em {        
position: absolute;        
left: 10em;        
top: 0;      
}
label.radio {    
float: left;    
width: 8em; 
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #808;   
margin-right: 1em;   
text-align: right; 
}

/* End Classes for Forms */

/* Classes for ty_r */
#ty_r fieldset {   
/*float: left;    
clear: left;    
width: 100%; */
margin: 0.5em 0 0 0;  
padding: 0;  
}  
#ty_r legend {  
margin-left: 1em; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #306;
	font-size: 12px;
	text-align: left;
	text-indent: 10px;
font-weight: bold;  
}  
#ty_r fieldset ul {  
padding: 0.2em 0.5em 0 0.5em;  
list-style: none;  
}  
#ty_r fieldset li {    
/*float: left;    
clear: left;    
width: 100%; */  
padding-bottom: 0.2em;  
}
#ty_r fieldset.submit {    
float: none;    
width: auto;     
border-style: none;   
background-color: transparent;    
padding-left: 12em;  
}
#ty_r label {      
position: relative;      
float: left;    
width: 15em; 
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #808;   
margin-right: 3em;   
text-align: right;   
}
#ty_r label em {        
position: absolute;        
left: 10em;        
top: 0;      
}
#ty_r label.radio {    
float: left;    
width: 8em; 
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #808;   
margin-right: 1em;   
text-align: right; 
}

/* End Classes for Tv_Returns */

/*Classes for Tables */

#table_groups {
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #800080;
background-color: transparent;
}
#table_index {
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #800080;
background-color: transparent;
}

table {
margin-left: auto;
margin-right: auto;
cellspacing: 1;
cellpadding: 1;
}

th {
font-size: 14px;
text-align: left;
}
th a
{
	color: #039;
	text-decoration: none;
	font-weight: bold;
}
th  a:visited {
	text-decoration: none;
	color: #336;
	background-color: transparent;
}
th A:hover
{
	text-decoration: underline;
	color: #F0DC82;
	Background-color: #66F
}

td, tr {
text-align: left;
}
td a
{
	color: #039;
	text-decoration: none;
	font-weight: bold;
}
td  a:visited {
	text-decoration: none;
	color: #336;
	background-color: transparent;
}
td A:hover
{
	text-decoration: underline;
	color: #F0DC82;
	Background-color: #66F
}

/* End Classes for Tables */

/* Classes for Images */
	
	#img a {
	border:0px;	
	}
#globe {
	z-index: 100;
	position: relative;
	top:25px;
	left:160px;
	padding: 2px;
	margin: 5px 5px 5px 5px;
	height: 80px;
	width: 80px;
	border:0px;
	background-color: transparent;
} 

img.left { float: left; margin: 5px;
	border:0px;
	background-color: transparent; }
	
img.right { float: right; margin: 15px;
	border:0px;
	background-color: transparent; } 
	/*
img.34sp{	
float: left;
	padding: 2px;
	margin: 5px 5px 5px 5px;
	height: 50px;
	width: 75px;
	border:0px;
	background-color: transparent;
} */
	

/* end Classes for Images */

