/*  This code is copyrighted to Mike Spackman.
    This means you may NOT use it for you site's design.  */
	
	
/* TO CALCULATE EMS TO PIXELS: DIVIDE (No. OF EMS) BY (0.0625) */ 

@import url('reset.css');

/*
----------------------------------------------------------------
	B A S E
----------------------------------------------------------------
*/

body {
	background: #FFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 8px 0 8px;
}

/* L I N K S */
a:link,
a:visited,
a:active {
	text-decoration: underline;
	}
	


abbr {
	display: none;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	padding-bottom: 32px;
	}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	}
h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	}
h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	}
p {
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 12px;
	}

.quote {
	font-style: italic;
	}
.speaker {
	display: block;
	font-size: 12px;
	font-weight: bold;
	}

.subhead {
	font-weight: bold;
	}



/*
----------------------------------------------------------------
	P A G E  S T R U C T U R E 
----------------------------------------------------------------
*/

#page_area {
	margin: 0 auto;
	width: 1024px; /* 1024px */
	position: relative;
	}
#masthead {
	background: #547C9C url(../i/bg_masthead.jpg) no-repeat;
	background-position: right bottom;
	margin: 0 auto 0 auto;
	height: 200px;
	width: 1024px;
	}
.logo {
	background: transparent;
	padding: 16px 0 0 16px;
	width: 400px;
	}
.prnt_logo {
	display: none;
	}
.logo img {
	height: 115px;
	width: 330px;
	}
.logo h1 {
	color: #FFF;
	font-size: 18px;
	line-height: 20px;
	margin: 12px 0 0 120px;
	}
.logo span {
	display: block;
	font-style: italic;
	font-weight: bold;
	}

/*  N A V I G A T I O N  */
#nav {
	display: none;
}


/*  C O L U M N S  */
#column_area {
	background: transparent;
	clear: both;
	margin: 0 auto;
	padding-bottom: 16px;
	width: 100%;
	}
	
.txt_wrap {
	width: 100%;
	}
.txt_wrap a:link,
.txt_wrap a:visited,
.txt_wrap a:active{
	color: #547C9C;
	}
.txt_img,
.first_txt_img {
	margin-right: 26px;
	float: left;
	width: 226px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
	}
.txt_img img,
.first_txt_img img {
	height: 130px;
	margin: 4px 0 16px 0;
	width: 195px;
	}
.first_txt_img img {
	margin: 42px 0 16px 0;
	}



/* 3  C O L U M N  C O N T E N T */
.column_left {
	border-right: 1px solid #CCC;
	margin-right: 16px;
	padding-top: 16px;
	float: left;
	width: 100%;
	}
.column480 {
	min-height: 154px;
	height: auto !important;
	height: 154px;
	float: left;
	width: 480px;
	}
.column480 h1 {
	padding: 0 28px 24px 0;
	}
.column480 p {
	padding: 0 28px 24px 0;
	}


/*  R I G H T H A N D  C O L U M N  */
.column_right {
	float: right;
	padding-top: 16px;
	width: 280px;
	}
	
.column_right a:link,
.column_right a:visited,
.column_right a:active {
	text-decoration: underline;
	}	

.column_right h3 {
	color: #547C9C;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	}
.column_right ul {
	list-style: none;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 24px;
	}
.column_right li {
	background: url(../i/arrows.gif) no-repeat;
	background-position:  0 1px;
	list-style-position: outside;
	margin-bottom: 6px;
	padding-left: 18px;
	}



/* 2  C O L U M N  C O N T E N T */	
.column710 {
	float: left;
	margin-right: 16px;
	width: 710px;
}
.column710 h1 {
	padding-top: 38px;
}

.column710 a:link,
.column710 a:visited,
.column710 a:active {
	text-decoration: underline;
	}

.bullets,
.numbers {
	font-size: 14px;
	margin-bottom: 16px;
	}
.bullets li {
	font-size: 14px;
	line-height: 20px;
	list-style-type: disc;
	margin-left: 20px;
	padding: 0;
	}
.numbers li {
	font-size: 14px;
	line-height: 20px;
	list-style-type: decimal;
	margin-left: 24px;
	padding-bottom: 8px;
}
.section_rule {
	border-bottom: 1px solid #CCC;
	margin-bottom: 12px;
	}


.push {
	clear: both;
	height: 16px;
	}




/*
----------------------------------------------------------------
	F O O T E R
----------------------------------------------------------------
*/

#footer {
	border-top: 1px solid #CCC;
	margin-left: auto;
	margin-right: auto;
	height: 32px;
	width: 100%;
}

.small_print {
	margin: 0 auto 0 auto;
	width: 100%;
	}

.small_print ul {
	padding-top: 12px;
	}
.small_print li {
	display: inline;
	font-size: 10px;
	margin-right: 32px;
	}
.small_print a:link,
.small_print a:visited,
.small_print a:active {
	display: inline;
	text-decoration: none;
	}

