@charset "UTF-8";
/* color scheme
.copper {
  color: #ab5539;
}
.gold {
  color: #fcba63;
}
.cobalt {
  color: #21409a;
}
.slate {
  color: #54666f;
}
.pewter {
  color: #a7a1a7;
}
.coal {
  color: #231f20;
}
*/

/* Reset All Margins and Padding */
* {
	margin: 0;
	padding: 0;
}

/* Layout */
body {
	background: #54666f url(/images/background.jpg) 0 0 repeat-x;
	font-family: Calibri, "Trebuchet MS", "Lucida Grande", Arial, "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	text-indent: 0;
}
#masthead {
	background: #fff url(/images/masthead.jpg) no-repeat;
	height: 154px;
	width: 960px;
}
#main-nav {
	float: right;
}
#column-wrap {
	background: #fff url(/images/container-3col.gif) repeat-y;
}
#top {
	width: 960px;
	height: 22px;
	background: #999;
}
#left {
	width: 155px;
	float: left;
}
#main {
	width: 580px;
	float: left;
}
#right {
	width: 225px;
	float: left;
}
#footer {
	width: 960px;
	background: #ab5539;
}
.content {
	padding: 10px;
}
#masthead .content {
	padding: 0 20px 0 0;
}
#masthead #main-nav .content {
	padding: 8px 12px 0 0;
	font-size: 14px;
	text-align: right;
}
#top .content {
	padding: 0;
	font-size: 14px;
}
#left .content {
	padding: 15px 0 0 0;
	font-size: 13px;
}
#main .content {
	padding: 20px 30px;
}
#right .content {
	padding: 10px 15px 20px;
	font-size: 13px;
}
#footer .content {
	padding: 6px 20px;
	font-size: 0.9em;
	letter-spacing: 0.06em;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* First level header */
#masthead h1 {
	text-indent: -9000px;
	line-height: 0;
	font-size: 0;
}
#masthead h1 a {
	background: transparent url(/images/header.gif) 0 0 no-repeat;
	width: 295px;
	height: 154px;
	display: block;
	float: left;
}

/* Home page layout */
#column-wrap-home {
	background: transparent url(/images/container-home.jpg) 0 0 no-repeat;
	width: 960px;
	height: 468px;
}
#column-wrap-home #main {
	width: 660px;
	height: 442px;
	float: left;
}
#column-wrap-home #right {
	width: 300px;
	height: 442px;
	float: left;
}
#column-wrap-home #footer {
	width: 960px;
	background: #ab5539;
}
#column-wrap-home #main .content {
	padding: 10px 40px;
}
#column-wrap-home #main h2 {
	font-size: 2.2em;
	margin: 0;
}
#column-wrap-home #main h3 {
	font-size: 1.5em;
	margin: 0;
}
#column-wrap-home #main h4 {
	letter-spacing: 0.08em;
	margin: 0;
	line-height: 1em;
}
#column-wrap-home #main ul {
	margin: 0 0 0 15px;
	padding-top: 0;
}
#column-wrap-home #main ul li {
	list-style-image: url(/images/bullet-box.gif);
}
#column-wrap-home #right .content {
	padding: 10px 20px;
}
#column-wrap-home #main .home-spacer {
	width: 600px;
	margin: 0;
	clear: both;
	padding-top: 20px;
}
#column-wrap-home #main .column-boxless {
	width: 150px;
	float: left;
	height: 100%;
	display: inline /* to trick IE6 out of its double float margin bug */
}
#column-wrap-home #main .column-boxless-fat {
	width: 400px;
	float: left;
	height: 100%;
	display: inline /* to trick IE6 out of its double float margin bug */
}
#column-wrap-home #main .alignleft-top {
	float: left;
	margin: 0 30px 0 0;
	display: block;
}

/* Home Main Links */
#column-wrap-home #main a {
	text-decoration: underline;
	color: #000;
}
#column-wrap-home #main a:visited {
	color: #222;
}
#column-wrap-home #main a:hover {
	color: #fff;
}

/* 1 Column Page */
#column-wrap-1col {
	background: #fff;
}
#column-wrap-1col #main {
	width: 960px;
	background: transparent;
}


/* Contact Us page */
#column-wrap-contactus {
	background: #fff url(/images/container-contactus.gif) repeat-y;	
}
#column-wrap-contactus #main {
	width: 735px;
	background: transparent;
}

