@charset "UTF-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#fcfbf4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
}
p {
	font-size: 13px;
}
li {font-size:13px;}
h3 {font-size:16px;}
h2 {font-size:20px;}
h1 {font-size:24px;}

div.underline_grey { 
      	border-bottom-width: 2px;
      	border-bottom-color: #000000;
      	border-bottom-style: solid;
    	}
		
p.brown_box {
border-width: 2px 2px 2px 2px;
border-color: #DF8C01 #DF8C01 #DF8C01 #DF8C01;
border-style: solid;
padding: 2px 2px 2px 2px;
}
.orange_box {
border-width: 8px 8px 8px 8px;
border-style: solid;
padding: 3px 3px 3px 3px;
border-color:#FF6600;
}


/* unvisited link */
a:link {
text-decoration:none;
color:#00F;
}

/* visited link */
a:visited {
text-decoration:none;
color:#00F;
}

/* mouse over link */
a:hover {
text-decoration:underline;
color:#FC0; 
}

/* selected link */
a:active {
text-decoration:none;
color: #FC0; 
}
