/* Global definitions */
body
{     color: #000000;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   text-align: left;
   margin: 0px;
}

/* Basic anchors */
a
{  cursor: pointer;
}

a:link 
{  color: #006633; 
   text-decoration: none;
}

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

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

a:hover
{  color: #993333;
}

/* Previous and Next anchors */
a.prevnext :link
{  color: #cc0000; 
   text-decoration: none;
}

a.prevnext:visited 
{  color: #cc0000; 
   text-decoration: none;
}

a.prevnext:active 
{  color: #000000; 
   text-decoration: none;
}

a.prevnext:hover
{  color: #000000;
}

/* Paragraph elements */
p.articleStart
{  margin-top: 10px;
   margin-left: 10px;
   margin-right: 10px;
}

p.articleStart:first-letter
{  font-size:  1.2em;
}

p.articleStart:first-line
{  font-size: 1.1em;
   text-transform: uppercase;
   letter-spacing: 0.1em;
}

p.article
{  margin-top: 10px;
   margin-left: 10px;
   margin-right: 10px;
}

/* Header elements */
h1, h2, h3
{  color: #993333;
   margin-left: 10px;
   margin-right: 10px;
}

h1
{  font-size: 1.2em;
   margin-bottom: 10px;
}
h2
{  font-size: 1.1em;
}
h3
{  font-size: 1.0em;
}

/* Common stylized text */
font.caption
{  margin-top: 3px;
   margin-left: 10px;
   margin-right: 0px;
   margin-bottom: 10px;
   font-family: verdana;
   font-size: 9px;
   font-weight: bold;
}

font.publication
{  font-style: italic;
   font-weight: bold;
}

font.hint
{  font-size: 9px;
}

font.subscribe
{  font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #ffffff;
}

/* Right side pullout text */
font.pulloutTextRight
{  font-family: verdana, arial, helvetica, sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   margin-top: 10px;
   margin-left: 15px;
   margin-right: 0px;
}

/* Left side pullout text */
font.pulloutTextLeft
{  font-family: verdana, arial, helvetica, sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: bold;
   margin-top: 10px;
   margin-left: 0px;
   margin-right: 10px;
}

/* Right side quote */
font.myQuoteRight
{  font-family: times;
   font-size: 16px;
   font-style: italic;
   font-weight: bold;
   margin-top: 10px;
   margin-left: 15px;
   margin-right: 0px;
}

font.attributionRight
{  font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   margin-top: 0px;
   margin-left: 15px;
   margin-right: 0px;
}

/* Left side quote */
font.myQuoteLeft
{  font-family: times;
   font-size: 14px;
   font-style: italic;
   font-weight: bold;
   margin-top: 10px;
   margin-left: 0px;
   margin-right: 10px;
}

font.attributionLeft
{  font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   margin-top: 10px;
   margin-left: 0px;
   margin-right: 10px;
}

/* Images */
img.RoomyRight
{  margin-right: 15px;
   margin-bottom: 10px;
}

img.RoomyLeft
{  margin-left: 15px;
   margin-bottom: 10px;
}

img.RoomyMiddle
{  margin-top: 15px;
   margin-bottom: 15px;
}

/* Table Stuff */
table
{  margin: 0px;
}

tr.heading
{  background-color: #ffffff;
   text-align: center;
   color: #000000;
}

td
{  font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
}

/* Form Stuff */
input, textarea
{  background-color: #ffffff;
   font-family: verdana, arial, helvetca, sans-serif;
   font-size: 11px;
   line-height: 1.1em;
   color: #000000;
}

option, select 
{  background-color: #ffffff;
   font-family: verdana, arial, helvetca, sans-serif;
   font-size: 11px;
   line-height: 1.1em;
   color: #000000;
}

/* Default Positioning */
#float
{	z-index: 0;
	position: relative;
	width: 960;
	height: 600;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	background-image: url(../images/frontBGfaded.jpg);
}
