/* stylesheet.css */

Body  {	
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;}

p {
    font-family: georgia, verdana, arial, sans serif;
    font-size: 12px;
    line-height:18px;
    color: #333333;
    text-align: justify;
    text-decoration: none;}

.header  {	
    font-family: georgia, verdana, arial, sans serif;
    font-size: 11px;
    line-height:14px;
    color: #333333;
    margin: 10px;
    text-align: center;
    background: #FFFFFF;} 

.logo  {	
    font-family: georgia, verdana, arial, sans serif;
    font-size: 11px;
    line-height:14px;
    color: #333333;
    margin: 0px 0px 0px 0px;
    text-align: center;
    background: #FFFFFF;} 

.leftsidebar  {	
    font-family: georgia, verdana, arial, sans serif;
    font-size: 11px;
    line-height:14px;
    color: #333333;
    margin: 10px;
    text-align: center;
    background: #FFFFFF;} 

.navbar  {	
    font-family: georgia, verdana, arial, sans serif;
    font-size: 11px;
    line-height:14px;
    color: #333333;
    margin: 5px;
    text-align: center;
    background: #FFFFFF;} 

.textlayout  {	
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 30px;
    background: #FFFFFF;} 

.pagetitle  {	
    font-family: arial, verdana, helvetica, sans serif;
    font-size: 18px;
    line-height:22px;
    font-weight: bold;
    color: #333333;
    margin: 0px;
    text-align: left;
    background: #FFFFFF;} 

.footer  {	
    font-family: verdana, arial, sans serif;
    font-size: 11px;
    line-height:14px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
    background: #FFFFFF;} 

.nodisplay {
    display: none;}

ul {
    font-family: georgia, verdana, arial, sans serif;
    font-size: 12px;
    line-height:18px;
    color: #333333;
    text-align: justify;
    text-decoration: none;}

a.vidlink {

text-decoration: none;
	color: #ff0000;
	background: transparent;
	  font-weight: bold;
	  }
	
a.vidlink:hover{
text-decoration: none;
	color: #ffffff;
	background: ff000;
	  font-weight: bold;
	  }


A  {
	text-decoration: none;
	color: #CC3333;
	background: transparent;}

A:link  {
	text-decoration: none;
	color: #FF3300;
	background: transparent;}	

A:hover  {
	text-decoration: none;
 	color: #FF3300;
 	background: transparent;}	

A.sidenav  {
    text-decoration: none;
    color: #CC3333;
    background: transparent;
    font-family: arial, verdana, helvetica, sans serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin: 5px;
    text-align: center;} 
