body {
  margin: 0;
  background: url(/images/site-bg.jpg) repeat-x;
  font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
  font-size: 8pt; 
}

p {
  font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
  font-size: 8pt; 
}

a {
  color: #00c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: #1f71ba;
  font-size: 10pt;
}

h2 {
  margin-top: 20px;
  font-size: 9pt;
}

/* PADDING & BORDER AROUND PORTFOLIO IMAGES THUMBNAILS */

img.portfoliothumbs {
  margin: 6px 15px 0px 2px;
  border: 2px solid #000;
}

/* classes */

.navmenu {
  margin: 0;
  padding: 6px 0 7px 6px;
  font-size: 7pt;
  text-align: left
}

.navmenu a {
  color: #000;
  text-decoration: none
}

/* BOTTOM LINK STYLES */ 
		
.bottomlinksbold, .bottomlinksreg { 
	font-size: 10px; 
	line-height: 13px;
	text-align: center;
	}
	
.bottomlinksbold { 
	font-weight: bold;   
	text-transform: uppercase;
	}
	
.bottomlinksreg { 
	font-weight: normal;   
	text-transform: lowercase;
	}

.buttonsolid {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #E6F3FF; 
	background-color: #396693;
	margin-top: 2px; 
	margin-bottom: 2px; 
	width: 110px; 
	border-style: none; 
	cursor: hand;
	}

.textfields {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
	font-size: 11px; 
	color: #1f71ba; /* black */ 
	background-color: #E0E6EC; 
	border: #000 1px solid; /* black */
	width: 275px; 
	}

/* SUB-HEADLINE */

h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;   
	font-size: 18px;
	color: #1f71ba; /* text is blue */
	margin: 2em 0% 1em 0%;  
	}
 
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;   
	font-size: 16px;
	color: #1f71ba; /* text is blue */
	margin: 2em 0% 1em 0%;  
	}
	   
h1.subheadline {   
   margin: 1.5em 0% 0em 0%;   
   }
   
h2.subheadline {   
   margin: 2em 0% -.7em 0%; 
   }
   
h3.subheadline {   
   margin: 2em 0% -.7em 0%;
   }
   
