/* Global definitions */
body
{  background-color: #E3E8F2;
   color: #000;
   font-family: eurostile, arial, helvetica, sans-serif;
   font-weight: bold;
   font-size: 12px;
   text-align: left;
   margin: 0px;
}

/* Basic anchors */
a:link, a:visited, a:active
{  color: #006; 
   text-decoration: none;
}

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

a.TopNav:link, a.TopNav:visited, a.TopNav:active
{  text-decoration: none;
   margin-right: 20px;
   color: #52B6E8;
   font-size: 1.5em;
}

a.TopNav:hover
{  text-decoration: none;
   margin-right: 20px;
   color: #FBD605;
   font-size: 1.5em;
}

a.SelectedNav:link, a.SelectedNav:visited, a.SelectedNav:active, a.SelectedNav:hover
{  text-decoration: none;
   margin-right: 20px;
   color: #52B6E8;
   font-size: 1.5em;
}

#Navigation
{  position: absolute;
   width: 150px;
   left: 20px;
   right: 0px;
   top: 300px;
   bottom: 0px;
   z-index: 2;
   font-weight: 900;
   letter-spacing: .15em;
   text-transform: uppercase;
   line-height: 2em;
}

#Content
{  position: absolute;
   width: 486px;
   height: 373px;
   left: 259px;
   top: 211px;
   z-index: 2;
}

#float
{  position: relative;
   width: 1000px;
   height: 677px;
/*   margin-right: auto;
   margin-left: auto;
   margin-top: auto;
   margin-bottom: auto;
*/ margin: 0 auto;
   padding: 0px;
}

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

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

.hint
{  font-size: 0.9em;
}

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

/* Article first line */
p.articleStart
{  margin-top: 10px;
   margin-left: 0px;
   margin-right: 0px;
}

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

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

/* Article */
p.article
{  margin-top: 10px;
   margin-left: 0px;
   margin-right: 0px;
}

p.article:first-letter
{  font-size: 1.1em;
}

p.misc
{  margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
}

p.indent
{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: -1em;
}

h1.article
{  font-size:  1.2em;
   font-weight: bold;
   margin-left: 0px;
   margin-right: 0px;
   color: #cc0000;
}

h2.article
{  font-size:  1.1em;
   font-weight: bold;
   margin-left: 0px;
   margin-right: 0px;
   color: #000000;
}

h2.sectionTitle
{
	font-size:  1.2em;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
}

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

/* Right side pullout text */
.pulloutTextRight
{  margin-top: 10px;
   margin-left: 15px;
   margin-right: 0px;
   text-transform: uppercase;
   font-size: 0.95em;
}

p.pulloutTextRight:first-letter
{  font-size: 1.3em;
   font-weight: bold;
}

h1.pulloutTextRight
{  font-size: 1.4em;
   font-weight: bold;
}

/* Left side pullout text */
.pulloutTextLeft
{  margin-top: 10px;
   margin-left: 0px;
   margin-right: 10px;
   font-family: times;
   font-size: 1.1em;
   font-style: italic;
   font-weight: bold;
}

p.pulloutTextLeft:first-letter
{  font-size: 1.3em;
   font-weight: bold;
}

h1.pulloutTextLeft
{  font-size: 1.4em;
   font-weight: bold;
}

/* Right side quote */
.myquoteRight
{  font-family: times;
   font-weight: bold;
   font-style: italic;
   font-size: 1.2em;
}

p.myquoteRight:first-letter
{  font-size: 1.3em;
   font-weight: bold;
}

h1.myquoteRight
{  font-size: 1.4em;
   font-weight: bold;
}

.attributionRight
{  font-family: eurostyle, verdana, arial, helvetica, sans-serif;
   font-style: italic;
}

/* Left side quote */
.myquoteLeft
{  font-family: times;
   font-weight: bold;
   font-style: italic;
   font-size: 1.1em;
}

p.myquoteLeft:first-letter
{  font-size: 1.2em;
   font-weight: bold;
}

h1.myquoteLeft
{  font-size: 1.2em;
   font-weight: bold;
}

.attributionLeft
{  font-family: eurostyle, verdana, arial, helvetica, sans-serif;
   font-size: 1em;
   font-style: italic;
}

/* previous and Next text */
a.prevnext 
{  color: #C00; 
   font-size: 1.1em;
   text-decoration: none;
}

a.prevnext:link 
{  
}

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

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

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

tr.heading
{  background-color: #C00;
   text-align: center;
   color: #ffffff;
   width: 100%;
}

table
{
	margin: 0px;
	padding: 2;
	border: 1px solid #C00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.borderTable {
	border: 1px solid #C00;
}

td
{  font-family: verdana, arial, helvetica;
   font-size: 10px;
}

input, textarea
{
   background-color: #FFF;
   font-size: 0.9em;
   background: transparent; /* Added to remove default margin around checkboxes in IE */
   overflow:auto; /* Added to fix default vertical scrollbars in IE */
}

.submitButton {
	font-size: 10px;
	margin: 0px;
	padding: 3px;
	color: #000;
	border: 1px solid #006;
}

.submitButtonHov {
	font-size: 10px;
	margin: 0px;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FBD605;
	background-color: #006;
}

#Copyright {
	position:absolute;
	width:1000px;
	height:10px;
	z-index:6;
	left: 0px;
	top: 667px;
	font-size: xx-small;
	text-align: center;
}

#subNav {
	position:absolute;
	width:1000px;
	height:10px;
	z-index:6;
	left: 0px;
	top: 570px;
	text-align: center;
}

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

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

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

.sectionTitle
{	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.sectionContent
{	margin-top: -10px;
}

