/* CSS Document */

 *{
         font-family: Roboto, Helvetica, sans-serif;
  } 

body	{background-color:#000033;
	}

/* line-height = height is a weird fix for the lack of vertical-align for divs */
.header-content{width:100%;
   height:25px;
   line-height:25px;
   text-align:center;
   }
 

.interior-content {border: 1px solid black;
		background-color:#FFFFFF;
		padding: 20px 20px 20px 20px;
		min-height: 600 px;
		vertical-align:top;
		margin: 40px 40px 40px 40px;
                line-height:22px;
	        color: #5b5b5b;
	        font-size:11pt;

		}

.prop {
    height:500px;
    float:right;
    width:1px;
  }

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

h3 {
	font-size:24px;
	margin: 2px 0px 2px 0px;
	}
	
h4 {
	font-size:22px;
	margin: 2px 0px 0px 0px;
	}
	
h5 {
	font-size:18px;
	margin: 2px 0px 2px 0px;
	}
	
p {
        line-height:18px;
	}

tt {font-family:Courier;
	color: #000000;
	}

pre {font-family:Courier;
	color: #000000;
	}

kbd {font-family:Courier;
	color: #000000;
	}

img {
	margin: 5px 5px 5px 5px;
	}

a {text-decoration:none;
	color:#0000CD
	}

a:hover {text-decoration:underline;
	color:#003399;
	}
	
a:visited {text-decoration:none;
	color:#003366;
	}

li { margin: 10px 0;
   }

hr {
    border-top: 1px gray;
    margin: 20px;
}

