@charset "UTF-8";
body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #333333;
	font-family: Trebuchet, Arial, Helvetica, sans-serif Georgia;
	font-size: 12px;
}

.container {
	width: 979px;  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left;
} 

body a{
 color: #0d2f5f !important;
	text-decoration: underline;	
	}
	
body a:hover{
	color: #999999; 
	text-decoration:none;
	}

h1 { 
font-family: Arial, Helvetica, sans-serif;
font-size:20px;
color:#039779;
font-weight:bold;
padding-left:20px;
 }

h2 { 
color:#039779;
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
font-weight: bold;
padding-left:20px;
}

h3 { 
color:#039779;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
font-weight: bold;
padding-left:20px;
padding-right:10px;
}

h4 {
font-weight: bold;
padding-left:20px;
padding-right:10px;
}
	
img.portrait { padding-bottom:8px; padding-right:8px; padding-top:8px; }	
	
.forms { font-size:10px;}

.portfolio-table h2 { color:#333449; padding-left:22px; font-size:12px; display:inline; }
 
p { padding-left:20px; padding-right:20px; font-size:14px; line-height:1.4; font-weight: 300; }	

.top-nav { text-align:center; vertical-align:middle; background-repeat: repeat-x;  }
.top-nav a { font-weight:bold; color:#FFFFFF; font-size:13px; vertical-align:middle; padding-left:10px; padding-right:10px; text-decoration:none;  }
.top-nav a:hover{
	color: #1a8964; 
	text-decoration:none;
	}
.top-nav img { vertical-align:middle; }

.left-side { color: #0d2f5f; font-size:14px; font-weight:bold;}
p.left-side { padding-left:38px; padding-right:10px; }
.left-side a {text-decoration:none; }
.left-side a:hover { color:#1a8964; }


.right-side { 
color:#039779;
	margin-right:15px; 
	vertical-align:top;
	background-repeat:no-repeat;
}

.right-side a { text-decoration:none; color:#0d2f5f; font-size:14px; font-weight:bold; }
.right-side a:hover { color:#1a8964; }

.quote { font-style:italic; }

.footer { text-align:center;
	padding: 10px 10px 10px 10px;
	font-size:12px; background-color:#ffffff; text-align:center;
}

.footer a {
	text-decoration:none;
	color: #333333;
}

.footer a:hover {
	color: #333333; 
	text-decoration:none;
	}

.footer img { text-align:left; }

body.mceContentBody { text-align: left }