/*
	
	ACT
   	Author: Frankie Frazer
   	Date:   November 2008

   	Filename:         act.css
   	Supporting files: 

*/

body 
	{font-family: Verdana, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(/images/sm_logo.jpg);
	background-repeat: no-repeat;}

#column1 
	{		/*left hand links*/
	width: 140px;
	padding-left: 10px;
	padding-top: 40px;
	float: left;}
	
#column1 a 
	{		/*left hand links*/
	text-align: center;	
	color: white;
	display: block;
	padding: 2px;
	margin: 5px 5px 5px 0px;
	font-size: 10pt;
	text-decoration: none;
	border:1px solid #000000;
	background-color: #3D59AB;}
	

#column2 
	{		/*body of text*/
	width: 70%;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;}

#column3 
	{		/*right hand stuff*/
	text-align: center;	
	width: 140px;
	padding-left: 10px;
	padding-top: 40px;
	float: left;}

#column3 a 
	{		/*right hand stuff*/
	text-align: center;	
	color: #000000;}
		
#column4	
	{		/*middle links*/
		text-align: center;	
	margin:5%;
	width: 80%;
	padding-left: 1px;
	padding-top: 0px;
		clear: both;}

#column4 a 
	{		/*middle links*/
	text-align: center;	
	color: white;
	display: block;
	padding: 5px;
	font-size: 10pt;
	text-decoration: none;
	border:1px solid #000000;
	background-color: #3D59AB;}

h1 
	{		/*Title*/
	text-align: left;	
	height: 100px;
	margin-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;}

h2 
	{		/*Introduction, Updates, etc (section headers) */
	text-indent: 30px;
	color: #FFFFFF;
	background-color: #191970;
	letter-spacing: 8pt;
	margin: 0px;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;}

h3 
	{margin-left: 10px;}

p 
	{font-size: 10pt;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;}  
	
blockquote 
	{font-size: 10pt;}    

ul
	{font-size: 10pt;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;}  

ol
	{font-size: 10pt;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;} 
	

address 
	{	clear: both;
	align: center;
	font-size: 10pt;
	font-style: normal;
	padding: 10px;
	border-top: 1px solid black;
	float: none;
	text-align: center;
	background-color: #FFFFFF;}
	


	
.figure
	{float: right;
	margin-left: 1em;
	margin-bottom: .5em;
}


#rightside
	{text-align: center;	
	color: white;
	display: block;
	padding: 2px;
	margin: 5px 5px 5px 0px;
	font-size: 10pt;
	text-decoration: none;
	border:1px solid #000000;
	background-color: #3D59AB;}
	
#banner
	{color: #3D59AB;
	font-family: "Times New Roman";
	font-size: 36pt;
	text-align: center;
	margin-top: 35px;
	margin-right: 20px;
	margin-bottom: 35px;
	margin-left: 10px;}
	

