H1	{
	font-size: 36px;
	text-align: center;
	}
	
H2	{
	font-size: 24px;
	}

H3	{
	font-size: 12px;
	}

A	{
	font-weight: bold;
}

IMG	{
	border: 0px;
	}

body {
  background-color:#2433FF;
  margin : 0px 0px 0px 0px; /*Be careful about editing this entry.*/
  font-family:palatino, georgia, times new roman, serif;

}
#logo	{
	background-image: url(images/awsommwebheader.gif);
	height: 150px;
	}
	
.logo H1	{
	font-size: 36px;
	}

.centered	{
	text-align: center;
	}
	
.index	{
	text-align: right;
	font-weight: bold;
}
		
.centered H1	{
	font-size: 18px;
	}



.copyright	{
	font-size: xsmall;
	}

#maincontent   {

   background-image: url(images/awsommbackground.gif);
   background-repeat: repeat-y;


}
#content {
  position: relative;
  margin-left: 190px;
  padding: 5px 5px 5px 5px;
  
}
#leftnav {

  float: left;
  width : 165px; /*Do Not Edit*/
  margin-top: 0px; /*Do Not Edit*/
  margin-right : 5px;
  padding:5px 30px 5px 5px;
}
#footer   {
   background-image: url(images/awsommwebfooter.gif);
   background-repeat: repeat-x;
   padding-top: 10px;
   background-color:#24B6FF;
   text-align: center;
   font-size: x-small;   
}

.link_header {
	font-weight: bolder;
	color:#333;
	padding:2px;
	margin-top:5px;
	}
				
.link_contents a:link {
     color: #FFFFA6;
     font-weight:bold;
}
.link_contents a:visited {
     color:#F2CE04;
     font-weight:bold;
}
.link_contents a:active {
     color:#F2CE04;
     font-weight:bold;
}
.link_contents a:hover	{
     color: #FEF501;
     font-weight:bold;
}







