
	/* Designed by Nick Papadopoulos anemos.com Specially for Olia */
    	/* Be Stylish */ 

body       { 

	/* Background image */ 
    background:#9c9 url('../images/BgMain.gif') repeat-x fixed top left;
 	 color:#000; 
	/*shorthand for top, left, right, bottom margins*/ 	 
 	 margin: 10px 0;
     padding: 0;
  }
  
  
 	/* Universal Font - do not specify fonts in the html page */  

p, li, ul, ol, h1, h2, h3 {
 	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;	
 	font-size:14px;
 	padding-left: 25px;
 	padding-right: 25px;
}

td, a {
 	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;	
  text-decoration: none;
 
}


	/* LINKS */ 

a:link    { 
	/* so that links are not underlined */ 
 
	text-decoration: none;
    color:#369;
    background: transparent;
    }
    
a:visited    { 
	/* so that links are not underlined */ 
	font-weight:bold
	text-decoration: none;
    color:#666666;
    background: transparent;
    }
    
a:hover    { 
	/* so that links are not underlined */ 
	font-weight:bold
	text-decoration: none;
    color:#69c;
    background: transparent;
    }
    
a:active    { 
	/* so that links are not underlined */ 
	font-weight:bold
	text-decoration: none;
    color:#666666;
    background: transparent;
    }
    
 
 
	/* PARAGRAPHS */
     /*All Children of HTML tag - no whitespace at top, only at bottom*/	


	/* standard paragraph */ 
html p {
	
	margin-top:0;
	margin-bottom:12px;
	text-align:justify;
	font-size: 14px;
	line-height: 1.5;
}


/*BASIC PAGE DIVISIONS*/

#primaryContent {
	padding-left: 25px
	padding-top: 25px
}

#content {
padding-left: 10px;
	
	background: #D6F0F6 url('../images/Gulla2.gif') center top no-repeat;
	border:1px solid #666666; padding:0; border-collapse: collapse; 
	border-bottom: 5px solid #999;
}

/* NAVIGATION BAR COMPONENTS*/
/*
sets all images, see pg 254
*/

table#nav   {
	border-bottom: 1px solid #999;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	}
	
table#nav td  {
	font: 11px verdana, arial, sans serif;
	text-align: center;
	border-left: 1px solid #666666;
 	}	
	
	
#nav td a:link, #nav td a:visited {
	background: transparent url('../images/bgpat.gif') repeat;
	display: block;
	margin: 0;
	width: 100px;
	line-height:20px;
	text-decoration: none;
	color: #000;

}
#nav td a:hover {
	background: transparent url('../images/nopat.gif') repeat;
	color: #000;
}	


	/* LISTS */  
  
li           {  text-align:left;    }
ul           {  
margin-top:0px;
line-height:10px;  }


	/* HEADINGS */ 
h1           { 	font-size: 18px; 
				color:#0D4480;
				font-weight: normal;
				margin-bottom:0px;
				margin-top:0px;

}

h2           {  font-size: 14px; 
				color:#0D4480;
				font-weight: bold;
				margin-bottom:0px;
				margin-top:0px;
}

 
	/* TABLES */ 

 

/*AVOID CARRIAGE RETURN FOR IMAGES*/

img {
display: block;
border: 0px none;
}

	/* CUSTOM */ 
	
	