/* 2 Column Page */
#column-wrap-2col {
	background: #fff url(/images/container-2col.gif) repeat-y;
}
#column-wrap-2col #left {
	width: 155px;
	float: left;
}
#column-wrap-2col #main {
	width: 805px;
	float: left;
}


/* Very Top Navigation and Login */

/*gwyn ... added font-size */
#masthead #main-nav a, #masthead #main-nav {
	text-decoration: none;
	border: none;
	color: #000;
    font-size: 20px;
	font-weight: bold;
}
#masthead #main-nav a:hover {
	color: #fff;
}
#masthead #main-nav input {
	border: 1px solid #000;
	margin: 2px;
}
/*gwyn ... added this */
#WAATKLogInForm {
	float: right;
}

.WAATKButtonRow input {
	font-family: Calibri, "Trebuchet MS", "Lucida Grande", Arial, "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
.WAATKButtonRow input#LogIn, .WAATKButtonRow input#LogOut {
	color: #000;
	background: #ddd;
	font-weight: bold;
}
/*gwyn ... changed family and added size */
.WAATKTextField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #21409a;
}


/* Main Top Menu */
/* Outer Wrapper */
#top .p7PMMh03 {
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	background-image: url(/images/menu/menu-root.jpg);
	background-repeat: repeat-x;
	background-color: #999;
	text-align: left;
	line-height: normal;
}
/* Hide Sub-Menu in Design View */
#top .p7PMMh03 ul div {
	display: none;
}
/* Top Level */
#top .p7PMMh03 ul {
	margin: 0;
	padding: 0;
}
#top .p7PMMh03 li {
	list-style-type: none;
	float: left;
	width: 120px;
}
/* Hide from IE5 Mac \*/
#top .p7PMMh03 li {width: auto;}
/*End Hiding*/

/*Top Level Links*/
#top .p7PMMh03 a {
	display: block;
	text-decoration: none;
	padding: 4px 24px;
	color: #000 !important;
	border-right: 1px solid #888;
	text-align: left;
}
#top .p7PMMh03 ul li a.locked {
	background-image: url(/images/menu/locked.gif);
	background-position: 99% 45%;
	background-repeat: no-repeat;
}
#top .p7PMMh03 a:hover {
	color: #FFF !important;
}
/* Syntax for special classes programatically assigned to first and last links */
#top .p7PMMh03 ul a.pmmfirst {
}
#top .p7PMMh03 ul a.pmmlast {
	border-right: none;
}
#top .p7PMMh03 ul li.pmmfirst {
}
#top .p7PMMh03 ul li.pmmlast {
}
/* First Sub Level */
#top .p7PMMh03 ul ul {
	z-index: 10000;
	background-color: #000;
	width: 200px;
	background-image: url(/images/menu/menu-subs.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #666;
}
#top .p7PMMh03 ul ul li {
	float: none;
	background-image: none;
}
#top .p7PMMh03 ul ul a {
	padding: 4px 16px;
	color: #CCC !important;
	border-right: 0;
	background-image: none;
	text-align: left;
	overflow: hidden;
}
#top .p7PMMh03 ul ul a:hover {
	background-color: #424242 !important;
	color: #FFF !important;
	background-image: none;
}
/* Third Level (Flyouts in horizontal menu) */
#top .p7PMMh03 ul ul ul {
	border-top: 1px solid #555;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #555;
}
/* Image-based rules */
#top .p7PMMh03 img {
	border: 0;
}
#top .p7PMMh03 .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}
/* Sub Level */
#top .p7PMMh03 ul a.trig_closed, #top .p7PMMh03 ul a.trig_closed_left {
	background-image: url(/images/menu/pmm-south-dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#top .p7PMMh03 ul a.trig_closed_up {
	background-image: url(/images/menu/pmm-north-dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#top .p7PMMh03 ul li.trig_open {
	color: #FFF !important;
	background-color: #404040 !important;
}
#top .p7PMMh03 ul a.trig_open {
	background-position: 100% -165px;
	color: #FFF !important;
}
#top .p7PMMh03 ul a.trig_open_up {
	background-color: #000;
	color: #FFF !important;
}
#top .p7PMMh03 ul ul a.trig_closed {
	background-image: url(/images/menu/menu-east-medium.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#top .p7PMMh03 ul ul a.trig_closed_left {
	background-image: url(/images/menu/pmm-west-medium.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#top .p7PMMh03 ul ul a.trig_open {
	color: #FFF !important;
	background-color: #424242 !important;
}
/* Current Marker (You are here) links */
#top .p7PMMh03 .current_mark {
	font-weight: bold;
	color: #666 !important;
	background-color: #afbadb;
}
#top .p7PMMh03 ul ul .current_mark {
	color: #FFF !important;
}

