
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#fff;
 color: #000;
 text-align:center;
 padding:
 font-family: Georgia, "Times New Roman", Times, serif;
/*  font-family: Georgia, Arial, Helvetica, sans-serif; */
/* font: Arial, Helvetica, sans-serif; */
 font-size: 14px;
 line-height: 18px;
 }

#outer {
 text-align:left;
 border:0px solid #000000;
/* width:70%; */
/* margin:auto; */
 }

#hdr {
 height:144px;
 width:720px;
 margin-left: 140px;
/* background:#B2777E; */
 background-image:  url("saimages/topBar.jpg");
 color: #000;
 text-align: center;
 padding: 5px 0px 0px 0px;
 }

#bar {
 background:#fff;
 color: #000;
/* border:solid #000000;	
 border-width:0px 0 0px 0; */
 }

#bodyblock {
/* position:relative; */
 position: absolute;
 top: 220px;
 background: #fff;
 color: #000;
 /* width: 650px; */
 padding:0;
 width: 85%;
 }

#l-col {
 float:left;
 background:#fff;
 color: #333333;
 width: 114px;
/* line-height: 2; */
 text-align: center;
 padding-right: 20px; 
 padding-top: 15px; 
 }

#button {
	background-image:  url("saimages/button.jpg");
	padding-top: 15px; 
	height: 28px;
	font-size: 95%;
	}
	
#button2line {
    background-image:  url("saimages/button.jpg");
	padding-top: 10px;
	line-height: 11px; 
	height: 34px;
	font-size: 95%;
	
}

#button3line {
	background-image:  url("saimages/button.jpg");
	padding-top: 5px; 
	height: 30px;
	font-size: 95%;
	line-height: 11px;
	padding-bottom: 8.5px;
	}	
	
#cont {
 background: #ffffff;
 color: #000;
 border: solid #1A6F8E;	
 border-width: 0 0 0 1px;
 text-align: left;
 margin-left: 150px;
 }

#ftr {
 height:25px;
 background:#0CA9E4;
 color: #000;
 border:solid black;
 border-width:1px 0 0 0;
 margin: 60px 0px 0px 0px;
 padding-top: 10px;
 padding-bottom: 7px;
 font-size: 90%;
 position: relative;
 widows: 100%;
 
 }
 


/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 120%; 
 font-weight: bold;
 color:#0C455A;
 }

a{
	color: #0C455A;
	text-decoration: none;
}

a:link{
	color: #0C455A;
	text-decoration: none;
}

a:visited{
	color: #0C455A; 
	text-decoration: none;
}

a:hover{
	color: #EFE32B;
	text-decoration: none;
}

ol,ul {
	margin: 0px 40px; 
	padding: 10px 20px;
	}

#nolist {
	margin-left: 30px;
	}
		
#hdrText {
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
	padding-top: 100px;
	text-align: right;
	padding-right: 20px;
	color: #1A6F8E;
	/* padding-left: 100px; */
	}
	
#barText {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	}
	
#cellColor {
	background-color: #6BC2E2;
	}

#cell2Color {
	background-color: #BAD9E5;
	}
	
#lineColor {
/*	background-color: #BAD9E5; */
	text-transform: uppercase;
	}
#imageHdg {
	font-size: 14px;
	font-weight: bold;
/*	margin-left: 110px;  */
	}

#OStext {
	font-size: 85%;
	}
