/*
** CSS file for Hugh's website "VA3TO Website" va3to_web.css
** 
** Original template borrowed with permission from Keith VE3EG/VE3HHT  https://www.qsl.net/ve3hht/
*/

/* Generic Selectors */ 

body { 
	font-family:  Verdana, Helvetica, Arial, sans-serif; */
	font-family: Arial;
	font-size: 90%;
	text-align: justify;
	line-height: 150%; 
	color: #434242; 
	background-color: #ffffff;
}




p { 
	width: 80%; 
} 

p.italic { 
	font-style: italic; 
	list-style-position: outside;
}

li { 
	list-style-type: none; 
	line-height: 170%; 

} 

li.main_text { 
	list-style-type: disc; 
	list-style-position: inside;
	line-height: 140%; 
	width: 75%; 

} 

h1 { 
	font: 40px "Arial", Times, bold, sans-serif;  
	font-weight: bolder; 
	font-style: italic; 
	color: #00008B; 
}  

h2 { 
	font: 40px "Helvetica", Arial, sans-serif;  
	font-size: 120%; 
	font-weight: bold; 
	font-style: italic; 
	color: #4682B4;
	padding: 0px 0 5px 0px; /*top right bottom left*/ 
} 

h3 { 
	font: 40px "Helvetica", Arial, sans-serif;  
	font-size: 120%; 
	font-weight: bold; 
	font-style: italic; 
	color: black; 
	
} 

h4 { 
	font: 40px "Helvetica", Arial, sans-serif;  
	font-size: 100%;
	font-weight: bold; 
	color: black; 
}

/**************** Pseudo classes ****************/ 

a:link { 
	color: #311c97; 
	text-decoration: underline; 
	font-weight: normal; 
/*	font-style: italic;             */
	font-size: 13px;                        /* This sets the list font size */
} 

li a:link { 
	color: #311c97; 
	text-decoration: underline; 
	font-weight: normal; 
} 

a:visited { 
	color: #880088; 
	text-decoration: underline; 
	font-weight: normal; 
} 

li a:visited { 
	color: #880088; 
	text-decoration: underline; 
	font-weight: normal; 
} 

a:hover { 
	color: Red; 
	font-weight: normal; 
	text-decoration: underline; 
} 

li a:hover { 
	display: block; 
	color: Red;                                                                                                                                                                                                                                                                               
	font-weight: normal; 
} 

a:active {                                                             
	color: rgb(255, 0, 102); 
	font-weight: normal; 
} 

/************************* ID's *************************/ 

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: white;
}

#header {
	position: absolute;
	z-index: 10; 
	margin: 1 auto;      
	width: 990px;
	height: 100px;                     
/*	padding:10px 0;             */           
	background-color: 311c97;  
	text-align: center;
}


#navigation { 
	position: absolute; 
	z-index: 30; 
	width: 250px; 
	height: 900px; 
	margin: 0; 
	margin-top: 150px; 
	font-weight: normal; 
/*	background-color: #f2f2f7;  */
} 

#centerDoc { 
	position: absolute; 
	z-index: 10; 
	width: 700px; 
	padding: 0 0 20px 20px; /*top right bottom left*/ 
	margin-top: 100px;
	margin-left: 250px;  
}
