@import url("style.css");

/*  Body Formatting */

body { 
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	padding-bottom: 25px;
}


/* Text formatting.  */

p, b, abbr, ul, select, table, legend, ol
		{
		font-family: verdana, arial, helvetica, sans-serif;
		color : #000; 
		text-align: left;
		font-size :x-small;
		voice-family: "\"}\""; 
		/* IE5.5/Win misinterpretation of font sizes hack 
		   (http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html), 
		   same as box model hack
		   (http://www.tantek.com/CSS/Examples/boxmodelhack.html)
		*/
		voice-family: inherit;
		font-size: small;

		}
		
li{
	padding-bottom:4px;
}

h1, h2, h3, h4, h5, h6 {
color:#006699;
font-family: "Helvetica", "Arial", "Verdana", sans-serif;
font-weight: bold;
margin-top: 10px;
margin-bottom: 2px;
letter-spacing: 1px;
}

h1{
	font-size : 115%;
	margin-top: 20px;
	/*border-bottom : 1px solid #F26721;*/
}

h2{
	font-size : 100%;

}

h3{
	font-size : 90%;
	
}

p
		{
		line-height: 1.2em; 
		}

.error {
		color : red;
		}

.next	{
		text-align : right;
		}
		
.small	{
		font-size: x-small; 
		}
.small :link:hover   { text-decoration : underline } 


abbr
		{
		border-bottom: #888888 dotted 1px;
		}

table
		{
		border : 0em
		}

		
legend {
		
		}
fieldset{
		text-align : left; margin-top : 1em;
		}


/* Link Formatting */

:link    { color: #0099cc; text-decoration : none }    
:visited { color: #006699; text-decoration : none } 
:visited:hover { color: #006699; text-decoration : underline }   
:link:hover   { color: #6699cc; text-decoration : underline } 
  

h2.sectiontitle{
	padding-bottom : 0.7em;
	border-bottom : 1px solid #F26721;
	margin-top: 50px;
}

/* Image formatting */

img {
	border: 0px;
	}

/* Hiding text */

.hidden	{
		position : absolute;
		left : -100%;
		}

/* News Items */

.newsitem{
	
}

.newsdate{

}

.newstitle{
 margin-left : 20px;
}

.milestone{
 background-color : #D5ECFC
}