html,body { margin: 0; padding: 0; height: 100%; }

body {
	background-color:#F8F2F7;
	color:#000000;
	font-family:georgia,times,times new roman,serif;
	font-size:12px;
	line-height: 18px;
	margin:0px;
}

	
	#flashCol {
		float:left;
		top:200px;
		width:40%;
		height:100%;
		margin:0px;
		max-width:480px;
	}
	
	#leftCol {  
		position:relative; 	
		float:left;
		width:314px;
		height:100%;
	}
	
	#rightCol{ 
		position:relative; 
		float:left;
		top:40px; 
		width:60%;
		display: inline;
		max-width:483px;
		width:expression(document.body.clientWidth > 780? '483px': 'auto' );
	}
	
	#nav { 
		position:relative; 
		width:483px;
	}
	
	#subNav { 
		position:relative; 
		width:483px;
		height:18px;
		background-color:#DFE8F2;
	}
	
	.rightColElement { 
		position:relative; 
		padding-left:3px;
		padding-right:6px;
	}
	
	.leftContentColumn { 
		display:inline;
		width:180px;
		float:left;
	}
	
	.rightContentColumn {
		display:inline;
		width:264px;
		padding-left:10px;
		float:left;
	}
	
	#subscribe {
		position:relative;
		background-color:#DFE8F2;
		color:#009AEF;
		padding-top:18px;
		padding-left:40px;
		padding-right:40px;
		padding-bottom:18px;
	}
	
	.subNavSelected {
		background-color:#009AEF;
		color:#ffffff;
		display:inline;
		float: left;
	}
	
	#subNav {
		color: #009AEF;
	}
	
	
a:link { text-decoration : none; }
a:visited { text-decoration : none; }
a:hover { text-decoration : underline; }

#subscribe a:link {
	text-decoration: underline;
}

a.navLink:link {
	color: #000000;
	text-decoration: none;
}

a.navLink:visited {
	color: #000000;
	text-decoration: none;
}
a.navLink:hover {
	color: #009AEF;
	text-decoration: none;
}

a.subNavLink:link {
	color: #009AEF;
	text-decoration: none;
}

a.subNavLink:visited {
	color: #009AEF;
	text-decoration: none;
}
a.subNavLink:hover {
	color: #000000;
	text-decoration: none;
}

a.subSubNavLink:link {
	color: #ffffff;
	text-decoration: none;
	font-style:italic;
}

a.subSubNavLink:visited {
	color: #ffffff;
	text-decoration: none;
	font-style:italic;
}
a.subSubNavLink:hover {
	color: #000000;
	text-decoration: none;
	font-style:italic;
}

.subSubNavSelected {
	color: #009AEF;
	font-style:italic;
}

.subNavOff { color:#A4D2E8; }


P {
	line-height: 18px;
	margin: 0px 0px 18px 0px;
}

H3 {
	font-size:12px;
	line-height: 18px;
	font-weight: bold;
}

H2 {
	font-size:12px;
	line-height: 18px;
	font-weight: bold;
}

H1 {
	font-size:12px;
	line-height: 18px;
	font-weight: bold;
}

BLOCKQUOTE.headline {
	margin-left:40px;
	margin-right:100px;
	margin-top:18px;
	margin-bottom:0px;
	
}

BLOCKQUOTE.column {
	margin-left:20px;
	margin-right:20px;
	margin-top:18px;
	margin-bottom:0px;
}

BLOCKQUOTE {
	margin-left:40px;
	margin-right:80px;
	margin-top:18px;
}

.headline {
	font-size:16px;
	color:#009AEF;
}

.caption {
	font-size:9px;
	line-height: 14px;
	font-family:verdana,arial;
	color:#009AEF;
}

.description {
	font-size:12px;
	font-family:georgia,new york,times,serif;
}

BLOCKQUOTE.caption {
	margin-left:40px;
	margin-right:140px;
	margin-top:18px;
}

.highlight{
	color:#009AEF;
}

td {
	font-size:12px;
	line-height:18px;
}
input {
     font-size:12px;
     font-family:georgia,new york,times,serif;
     //height:18px;
     //border:0px;
}
select {
     font-size:12px;
     font-family:georgia,new york,times,serif;
     //height:18px;
     //border:0px;
}