
body         {
       background-color : #fff;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
  }

p { 
      font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
 }
 
h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color : Navy;
}
h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color : Navy;
}

h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	
}

h4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	
}

li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#pagelayout{
	max-width: 800px;
	margin: auto;
	background-color : White;
	
	border-right : medium solid #0000CD;
	border-bottom: medium solid #0000CD;
}

#page{
	
}

.content{
	padding-left:10px; 
	padding-right:10px;
}

.accom-link{
	font-size:15px;
}



.mylink a{
	font-family : Arial;
	font-size : 11px;
	
	margin-top : 0px;
	
	text-decoration : none;
}



#banner-mobile { 
   display: none;
   
}

#footer{
    max-width: 1000px;
	margin: auto;
	padding-top : 10px;
	color : #8C8C8C;
}

#footer a{
    
	color : #8C8C8C;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
#banner{
   display:none;
  }	
#banner-mobile { 
   display: block;
   text-align:center;
   
   
}
   
}
