

.page td{
        text-align: justify;
}         

A:link{
    color : #CCCD7F;
    text-decoration : underline;
    font-family : Helvetica, sans-serif;
}

A:hover, A.whitelink:hover{
    color : red;
    text-decoration : underline;
    font-family : Helvetica, sans-serif;
}

A:visited{
    color : #8C8D3F;
    text-decoration : underline;
    font-family : Helvetica, sans-serif;
}

A{
    color : #CCCD7F;
    text-decoration : underline;
    font-family : Helvetica, sans-serif;
}

A.whitelink{
    color : #ffffff;
    text-decoration : underline;
    font-family : Helvetica, sans-serif;
}    


li { 
	font-family : Helvetica, sans-serif;
	font-size : 10pt;
 } 

.sidecolor{
 	padding: 2px;
	margin: 0px;
	position:absolute;
	width: 180px;
	height: 110%;
	background: #f3f3f3;
   
}        
        
body {
	margin: 0em;
	background: #000000;
}

img {
 	border-width: 0;
}

.headbar {
 	padding: 0ex;
	margin: 0ex;


	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	
	background: green;

		
}



.headnamebar{

 	padding: 0px;
	margin: 0px;


	position: float;
	top: 0px;
	left: 0px;
	width: 100%;
	
	background: #f3f3f3;

   font-family : Helvetica, sans-serif;
	font-size : 8pt;

   padding-left: 0px;
  
}

.container{
  position: relative;

}

.valid {
	padding-left:4px;
}

.sidebar{

 	padding: 2px;
	margin: 0px;

	float:left;
	
	width: 130px;
	height: 100%;
	
	background: #000000;


}


.page{

    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    
 	 text-align: justify;
	 margin: 0px;
	

 	 padding: 8px;
 	 padding-left: 4px;
 	 padding-right: 4px;

 	 
    overflow: hidden;
  
	 width: 580px;
	 min-height: 600px;
	
	background: #000000;
	color: white;

   font-family : Helvetica, sans-serif;
	font-size : 10pt;

	border-width: 1px;
	border-color: #8C8D3F;;
	border-style: solid;
}


.sidebox{

   width:120px;
   margin:0 auto;
	
	background: #000000;


	border-width: 1px;
	border-color: #8C8D3F;
	border-style: solid;
	
	margin-bottom: 5px;

   font-family : Helvetica, sans-serif;
	font-size : 10pt;	
}

.listentobox{

   width:390px;
   margin:0 auto;
	
	background: #ffffff;
   

	border-width: 1px;
	border-color: #darkgreen;
	border-style: solid;
	
	margin-bottom: 5px;

   font-family : Helvetica, sans-serif;
	font-size : 10pt;	
}

.sideboxlinks{
  padding: 2px;
  padding-left: 6px;
 
}

        

.sideboxtitle1{
  padding: 2px;
  padding-left: 6px;
  font-weight: bold;
  color: white;  
}




.page h1 {
	font-size: 200%;
	font-weight: bold;
	margin:0;
	text-align: center;	
}

.page h2 {
	font-size: 140%;
	font-weight: bold;
	margin:0;
	text-align: left;
}

.page h2.mainhead{
	font-size: 140%;
	font-weight: bold;
	margin:3px;
	padding:3px;
	text-align: center;
}	

.page h3 {
	font-size: 120%;
	font-weight: bold;
}

.page h4 {
	font-size: 110%;
	font-weight: bold;
}

.page h5 {
	font-size: 110%;
	font-weight: bold;
}

.page td {
	text-align: left;
	vertical-align: top;
	cellpadding: 1ex;	
}

.page .highlight {
	margin: 1em;
	padding:1ex;
	background: #fff;
	border-width: 1px;
	border-color: green;
	border-style: dashed;
	-moz-border-radius: 0.4em;
}











