body      {
	color: #999;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	margin: 0;
	padding: 0
	}



h1, h2, h3  {
	font-size: large;
	color: #669;
	padding-bottom: 2px;
	}


h1  {
	font-size: 125%;
	margin-top: 10px;
	text-shadow: #999 0px 2px 2px;
	!border-bottom: 1px solid #669;
	border-top: 1px dotted #669;
	border-bottom: 1px dotted #669
	}


h2  {
	font-size: 120%;
	margin-top: 10px;
	!text-shadow: #999 0px 2px 2px;
	}


h3  {
	font-size: 105%;
	margin-top: 10px;
	border-style: none;
	}

h4  {
	font-size: 95%;
	border-style: none;
	}
	
fieldset {
	border: 1px solid #669;
	width: 100%
}

div#logo  {
	background-color: #ffffff;
	visibility: visible;
	position: relative;
	z-index: 1 !important;
	top: 10px;
	left: 25px;
	}

div#pagetitle  {
	background-color: #9483EF;
	visibility: visible;
	position: relative;
	z-index: 2 !important;
	top: 70px;
	left: 150px;
	width: 670px;
	border: solid 1px #000;
	}

div#title   {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000;
	text-align: right;
	padding-right: 10px;
	display: block
	}

div#footer {
	clear: both;
	font-family: "Helvetica Neue", helvetica,arial, sans-serif;
	font-size: 80%;
	border-top: 3px solid #cddbe8;
	padding-top: 10px;
	margin-top: 25px;
	overflow:hidden;
	white-space: normal;
	margin-left: 3%;
	width: 90%
}

div#mainSlug    {
	color: #000;
	background-color: #fff;
	background-attachment: fixed;
	visibility: visible;
	margin: 0 225px 0 auto;
	// padding-top: 30px;
	width: 800px;
	height: auto;
	
	margin-top: 25px;
	margin-left: 25px;
	}



div#columnA  {
	text-align: right;
	margin-left: 10px;
	padding-top: 40px;
	padding-right: 10px;
	position: relative;
	z-index: 1 !important;
	width: 20%;
	float: left;
}

#columnA p, #columnA li {
	line-height: 150%;
	font-size: 90%
}

div#columnB   {
	background-color: ivory;
	font: 115% "helvetica Neue",helvetica,arial,sans-serif;
	position: relative;
	z-index: 1 !important;
	padding-top: 45px;
	width: 73%;
	padding-left: 10px;
	padding-right: 5px;
	float: right;
	border-left: 5px solid #669;
}

	
#columnB h2, legend  {
	font-family: "Helvetica Neue",helvetica,arial, sans-serif;
	color: #669;
	font-size: 90%;
	!text-shadow: #999 0px 2px 2px;
	border: none;
	}

#columnB h2 {
	margin-top: 10px;
	padding-top: 3px;
	!border-top: 1px solid #669;
	!padding-left: 3px;
	!border-bottom: 1px solid #669;
	}
	
#columnB h3  {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	margin-top: 10px;
	border-style: none;
	}

#columnB p {
	line-height: 100%;
	font-size: 70%;
	}

#columnB li, ul {
	!border-top: 1px solid #669;
	!border-left: 1px solid #669;
	!border-bottom: 1px solid #669;
	!border-right: 1px solid #669;
	padding-left: 10px;
	!padding-top: 10px;
	padding-bottom: 10px;
	line-height: 100%;
	font-size: 60%;
	!text-indent: 35px;
	position: relative
	}
	
	
a:link     {
	color: #003366;
	text-decoration: none;
	}



a:visited     {
	color: #6699FF;
	text-decoration: none;
	}


a:hover      { 
	color: #336699; 
	text-decoration: none;
	 }


a:active     {
	color: #669;
	text-decoration: none;
	}


#columnA p a:link     {
	border-bottom: 1px solid #003366
	}

#columnA p a:visited     {
	border-bottom: 1px dotted #6699FF
	}

#columnA p a:hover      { 
	text-shadow: #999 1px 2px 2px;	
	background-color: #9F9FFF;   
	-moz-border-radius: 50%;
	border-radius: 50%;
	 }

#columnA p a:active     {
	color: #669;
	border: solid 1px #cc0
	}
	
a.list {
	background: url(../images/interface/hypertext_link.png) no-repeat 0 50%;
	display: block; 
	padding-left: 15px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #669
}
	
a.list:link, a.list:visited      { 
	background-image: url(../images/interface/hypertext_link.png);
}
	
a.list:hover   {
	background-image: url(../images/interface/hypertext_hover.png);
	}

a.list:active   {
	background-image: url(../images/interface/hypertext_active.png);
	}

a.menu   {
	display: block;
	text-transform: lowercase;
	float: left;
	text-align: center;
	font-family: 'Helvetica Neue Narrow', Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left: 1px solid #cddbe8;
	width: 134px;
	font-size: 85%;
	letter-spacing: .1em;
	font-weight: normal;
	}

a#homeMenu.menu {
	border: none;
}

a.menu:link, a.menu:visited {
	color: #ddff99;

	}


a.menu:hover    {
	color: #660;
	background-color: #ddff99;
	}

a.menu:active    {
	color: #ff0;
	background-color: #330;
	}


img a:link   {
	border: none;
	background-image: none;
	text-decoration: none;
	margin-right: 5px;
	border-width: 0
	}


img a:visited   {
	border: none;
	background-image: none;
	text-decoration: none;
	border: none;
	border-width: 0
	}


img a:hover    {
	background-color: transparent;
	text-decoration: none;
	background-image: none;
	margin: 0;
	padding: 0;
	z-index: 1;
	margin-right: 5px;
	border: none;
	}



img a:active   {
	border: none;
	background-image: none;
	border-width: 0
	}

	
label {
	position:relative;
	display: inline;
	vertical-align: top;
	width: 50px;
	text-align:right;
	font-family: optima, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.dropCap   {
	color: #669;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	vertical-align: baseline;
	}

.byline {
	color: #666;
	font: italic 1em optima, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px
	}
	
.date  {
	color: #666;
	font: 80% bold "Helvetica Neue",helvetica,arial, sans-serif;
	margin-bottom: 5px
	}
	
.blogComments {
	width: 98%;
	background-color:#eef;
	border: 1px solid #999;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.smallPrint {
	font-size: 75%
}

.longQuote {
	color: #666;
	font-size: 85%;
	line-height: 120%;
	display: block;
	margin-right: 25px;
	margin-left: 25px
	}
	
img.story    {
	margin-bottom: 5px;
	margin-left: 5px;
	border: none;
	padding: 0px;
	float: right
	}

img.colpix    {
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #cddbe8;
	padding: 5px;
	background-color: ivory;
	float: center;
	}


#IEWarning {
 display: none;
}
