/* Generic Selectors */ 

body { 

font-family: helvetica,arial,sans-serif;


font-size: 14px; 

color: #333333; 

background-color: #F9F9F9; 

} 

p { 

font-family: helvetica,arial,sans-serif;


font-size: 24px; 

color: #333333; width: 80%; 

} 

li { 

font-family: helvetica,arial,sans-serif;


line-height: 200%; 

list-style-image: url(disc); 

} 

h1 { 

font-family: helvetica,arial,sans-serif;


font-size: 24px; 

font-weight: bold;

font-style: italic;

color: #094DB3; 

} 

h2 { 

font-family: helvetica,arial,sans-serif;


font-size: 24px; 

font-weight: bold;

font-style: italic; 

color: #094DB3; 

border-bottom: 1px solid #094DB3; 

} 

 

/**************** Pseudo classes ****************/ 

a:link { 

color: #094DB3; 

text-decoration: underline; 

font-weight: bold; 

} 

li :link { 

color: #094DB3; 

text-decoration: none; 

font-weight: bold; 

} 

a:visited { 

color: #094DB3; 

text-decoration: underline; 

font-weight: bold; 

} 

li a:visited { 

color: #094DB3; 

text-decoration: none; 

font-weight: bold; 

} 

a:hover { 

color: #094DB3;  

padding-bottom: 5px; 

font-weight: bold; 

text-decoration: underline; 

} 

li a:hover { 

display: block; 

color: #094DB3; 

padding-bottom: 5px; 

font-weight: bold; 

border-bottom-width: 1px; 

border-bottom-style: solid; 

border-bottom-color: #094DB3; 

} 

a:active { 

color: #094DB3; 

font-weight: bold; 

} 

/************************* ID's *************************/ 

#navigation {

position:fixed; top:50px; left:10;

z-index: 10; 

width: 180px; 

height: 500px; 

margin: 0; 

margin-top: 100px; 

border-right: 1px solid #094DB3; 

font-weight: normal; 
}


body {

margin:0; padding:0 10px 0 10px; 

border:0; height:100%; 

overflow-y:auto; 
}

body {

font-family: helvetica,arial,sans-serif;
 font-size:16px;
}


#page {

margin:150px 0 50px 200px; 

display:block; 

width:1000px; 

border:0px solid #094DB3; 

background:#F9F9F9; 

padding:10px;
}


#page .right {

font-size:30px; 

float:right;
}


#banner {

display:block; top:10px; left:350px; width:130px; 

position:fixed;

border:0px solid #C6EC8C; 

padding:10px; 

text-align:center; 

font-weight:bold; color:#fff; 

}
 

#banner {

position:fixed;top:20px; left:150;
}


.clear {clear:both;}
p:first-letter {font-size:36px; color:#094DB3;}

#fixpic {display:block; width:108px height:145px; position:fixed; bottom:0; left:0;}
* html 

#fixpic {position:absolute;}
</style>

<!--[if lte IE 6]>
   <style type="text/css">
   /*<![CDATA[*/ 
html {overflow-x:auto; overflow-y:hidden;}
   /*]]>*/
   </style>
<![endif]-->

<!--[if lte IE 6]>
<style>
   /*<![CDATA[*/ 

#navigation {position:absolute; top:10px; left:0;}
   /*]]>*/
</style>
<![endif]-->




