/* JimArcher.com - main.css */

body
{
	margin: 0px; 
	padding: 0px;
	background-color: #7bb6ca;
}

h1		     	
{ 
	font-family: georgia, 'times new roman', times, serif; 
	font-size: 11px; 
	font-weight: bold;
	line-height: 20px; 
	color: #000000; 
}

h2  			
{ 
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #000000; 
}

h3  			
{ 
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
}

h4  			
{ 	
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
}

ul
{
	margin-left: 1em;
	padding-left: 0;
	margin-top: 0em;
	margin-bottom: 1em; 	
}

ol			
{ 	
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 11px; 
	line-height: 16px; 
	color: #000000; 
}

li			
{ 	
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 11px; 
	line-height: 16px; 
	margin-left: 1em;
	padding-left: 0;
	margin-top: 0em;
	margin-bottom: 0em; 
	color: #000000; 
}

pre			
{ 	
	font-family: 'courier new', courier, monospace; 
	font-size: 12px; 
	line-height: 16px; 
	color: #000000; 
}

img
{
	border-color: #000000;
	border: 0px;
}


.imgWithMargin 
{ 
	margin-left: 10px; margin-right: 10px; 
}

.imgLeft 
{ 
	float: left; 
}

.imgRight 
{ 
	float: right; 
}

.textLeft 
{ 
	text-align: left;
}

.textCenter
{ 
	text-align: center;
}

.textRight 
{ 
	text-align: right;
}

.nopad
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom:	0;
}

.thin 		
{ 	
	height: 14pt;	
	font-size: 9pt; 
	line-height: 9pt;
}

/* Used for the date in the header */
.date 		
{ 	
	font-family: 'times new roman', times, serif; 
	font-size: 14px; 
	line-height: 20px; 
	color: #006699; 
	background-color: #FF9900;
}

/* Used bolded text headings in main text area */
.heading	        
{ 	
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000;
}

/* Used for the page heading - located in blue bar */
.contentHeader	        
{ 	
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000;
	background-color: #7bb6ca;
}

/* Used for the body text of most of the site's pages */
.mainText 		
{ 
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 12px; 
	line-height: 16px; 
	color: #000000; 
}

.mainText a		
{ 
	color: #000099; 
	text-decoration: underline; 
}

.mainText a:hover	
{ 
	color: #000099; 
	text-decoration: none;
}

.mainText a:visited	
{ 
	color: #3366cc; 
}

/* Used for the local navigation links in the left sidebar */
.localNav	        
{
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 11px; 
	background-color: #ecf1fe;
}
.localNav a		
{ 
	color: #000099; 
	text-decoration: none; 
}
.localNav a:hover	
{ 
	color: #000099; 
	text-decoration: underline; 
}
.localNav a:visited	
{ 
	color: #982309; 
}

/* Used for the modification date in footer */
.lastMod		        
{ 
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 11px;
	font-style: italic;
	line-height: 17px;
	color: #7bb6ca;
}

.resume		        
{ 
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}

.black
{
	background-color: #000000;
}

.aqua
{
	background-color: #7bb6ca;
}

.white
{
	background-color: #ffffff;
}

.gray
{
	background-color: #C0C0C0;
}
