body		{
		font-family: Verdana, Geneva, Tahoma, sans-serif;
		font-size: 0.9em;
		background-position: center top;
		background-color: #F3ECE5;
		background-image: url("../images/rangefade.jpg");
		background-repeat:repeat-x;
		background-attachment: fixed;
		}

#container	{
		width: 900px;
		margin: 10px auto;
		}

#masthead	{text-align: center;
		width: 900px;
		}

#navigation 	{
		position: relative;
		float: left;
		width: 150px;
		margin-top: 10px;
		margin-bottom: 10px;
		}

#content	{
		float: left;
		width: 720px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		padding: 10px;
        	}

#masthead h1	{
		font-family:"Times New Roman", Times, serif;
		font-size:3.75em;			
		color: #0000D6;
		}

#navigation ul {
		list-style-type: none;
		width: 100%;
		display: block;
		margin: 0;
		padding: 0;
		}

#navigation li {
		display: block;
		margin: 0;
		padding: 0;
		}

#navigation a {
		color: #003870;
		text-decoration: none;
		display: block;
		padding: 5px;
		}

#navigation a:hover 
		{
		color: #007070;
		text-decoration: none;
		}



#content h1,h2,h3,h4,h5,h6
		{
		color: #004D99;
		text-align: center;
		}

#content hr	{
		width: 80%;
		color: #009999;
		}

#content a	{
		color: #003870;
		}


.exp		{
		font-size: smaller;
		float: right;
		font-style: italic;
		}

.style_bold	{
		font-weight: bold;
		}

p		{
		text-indent:30px;
		}





