/* Default text for the page: Verdana, dark grey text on white background*/
body {
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}

/* Sidebar settings */
#sidebar {
               float: right;
               width: 280px;
               border: solid 1px black;
               margin: 0px 10px 0px 10px;
               background-color:RGB(232,248,215);
               }
/* Picture Sidebar settings */
#sidebarpic {
               float: right;
               width: 420px;
               margin: 0px 10px 0px 10px;
               }

/* Right justified inset images */
img.insetimage_r { float: right; 
			  border: solid 2px black;
			  margin-left: 10px;
			  margin-top: 5px;
			  margin-bottom: 5px;}

/* Left justified inset images */
img.insetimage_l { float: left; 
			  border: solid 2px black;
			  margin-right: 10px;
			  margin-top: 5px;
			  margin-bottom: 5px;}
			  
/* inline images */
img.inlineimage {  
			  border: solid 2px white;
			  margin: 5px;
			  }
			  
/* Right justified inset pictures */
img.insetpic_r { float: right; 
			  border: solid 2px RGB(168,185,149);
			  margin-left: 10px;
			  margin-top: 0px;
			  margin-bottom: 5px;}

/* Left justified inset pictures -added */
img.insetpic_l { float: left; 
			  border: solid 2px RGB(168,185,149);
			  margin-left: 10px;
			  margin-top: 0px;
			  margin-bottom: 5px;}
			  
/* Style for paragraph and list text*/
p, li, td {
    font-size:80%;
	}

p.masthead {
	font-size: 36px;
	font-weight: bold;
	color:white;
	padding:25px;
	margin:5px;
	}

h1 {font-size: 130%;
	margin-top:0;}
h2 {font-size: 110%;
	color:RGB(114,136,89);}
h3 {font-size: 95%;}
h4 {font-size: 105%;
	color:RGB(254,1,3);}
	
/* Style for table data */
td.top_row{
	font-weight:bold;
	}

.header_row{
	font-weight:bold;
	background-color:#333;
	color:white;
	}

.data_row{
	background-color:RGB(225,225,225);
	}

.accent_row{
	background-color:#ccc;
        }

.highlight_row{
	background-color:RGB(254,233,242);
	}

.reddata_row{
	background-color:RGB(243,12,12);
	}

.redaccent_row{
	background-color:RGB(242,97,97);
        }

.orangedata_row{
	background-color:RGB(255,102,0);
	}

.orangeaccent_row{
	background-color:RGB(255,153,51);
        }

.greendata_row{
	background-color:RGB(51,153,0);
	}

.greenaccent_row{
	background-color:RGB(102,204,51);
        }

.bluedata_row{
	background-color:RGB(16,187,230);
	}

.blueaccent_row{
	background-color:RGB(100,202,227);
        }

.lblueaccent_row{
	background-color:RGB(213,226,255);
        }

li.indent {list-style-position: inside;
		   list-style-type: circle;}

/* Style for hypertext links*/
a, 
a:link {
	   color:RGB(10,30,173);
	   text-decoration:underline;
	   }
a:visited {color:RGB(138,32,106);}

#Menu a:link {
	   font-weight:bold;
	   color:RGB(10,30,173);
	   text-decoration:none;
	   }
#Menu a:visited {
	   font-weight:bold;
	   color:RGB(10,30,173);
	   text-decoration:none;
	   }
#Menu a:hover {
	   font-weight:bold;
	   color:#fff;
	   text-decoration:none;
	   }

/* Current link on the menu */
#Menu p.current {
	  color:#fff;
	  font-weight:bold;
	  }

/* Hide the link that jumps to the navigation */
#Skiplink { display: none; }

#Menu {
    position:absolute;
    top: 120px; 
	left: 10px;
	width: 100px;
    background-color:RGB(168,185,149);
    padding: 5px;
}

#Header {
	text-align:center;
	background-color:RGB(168,185,149);
	margin:0px;
	padding:0px;
}

#Content {
	
        margin-left:120px;
	padding:10px;
	}

#Footer {
	text-align:right;
	font-style:italic;
	margin-left:120px;
	padding:10px;
	}

