@charset "UTF-8";
/* This CSS file is used for all the sub-windows that open in the Ensign web site */


body {
	background-color:#FFFFFF;
	margin:10;
	padding:10;
	font-family:Georgia, Times, Serif;
	color:#2A3741;
	}

img {
	border:none;
	}


/*LAYOUT DIVS AND FLOATS*/


.leftcol {
	float:left;
	width:276px;
	}

.rightcol {
	float:right;
	width:276px;
	}

.breakline {
	border-bottom:#D3DBDE 1px solid;
	height:1.4em;
	width:100%;
	margin-bottom:1em;
	}

/*TEXT DEFENITIONS*/

h1 {
	font-family:trebuchet, trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#557682;
	margin:0;
	padding:0;
	}

h2 {
	font-family:trebuchet, trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#557682;
	font-weight:300;
	margin:0;
	padding:0;
	}

h3 {
	font-family:trebuchet, trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#557682;
	font-weight:300;
	margin:0;
	padding:0;
	}

p {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding-top:1em;
	}
	p a:link {
	color: #FF6600;
	text-decoration: none;
	}
	p a:visited {
	color:#FF6600;
	text-decoration: none;
	}
	p a:hover {
	color:#FF6600;
	text-decoration: underline;
	}	

ul li{
	font-family:trebuchet, trebuchet MS, Arial, Helvetica, sans-serif;
	color:#2A3741;
	font-size: 14px;
	}
	ul li a:link {color:#2A3741; text-decoration:underline;}
	ul li a:visited {color:#557682; text-decoration:underline;}
	ul li a:hover {color:#FF6600; text-decoration:underline;}

.sublist {
	font-family:trebuchet, trebuchet MS, Arial, Helvetica, sans-serif;
	color:#2A3741;
	font-size: 14px;
	}
	.sublist td {padding:5px 8px;}
	.sublist a:link {color:#2A3741; text-decoration:underline;}
	.sublist a:visited {color:#557682; text-decoration:underline;}
	.sublist a:hover {color:#FF6600; text-decoration:underline;}