/* Left Menu */
/* Vertical Outer Wrapper*/
#left .p7PMMv03 {
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	padding: 0;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
#left .p7PMMv03 ul div {
	display: none;
}
/* Top Level */
#left .p7PMMv03 ul {
	margin: 0;
	padding: 0;
}
#left .p7PMMv03 li {
	list-style-type: none;
}
#left .p7PMMv03 a {
	display: block;
	text-decoration: none;
	padding: 5px 16px;
	color: #000 !important;
	text-align: left;
}
#left .p7PMMv03 a:hover {
	color: #888 !important;
	background-color: #222 !important;
}
/* Syntax for special classes programatically assigned to first and last links and also LIs */
#left .p7PMMv03 ul a.pmmfirst {
}
#left .p7PMMv03 ul a.pmmlast {
}
#left .p7PMMv03 ul li.pmmfirst {
}
#left .p7PMMv03 ul li.pmmlast {
}
/*First Sub Level*/
#left .p7PMMv03 ul ul {
	z-index: 10000;
	width: 180px;
	border-top: 1px solid #626262;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #626262;
	background-color: #000;
	background-image: url(/images/menu/pmm_greystone_subs.jpg);
	background-repeat: repeat-x;
}
#left .p7PMMv03 ul ul li {
	background-image: none;
}
#left .p7PMMv03 ul ul a {
	color: #CCC !important;
	text-align: left;
	overflow: hidden;
}
#left .p7PMMv03 ul ul a:hover {
	background-color: #424242 !important;
}
/* SPECIAL IMAGE-BASED RULES */
#left .p7PMMv03 img {
	border: 0;
}
#left .p7PMMv03 .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}
/* TRIGGERS and CUURENT MARK RULES

/*Root Level*/
#left .p7PMMv03 li.trig_open {
}
#left .p7PMMv03 a.trig_closed {
	background-image: url(/images/menu/pmm_east_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#left .p7PMMv03 a.trig_closed_up {
	background-image: url(/images/menu/pmm_north_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#left .p7PMMv03 a.trig_closed_left {
	background-image: url(/images/menu/pmm_west_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#left .p7PMMv03 a.trig_open, #left .p7PMMv03 a.trig_open_left {
	color: #CCC !important;
	background-color: #000 !important;
	background-image: url(/images/menu/pmm_greystone_subs.jpg);
	background-repeat: repeat-x;
}
/*Sub Level*/
#left .p7PMMv03 ul ul a.trig_closed {
	background-image: url(/images/menu/pmm_east_medium.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#left .p7PMMv03 ul ul a.trig_closed_left {
	background-image: url(/images/menu/pmm_west_medium.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#left .p7PMMv03 ul ul a.trig_open, #left .p7PMMv03 ul ul a.trig_open_left {
	color: #CCC !important;
	background-color: #000 !important;
	background-image: none;
}
/*The Current Marker (You are here) links*/
#left .p7PMMv03 .current_mark {
	font-weight: bold;
	color: #ab5539 !important;
}
#left .p7PMMv03 ul ul .current_mark {
	color: #ab5539 !important;
}
#left .p7PMMv03 .current_mark:hover {
	font-weight: bold;
	color: #FFFFFF !important;
}

/* Right Sidebar */
#right h3, #column-wrap-home #right h3 {
	color: #21409a;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
}
#right h4, #column-wrap-home #right h4 {
	color: #21409a;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
	font-size: 1.1em;
}
#right h5, #column-wrap-home #right h5 {
	color: #21409a;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
}
#right h6, #column-wrap-home #right h6 {
	color: #21409a;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
}
#right h3, h4, h5, h6, p, #column-wrap-home #right h3, #column-wrap-home #right h4, #column-wrap-home #right h5, #column-wrap-home #right h6, #column-wrap-home #right p {
	margin: 0.8em 0 0.6em 0;
}
#right p, #column-wrap-home #right p {
	font-size: 1em;
	line-height: 1.2em;
}

