/*====  document structure  ====*/

	body { 
		font-size:.8em;
		font-family:Verdana, Geneva, sans-serif;
		background-color:#ffffff;
		margin:0;
	    padding:0;
		}
	
	p	{
		color:#333333;
		line-height:1.2em;
		}
	
	table {
		font-size:90%;
		}
	
	#container {
		margin-left:auto;
		margin-right:auto;
		width:100%;
		overflow:inherit;	
		}	

	#asalogo {
		display:none;
		}
		
	#header {
		display:none;
		}
		
	#navbar {
		display:none;
		}
		
	#navlist {
		margin:0;
		padding:0;
		list-style-type:none;
		line-height:30px;
		}
		
	#navlist a, #navlist a:visited {
		display: block;
		padding: 2px 2px 2px 24px;
		border: 1px solid;
		border-color: #ddd #000 #000 #ddd;
		background-color: #435944;
		background-image:  url(images/button_off.gif);
		background-repeat: no-repeat;
		background-position: 0% 50%;
		color: #ffffff;
		text-decoration: none;
		}
		
	#navlist a:hover {
		background-color: #f8dd2a;
		background-image:  url(images/button_on.gif);
		color: #435944;
		}		
		
	#navbar #navlist .uberlink {
		background-color: #f8dd2a;
		background-image:  url(images/button_on.gif);
		background-repeat: no-repeat;
		background-position: 0% 50%;
		color: #435944 !important;
		font-weight: bold;
		cursor: default;
		}	
	
	#content {
		width:610px;
		margin-top:20px;
		}		
		
	#contentleft {
		width:480px;
		margin-left:20px;
		float:left;
		}		
		
	#contentright {
		width:110px;
		float:left;
		}	
	
	#contentfull {
		width:590px;
		margin-left:20px;
		}
		
/*====  HEADINGS ====*/

	h1	{ 
		font-family: "Times New Roman", Arial, Helvetica, sans-serif;	
		font-size:160%; 
	    color: #624646; 
		text-align: left;
		margin:0;
		font-weight:normal;
		}

	h2	{ 
		font-family: "Times New Roman", Arial, Helvetica, sans-serif;	
		font-size:130%;
		color:#624646;
		text-align:left;
		margin:0;
		font-weight:normal;
		}
	
	h3	{ 
		font-family:Georgia, Times New Roman, Times, serif;	
		font-size:120%; 
		color:#624646; 
		text-align:left;  
		margin:0;
		padding-top:15px;
		padding-bottom:5px;
		font-weight:bold;
		}
											  
	h4	{ 
		font-family:Georgia, Times New Roman, Times, serif;	
		font-size:110%; 
		color : #624646; 
		text-align : left; 
		margin:0;
		font-weight:bold;
		}
	
	h5	{ 
		font-family:Georgia, Times New Roman, Times, serif;	
		font-size:100%; 
		color:#624646; 
		text-align:left;
		margin:0;
		padding-top:15px;
		padding-bottom:15px;
		font-weight:bold;
		}
	
	h6	{ 
		font-family:Georgia, Times New Roman, Times, serif;	
		font-size:90%; 
		color:#624646; 
		text-align:left;    
		margin:0;
		font-weight:bold;
		padding-bottom:5px;
		padding-top:5px;
		}
				
			
/*====  LINKS  ====*/

	a 			{ 
				font-weight: bold;
				color: #004B8D; 
				text-decoration: underline;
				}

	a:hover		{ 
				font-weight : bold; 
				color : #005AAA; 
				text-decoration: underline;
				} 

	a:visited	{
				color: #004078; 
        	    font-weight: bold; 
	            text-decoration: underline;
		        }

	a:active	{ 
				font-weight : bold; 
			    color : #005AAA; 
			    text-decoration : underline;
				} 

/*====  LISTS  ====*/
					
	ol li	{
			list-style-type: decimal;
			}
	
	ul li 	{ 
			list-style-type:square;
			}	

	
/*====  Footer  ====*/

	#footer {
			width:780px;
			height:100px;
			font-size:85%;
			margin-left:auto;
			margin-right:auto;
			color:#624646;
			text-align:center;
			clear:both;
			}	
	
	#footer div {
			padding-top:65px;
			line-height:1.6em;
			}
		
	#footer div a {
			color:#624646;			
			}
			
	#footer a:active, #footer a:hover {
			color:#8b6363;
			}