* { margin:0; padding:0; outline:none; }
html, body {
	background:url(/images/bkgd3.jpg) top center no-repeat #d8eaee;
	background-color:#d8eaee;
}
a:link, a:visited {
	color: #00368c;
	text-decoration:underline;
}
a:hover, a:active {
	color: #071f44;
	text-decoration: underline;
}

/* ----------main body-------------- */
h1 {
	font: bold 28px "Trebuchet MS", Arial, sans-serif;
	color: #00368c;
}
h2 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #00368c;
}
h3 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #00368c;
}
p {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #235bb4;
	padding-bottom:15px;
}
hr {
	border: none 0; 
	border-top: 1px dotted #7e8ab1;
	border-bottom: 1px solid #6B78A0;
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
}
ul { 
	padding:0 0 0 40px;
	margin:0 0 0 0;
	color:#235bb4;
	font: normal 12px Arial, Helvetica, sans-serif;
}
li { 
	padding:0 0 10px 0;
	margin:0 0 0 0;
}

/* ----------nav-------------- 
ul#nav {
	text-align:right;
	list-style-type:none;
	font: normal 13px Arial, Helvetica, sans-serif;
	padding:20px 0 0 0;
}
ul#nav li { margin-bottom:3px; padding:0; }
ul#nav li a {
	display:block;
	width:197px;
	height:30px;
	line-height:30px;
	padding-right:20px;
	text-decoration:none;
	background:url(images/nav-select.jpg) left 30px no-repeat;
}
ul#nav li a:hover {
	background-position:left bottom; 
	color:#FFFFFF;
}
*/
/* ----------divs-------------- */
#container {
	margin:0 auto;
	width:758px;
}
#leftCol {
	float:left;
	width:217px;
	margin:215px 0 0 0;
	padding:8px 0 20px 0;
	background:url(/images/leftCol-bkgd2.png) left top no-repeat;
	min-height:690px;
	_height:690px;
}
#centerCol {
	float:left;
	padding:230px 0 20px 11px;
	width:302px;
}
#fullCol {
	float:right;
	margin:215px 0 0 0;
	padding:13px 0 20px 11px;
	width:519px;
}
#rightCol {
	float:right;
	margin:215px 0 0 0;
	padding:15px 0 20px 11px;
	width:206px;
	background:url(/images/rightCol-bkgd2.png) left top no-repeat;
	min-height:690px;
	_height:690px;
}
#rightCol p {
	line-height:14px;
}
#rightCol a { text-decoration:none; }
#footer {
	background:url(/images/footer-bkgd.png) center top no-repeat;
	height:40px
}
#footer p, #footer a {
	font: normal 10px/40px Arial, Helvetica, sans-serif;
	color:#587cb4;
	text-decoration:none;
}
#footer a:hover { color:#235bb4; }


/* ----------classes-------------- */
.png, #leftCol, #rightCol, #footer { behavior: url("/iepngfix.htc"); }
.left { float:left; }
.right { float:right; }
.small { font-size:10px; }
.small-bold { font-size:10px; font-weight:bold; }
.photo1 { 
	float:right;
	margin:0 0 10px 20px;
	display:inline;
	border:3px solid #ffffff;
}
.photo2 { 
	margin:0 0 0 12px;
	display:inline;
	border:3px solid #ffffff;
}
.photo-right { padding:0 0 10px 20px; }
.photo-left { padding:0 20px 10px 0; }


/* ----------weblinx-------------- */
div.transOFF {
	width: 230px;
	background-color:#ffffff;
	border:2px solid #cccccc; 
}
div.transON {
	width: 230px; 
	background-color:#ffffff;
	border:2px solid #cccccc;
	opacity:0.10;
	filter:alpha(opacity=10);
	-moz-opacity:0.10;
}
#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 10px auto 10px auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}