/* Right Sidebar lists */
#right ul, #right ol, #column-wrap-home #right ul, #column-wrap-home #right ol, #right .p7PMMv03 ul {
	margin: 0.8em 0 0 0;
	padding: 0;
	font-style: italic;
}
#right ul li, #column-wrap-home #right ul li, #right .p7PMMv03 ul li {
	margin: 0.4em 0 0 20px;
	list-style: url(/images/bullet-right.gif);
	line-height: 1.2em;
	float: none;
}
#right ul li li, #column-wrap-home #right ul li li {
	list-style: square;
}
#right ol, #column-wrap-home #right ol {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#right ol li, #column-wrap-home #right ol li {
	margin: 0.4em 0 0 20px;
}
#right li, #column-wrap-home #right li {
	font-size: 100%;
}
#right a, #column-wrap-home #right a, #right .p7PMMv03 a {
	display: block;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	color: #000 !important;
	text-align: left;
	line-height: 1.2em;
}
#right a:hover, #column-wrap-home #right a:hover, #right .p7PMMv03 a:hover {
	color: #fff !important;
	background-color: transparent !important;
}

/*The Current Marker (You are here) links*/
#right .p7PMMv03 .current_mark {
	font-weight: bold;
	color: #ab5539 !important;
}
#right .p7PMMv03 ul ul .current_mark {
	font-weight: bold;
	color: #ab5539 !important;
}
#right .p7PMMv03 .current_mark:hover {
	font-weight: bold;
	color: #FFFFFF !important;
}
#right .p7PMMv03 ul ul .current_mark:hover {
	font-weight: bold;
	color: #FFFFFF !important;
}

/* General Formatting */
h2 {
	font-size: 1.5em; 
	line-height: 1.2em; 
	color: #21409a;
	font-weight: normal;
	margin: 0;
}
h3 { 
	font-size: 1.3em; 
	line-height: 1.1em;
	color: #21409a;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0.8em 0 0.6em 0;
}
h4 {
	font-size: 1.3em;
	line-height: 1.0em;
	color: #21409a;
	margin: 0.8em 0 0.6em 0;
}
h5 {
	font-size: 1.2em;
	line-height: 0.9em;
	color: #21409a;
	margin: 0.8em 0 0.6em 0;
	font-weight: bold;
	font-style: italic;
}
h6 {
	font-size: 1.1em;
	color: #21409a;
	margin: 0.8em 0 0.6em 0;
	font-weight: bold;
}
p {
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 0.8em 0 0 0;
	padding: 0;
}
strong {
	font-weight: bold;
	color: #21409a;
}
.uppercase {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

/* Main Lists */
#main ul, #main ol {
	margin: 0.8em 0 0 2em;
	padding: 0;
	font-size: 0.8em;
}
#main ul li {
	margin: 0.6em 0 0 0;
	list-style-image: url(/images/bullet.gif);
	list-style-type: disc;
	line-height: 1.1em;
}
#main ul li li {
	list-style-type: disc;
	list-style-image: none;
	font-size: 1.2em;
}
#main ol {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ol li {
	margin: 0 0 0 2em;
}
#main li {
	font-size: 100%;
}
	
/* Main Links */
#main a {
	text-decoration: underline;
	color: #ab5539;
}
#main a:visited {
	color:#B87059;
}
#main a:hover {
	color: #222;
}

/* Images */
.imageb {
	border: 2px solid #09a;
	margin: 6px;
}
.caption {
	background: #efefef;
	border: 1px solid #ddd;
	text-align: center;
}
.caption p {
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
	display: block;
}
.alignright { 
	float: right;
	margin: 10px 0 10px 20px;
	display:block; 
}
.alignleft-top {
	float: left;
	margin: 0 20px 10px 0;
	display: block;
}
.alignright-top {
	float: right;
	margin: 0 0 0px 20px;
	display:block;
}
p img {
	padding: 0;
	max-width: 100%;
	margin-right: 15px;
}
img.centered, div.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.alignright {
	padding: 4px;
	margin: 0 0 10px 20px;
	display: inline;
}
div.alignleft {
	padding: 4px;
	margin: 0 20px 10px 0;
	display: inline;
}

/* Footer */
#footer #to-top {
	text-align: center;
	text-transform: uppercase;
}
#footer .copyright {
	color: #fff;
	text-align: center;
	margin-top: 0.4em;
}
#footer a {
	border: none;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#footer a:hover {
	color: #222;
	text-decoration: underline;
}
#footer p {
	margin: 0;
}

/* Various Tags & Classes */
.byline {
	color: #666;
	text-align: right;
}
.skiplinks {
	display: none;
}
input, textarea {
	background: #efefef;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #21409a;;
	font-size: 1.0em;
}
input select {
	background: none;
}
input#submit {
	width: 4em;
	font-family: Calibri, "Trebuchet MS", "Lucida Grande", Arial, "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
