
 /* Headings */  

h1 {
   color: #004460;
   font-size: 1.143em /* 16px */ 
}

h2 {
   color: #007BAD; /*#FECC00;*/
   font-size: 0.95em /* 14px */
}

h3 {
   color: #007BAD;
   font-size: 0.95em;
   font-style:italic;
}
   
 h4 {font-size: 1.286em} /* 18px */  
 h5 {font-size: 1.143em} /* 16px */  
 h6 {font-size: 1em} /* 14px */  
   
h4, h5, h6 {  
     font-weight: 400;  
     line-height: 1.1;  
     margin-bottom: .8em;}
     
h2.xmas {
   color: #D41539; 
   font-size: 0.95em /* 14px */
}

a:link, a:visited, a:hover {
	
	color: #009EE0;
	text-decoration: none;
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:hover {
	color: #004460;
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

p.right {text-align:right;
         font-size: 0.875em;

} 

p.xmas {color: #0BA200; }





/* Layout Stylesheet */ 

#holdall{
	height: 1px;
	width: 900px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	border: 0px solid #FFFFFF;
}

body{
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
 	padding:0;
 	background: #FFFFFF;
 	color: #87888A;
    background: #E8E8E8 url(images/bg_grey.gif) repeat-y 50% 0; 
 }
	 
#hdr{
	color: #666;
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	font-weight: normal;
 	height:30px;
 	background:#FFFFFF;
 	border:solid #87888A;
 	border-width: 0px 0px;
 	margin: 0px 0 0 0;
    vertical-align:middle;
 	text-align: center;
 	font-size: 14px;
 	letter-spacing: 0.10em;
    
 }


 
#lh-col ul {
	font-size: 12px;
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 10px 5px;
	padding: 0px;
	width: 170px;
	text-indent: 0px;
	text-align:left;
  
}

#lh-col{
	display: inline;
	float: left;
	 /*position: absolute;*/
	 top: 180px;
	 left: 0px;
	 width: 180px;
	 
	 margin: 0px;
	 padding: 0px;
     padding-top: 40px;     	 
	 background: #FFFFFF;
	 color: #666;
}

#rh-col{
	position :relative;
	display: inline;
	float: right;
	width: 700px;
	
	margin: 0px 1px 0px 0px;
	border: 0px;
	background: #FFFFFF;
	color: #666;
	font-size: 0.875em;
	padding: 5px 5px 5px 5px;
 }
 
#masthead{
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 900px;
	margin-left: -450px;
	left: 50%;
}

#mastlogo2 {
	
	height: 150px;
	background-image:   url("images/SMSBanner.gif");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer { 
	clear: both;
	color: #333;
	height:20px;
	background: #ffffff;
	margin: 15px 0px 10px 0px;
	padding: 5px;
	border-top: 1px solid #666;
	text-align: center;
}

.floatright { 
			float: right;
			margin: 0 0 10px 10px;
			border: 1px solid #666;
			padding: 2px;

}

img {
	position: relative;
}

/* lefthand quick links beginning */



#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Rockwell, Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 5px;
width: 160px;
background-color: #51C2ED;
border-bottom: 2px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
font-weight: bold;
letter-spacing: 0.10em;

}

#navcontainer a:hover
{
background-color: #004460;
color: #87888A;
letter-spacing: 0.10em;
}

/* lefthand quick links end */
