h1 {
	font-size: 20px;
	font-family: times;
}

html, body { 
    margin: auto; 
    width: 750px; 
}

.logo {
	background-color: #174880;
	color: white;
    width: 750px;
    z-index: 20;
    border: 1px solid black;
}

.logoinsert {
    float: left;
}

.tag {
    text-align: center;
    font-size: 18px;
}

.nav {
	font-size: 14px;
    text-align: center; 
    word-spacing: 15px;
    border-top: solid 1px;
    border-bottom: solid 2px black ;
	background-color: #CC0001;
}

.nav a:link { 
	text-decoration: none; 
	color: white; 
}

.nav a:visited { 
	text-decoration: none; 
	color: white;
}

.nav a:hover { 
	color: #26487d;
	text-decoration: none;
}

.wrapper {
    min-height: 500px;
    width: 100%;
    border: 1px solid black;


}

.navbox {
    width: 150px;
    background-color: #174880;
    height: 100%;
    position: relative;
    text-align: center; 
    float: left;
    z-index: 20; 
    margin-right: 10px;

}

.navbox a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

.navbox img {
    height: 80px; 
    border: 0px;

}

.pinbutton:hover {
    background-color: black;
}

.pinbutton {
    padding-bottom: 10px;
    padding-top: 10px;
    
}


.content {
	position: relative;
	top: 0px;
	text-align: justify;	
	padding-right: 10px;
}




.sample {
	text-align: justify;
	width: 200px;
	background-color: lightblue;
	font-size: small;
	float: right;
	padding: 8px;
	margin-left: 5px;
	border: black 1px solid;
	margin-top: -14px;
	margin-right: -10px;

}

.wrapper {
 	border: solid 1px black;
    min-height: 600px;
    background-color: white;
    
}

h1 {
	color: #000066;
}






/*body {
	background-color: white;
	margin: 0 auto; 
	width: 750px ; 
	text-align: center;
	color: #000066;
	font: small Arial, Helvetica, Geneva, sans-serif;
}


.logo {
	background-color: #174880;
	color: white;
	width: 100%;
	height: 82px;
	position: relative;
}

.logoinsert {
    float: left;
}

.tag {
    text-align: center;
    font-size: 18px;
}

.nav {
	font-size: 14px;
    text-align: center; 
    word-spacing: 15px;
    border-top: solid 1px;
    border-bottom: solid 2px black ;
	background-color: #CC0001;
}

.nav a:link { 
	text-decoration: none; 
	color: white; 
}

.nav a:visited { 
	text-decoration: none; 
	color: white;
}

.nav a:hover { 
	color: #26487d;
	text-decoration: none;
}

.nav2box {
    background-color: #174880;
    width: 150px;
    color: black;
    float: left;
    font-size: 18px;
    height: 518px;
	padding-top: 5px;
}

.nav2box a {
    color: white;
    text-decoration: none;
	font: small-caps 14px Arial, Helvetica, Geneva, sans-serif;
}

.nav2box a:hover {
    color: #b11d15;
    text-decoration: none;
    font-size: 14px;
}


.nav2 {
	list-style: none;
    margin-top: 3px;
    text-align: left;
}

.nav2 a{
    color: white;
    text-decoration: none; 
}

.nav2 a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: blue;
}   

.content {
}

/*.contentindex {
    padding-left: 10px;
    text-align: justify;
    float: left;
    width: 345px;
}*/