code {
	font: 1.1em Consolas, 'Courier New', Courier, Fixed;
	color: #777;
}
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}
.clear {
	clear: both;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.text-center {
	text-align: center;
}
a img {
	border: none;
}
.text-right {
	text-align: right;
}
.no-margin-top {
	margin-top: 0;
}
.subheader {
	margin-top: 0;
	font-style: italic;
	font-weight: normal;
}
.warning {
	text-align: center;
	color: red;
	font-weight: bold;
}
.mission {
	line-height: 0.9em;
	font-size: 0.9em;
	font-style: italic;
}
.footnote-italic {
	font-size: .6em;
	font-style: italic;
	border: thin solid #067;
}

/* Boxes */
.boxcol {
	width: 50%;
	float: left;
}
.half-box {
	width: 230px;
	padding: 8px;
	border: 1px solid #FCBA63;
	background: #FEEEDA;
	margin: 5px;
}
.full-half-box {
	width: 340px;
	padding: 8px;
	border: 1px solid #FCBA63;
	background: #FEEEDA;
	margin: 5px;
}
.full-half-box h3 {
	font-size: 1.1em;
}
.full-half-box h4 {
	font-size: 1.0em;
}
.full-half-box h5 {
	font-size: 0.85em;
}
.full-half-box h6 {
	font-size: 0.8em;
}
.half-box h3 {
	font-size: 1.1em;
}
.half-box h4 {
	font-size: 1.0em;
}
.half-box h5 {
	font-size: 0.85em;
}
.half-box h6 {
	font-size: 0.8em;
}
.full-box {
	width: 490px;
	padding: 8px;
	border: 1px solid #FCBA63;
	background: #FEEEDA;
	margin: 5px;
}
.full-box h5 {
	font-size: 0.85em;
}
.fat-box {
	width: 733px;
	padding: 8px;
	border: 1px solid #FCBA63;
	background: #FEEEDA;
	margin: 5px;
}
.fat-box h5 {
	font-size: .85em;
}
.half-box ul li, .full-box ul li, .fat-box ul li {
	list-style-image: url(/images/bullet-box.gif);
}

/* Contact Form */
.contact div.row-narrow {
	width: 520px;
	clear: both;
	font-size: 0.9em;
	padding: 4px 0;
}
.contact .row-narrow label {
	text-align: right;
	width: 150px;
	display: block;
	float: left;
	padding-right: 0.5em;
}
.contact .row-narrow textarea {
	text-align: left;
	float: left;
	display: block;
	background: #eee;
}
.contact .row-narrow input {
	text-align: left;
	width: 240px;
	float: left;
	display: block;
	background: #eee;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #21409a;
} 
.contact input#submit {
	text-align: center;
	float: none;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #21409a;
	border: 1px solid;
	border-color: #666 #999 #999 #666;
	padding: 0;
}

.contact div.row-wide {
	width: 700px;
	clear: both;
	font-size: 0.9em;
	padding: 4px 0;
}
.contact .row-wide label {
	text-align: right;
	width: 200px;
	display: block;
	float: left;
    padding-right: 0.5em;
}
.contact .row-wide textarea {
	text-align: left;
	float: left;
	display: block;
	background: #eee;
}
.contact div.row {
	width: 700px;
	clear: both;
	font-size: 0.9em;
	padding: 4px 0;
}
.contact .row label {
	text-align: right;
	width: 200px;
	display: block;
	float: left;
	padding-right: 0.5em;
}
.contact .row input {
	text-align: left;
	width: 240px;
	float: left;
	display: block;
	background: #eee;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #21409a;
} 
.contact .poo input {
	visibility: hidden;
	width: 20px;
} 
.contact .row input#submit {
	text-align: center;
	float: none;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #21409a;
	border: 1px solid;
	border-color: #666 #999 #999 #666;
	padding: 0;
}

/* Special Styles */
.extra-leading {
	line-height: 1.8em;
}
.single-liner {
	margin: 6em 0;
}
.column-boxless {
	width: 150px;
	float: left;
	padding: 8px;
	margin: 5px;
	display: inline /* to trick IE6 out of its double float margin bug */
}
.column-boxless-fat {
	width: 400px;
	float: left;
	padding: 8px;
	margin: 5px;
	display: inline /* to trick IE6 out of its double float margin bug */
}
.bold {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

