
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#FFFFFF;
 color: #000000;
 text-align:center;
 padding:0;
 font:100% Arial,sans-serif,Verdana,Tahoma,Georgia;
 }

#outer {
 text-align:left;
 width:800px;
 margin:auto;
 }

#header {
 height:90px;
 background:#FFFFFF;
 color: #333333;
 }

#hcol-1 {
 float:left;
 background:#FFFFFF;
 color: #333333;
 width:150px;
text-align:center;
}

#hcol-2 {
 float:left;
 background:#FFFFFF;
 color: #333333;
 width:650px;
text-align:center;
}

#bar {
 text-align:center;
 height:25px;
 background:#FFFFFF;
 }

#bodyblock {
 position:relative;
 background:#FFFFFF;
 color: #333333;
 width:800px;
 padding:0;
 }

#col-1 {
 font:75% Arial,sans-serif,Verdana,Tahoma,Georgia;
 float:left;
 background:#FFFFFF;
 color: #660066;
 font-weight: bold;
 width:150px;
 }

#col-2 {
 font:100% Arial,sans-serif,Verdana,Tahoma,Georgia;
 width:640px;
 background:#FFFFFF;
 color: #660066;
 text-align:center;
 }
 
/*
#footer {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
 */
 
h1 {
 text-align:center;
 font-size:3.0em;
 font-family:bookman,times new roman,serif,palatino,new century, schoolbook;
 color: #BF0B00;
 font-style: italic;
 font-weight: bold; 
 margin:0;
 padding:0px 0;
}

h2 {
 text-align:center;
 font-size:1.8em;
 font-family:bookman,times new roman,serif,palatino,new century, schoolbook;
 color: #660066;
 font-style: italic;
 font-weight: bold; 
 margin:0;
 padding:0px 0;
}

