/* Universal Styles */

body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a:link, a:visited{
	color: #F71B34;
	font-size: 11px;
	text-decoration: underline;
}

a:hover, a:active{
	color: #D70D0E;
	font-size: 11px;
	text-decoration: underline;
}

h1{
	color: #5A5959;
	font-size: 13px;
	
}

h2{
	color: #5A5959;
	font-size: 12px;
	magin: 0 0 2px 0;
}

h3{
	color: #5A5959;
	font-size: 11px;
}

p{
	color: #5A5959;
	font-size: 11px;
	line-height: 14px;
}

td{
	color: #5A5959;
	font-size: 11px;
}

sub{
	color: #999999;
	line-height: 12px;
}

div{
	color: #5A5959;
	font-size: 11px;
}

ul{
	margin: 0 0 0 18px;;
	padding: 0 0 6px 20px;
	list-style: square;
}

li{
	color: #5A5959;
	font-size: 11px;
	margin-bottom: 2px;
}

img{
	border: 0;
}

.hide{
	display: none;
}

a.active:link, a.active:visited, a.active:hover, a.active:active{
	color: #D70D0E;
}

.errorMsg{color: red;}

/* Positioning Styles */

#envelope{
	width: 745px;
	}
	
	#rule{
		height: 3px; 
		background: #999999;
	}
	
	#top{
		height: 63px;
		}
		
		#cnst{
			display: inline; 
		}
		
	#main{
		height: 194px;
		}
		
		#homeText{
			display: block; 
			}
			
			#homeTextBody{
				margin-top: 19px; 
				margin-left: 24px; 
				margin-right: 100px;
			}
			
		#l1nav{
			display: block;
			margin-top: 24px;
			margin-left: 24px;
		}
		
	#contentArea{
		margin-top: 38px; 
		margin-bottom: 48px; 
		margin-left: 24px; 
		margin-right: 120px;
		width: 533px;
		}
		
		#contentArea hr{
			display: none;
		}
	
		.contentImg{
			display: none;
		}
		
		.clear{clear: both;}
	
	#footer{
		margin: 0 24px 24px 0; 
		height: 60px;
		}
	
		#footerImg{
			display: block; 
			position: relative; 
			top: 0px;
		}
		
		#footerNav{
			font-size: 11px;
			color: #999999;
			line-height: 14px;
			}
		
			#footerNav a:link, #footerNav a:visited{
				font-size: 11px;
				font-weight: normal;
				text-decoration: none;
			}
			
			#footerNav a:hover, #footerNav a:active{
				font-size: 11px;
				font-weight: normal;
				text-decoration: underline;
			}
			
	#l2nav{
		float: left;
		padding-top: 24px;
		padding-left: 24px;
	}

	.contentCol{
		display: inline; 
		float: right; 
		width: 159px;
		padding-left: 26px;
	}

	.instructionsCol{
		display: inline; 
		float: right; 
		width: 159px;
		padding-left: 26px;
	}
	
/* Styles for the Sitemap */

.index{
	margin: 24px 0 0 48px;
}

.index p{
	margin-bottom: 6px;
	font-weight: bold;
}

.index ul{
	margin-top: 0px;
	padding-top: 0px;
}

.index ul{
	margin: 0 0 0 12px;
	padding: 0;
	list-style: none;
}

.index a.l2:link, .index a.l2:visited{
	font-weight: bold;
	text-decoration: underline;
	
}

.index a.l2:hover, .index a.l2:active{
	font-weight: bold;
	text-decoration: underline;
}

/* Chart Styles */
table.chart{
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	font-size: 10px;
	border-collapse: collapse;
}

table.chart thead th{
	background: #4777C0;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	height: 33px;
	width: 100px;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

table.chart th{
	background: #8BB1DB;
	color: #333333;
	font-weight: normal;
	text-align: center;
	padding: 4px 0 4px 0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

table.chart td{
	color: #333333;
	font-weight: normal;
	text-align: center;
	padding: 4px 0 4px; 0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

table.chart .violet{
	background: #D9DAEC;
}

table.contact{
	border: 0;
	font-size: 11px;
	border-collapse: collapse;
}

table.contact td{
	color: #5A5959;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0;
	border: 0;
}

table.contact p{
	padding: 0 12px 8px; 0;
}

.medinput{line-height: 12px; padding: 0; margin: 0;}