/* Specifies White Background color */
body 	{
	background-color:#eeeeee; color:#efe140;
	height:auto;
}
body.commentBox 	{
	background-color:#005522; color:#efe140;
}

/* Color schemes */

.burnt-orange	{ 
	color: #CC6600;
}

/* Header definitions */

h1,h2,h3,h4,h5,h6	{ 
	color:#000; 
	font-family:Sans-Serif; 
	font-weight:bold;  
}

/* Use H1 for all topic headings. */
h1.indent 	{ 
	margin-left:25px; 
	margin-top:3.00pt; 
	margin-bottom:3.00pt; 
	font-size:24pt; 
}

h1	{
	font-size:42pt; 
	margin-top:0px;
	margin-left:10px;
	padding-top:70px;
}

/* Use H2 for second-level headings. */
h2 	{ 
	margin-top:9.00pt; 
	margin-bottom:3.00pt; 
	margin-right:10pt;
	font-size:24pt;
	color:#337733;
}

/* Use H3 for third-level headings. */
h3 	{ 
	margin-top:6.00pt; 
	margin-bottom:3.00pt; 
	font-size:10pt; 
  color:#efe140;
}

/* Use H4 for fourth-level headings. */
h4, h5, h6	{ 
	margin-top:6.00pt; 
	margin-bottom:6.00pt; 
	font-size:10pt;
	margin-left:4pt; 
	color:#efe140;
}

/* Paragraph definitions. Use plain for body text, and class Indent1 for indented text. */

p 	{
	margin-left:4pt; 
	margin-top:8.00pt; 
	margin-bottom:8.00pt; 
	font-family:Sans-Serif; 
	font-size:10pt;
}

p.indent1 	{ 
	margin-left:6.00pt; 
	margin-top:3.00pt; 
	margin-bottom:3.00pt; 
}

p.archivepage 	{
	margin-top:1pt;
	margin-bottom:2pt;
}


/* Define green horizontal rules of two different sizes */

hr	{
	color:#ffffff; 
	background-color:#008866;
}

hr.thick	{
	height:20px; 
}

hr.thin {
	height:4px;
}

img {
	border-style:2px solid #337733;
}

/* Define the two different list types */

ul 	{ 
	margin-left:12.00pt; 
	text-indent:0pt; 
	margin-top:3.00pt; 
	margin-bottom:3.00pt; 
	font-family:Sans-Serif; 
	font-size:10pt; 
	list-style-type: disc; 
}

ul ul li	{
	list-style-type: square;
	font-size:10pt;
}

ol 	{ 
	margin-left:12.00pt; 
	text-indent:0pt; 
	margin-top:3.00pt; 
	margin-bottom:3.00pt; 
	font-family:Sans-Serif; 
	font-size:10pt; 
	list-style-type: decimal; 
}

table.MainTable {
	background-color:#003377;
}

td.MessageCell {
	background-color:#003377;
}

/* Make the address tag have the same size and indentation as the normal body text */

address	{
	margin-top:16pt;
	font-style:italic; 
	margin-left:2pt; 
	font-size:10pt; 
	font-family:Sans-Serif;
}

a	{
	margin-top:16pt;
	margin-left:0pt; 
	font-size:10pt; 
	font-family:Sans-Serif;
}

a:link	{
	text-decoration: none;
	color: #ffffff;
}
	
a:visited	{
	text-decoration: none;
	color: #ffffff;
}
	
a:hover {
	text-decoration: none;
	color: #337733;
}

a.archivelink {
	font-size:8pt;
	margin-left:2pt;
	margin-right:2pt;
}

blockquote {
	font-family:Sans-Serif; 
	font-size:10pt;
}

#nav {
        position:absolute;
	left:10px;
	top:10px;
	width:200px;
	height:100%;
}

#upleft-nav {
	position:relative;
	height: auto;
	width: 100%;
	background-color: #003377;
	text-align:right;
	border-style:solid;
	border-width:5px;
	border-color:#efe140;
	border-right-color:#337733;
	border-left-color:#337733;
  padding-bottom:1pc;
}

#upleft-nav h3 {
  padding-right: 1pc;
  text-decoration: underline;
}

#upleft-nav ul {
  list-style-type: none;
  }

#upleft-nav li {
  padding-right: 1pc;
  }

#main {
	position:absolute;
	left: 230px;
	top: 10px;
	height: auto;
	width: 550px;
	text-align:left;
	margin-bottom:10px;
}

#title {
	position:relative;
	left: 0px;
	top: 0px;
	height: 150px;
	width: auto;
	text-align:left;
}

#ms150-piczone {
	position:absolute;
	top:30px;
	left:450px;
}

#textarea {
        position:relative;
        top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding-left:10px;
	padding-right:10px;
	background-color:#003377;
	border-style:solid;
	border-width:5px;
	border-color:#efe140;
	border-top-color:#337733;
	border-bottom-color:#337733;
}

#page-name {
	position:relative;	
	text-align:right;
}

