body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	margin-right: 1in;
	margin-left: 1in;
	margin-bottom: 0;
	margin-top: 0;
	}

.banner { 
	background-color: white;
	background-repeat: no-repeat;
	height:120px; 
	width: 100%; 
    border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #B0C4DE;
	margin-bottom: 0px;	
	}


.main { 
	background-image: url(images/worldmap.jpg); 
	background-color: white;
	background-repeat: no-repeat;
	color: #000000;
	margin-right: 0.1in;
	margin-left: 0.15in;
	margin-bottom: 0;
	margin-top: 0;
	}

a:link {
	color: #385576;
	}

a:visited {
	color: #385576;
	}

#footer {
	color: #385576;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	}

#footer li {
	display: inline;
	}

#footer a {
	text-decoration:none;
	}

hr {   
	color: #fe7419; 
	size: 1;
	}

h1 {   
	margin-top: .5em;
    margin-bottom: 0em;
	font-size: large;
    font-weight: normal;
    font-family: Arial;
	color: #131fa5;
	}

h2 {   
	margin-top: .5em;
    margin-bottom: 0em;
    font-size: large;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #131fa5;
	border-bottom: 1px solid #fe7419;
	}

h3 {   
	margin-top: .5em;
    margin-bottom: 0em;
    font-size: medium;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
            
#pushButton {
	display: block;
	border: 1px solid;
	border-color: #aaa #000 #000 #aaa;
	width: 345px;
	background: #7084a7;
	color: white;
	font-size: large;
	font-weight: bold;
	text-decoration:none;
	}

#pushButton:hover {
	position: relative;
	top: 1px;
	left: 1px;
	border-color: #000 #aaa #aaa #000;
	}

#pushButtonTutorial {
	display: block;
	border: 1px solid;
	border-color: #aaa #000 #000 #aaa;
	width: 345px;
	background: #7084a7;
	color: white;
	font-size: large;
	font-weight: bold;
	text-decoration:none;
	}

#pushButtonTutorial:hover {
	position: relative;
	top: 1px;
	left: 1px;
	border-color: #000 #aaa #aaa #000;
	}
