/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #000099;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;

}




.inlineheaderlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #6092A9;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #15416c;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#000000;
	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	font-weight: bold;
	
}



p { 
    font-size: 14px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
    line-height: 20px;

	
}

.inlinelink {
	text-decoration: none;
	color: #ffffff;
}


.cimage { 
	border: 1px solid #ffffff;
	margin-left: 5px;
	margin-right:5px;
	margin-top:40px;
	}


.pimage { 
	border: 1px solid #000000;
	margin-left: 10px;
	margin-right:10px;
	margin-top:0px;
	 }
.callimage {
	margin-left: 10px;
	margin-right:10px;
	margin-top:0px;
}



.box {
	padding: 10px;
	height: auto;
	width: 148px;
	margin: 10px 10px 10px 18px;
	border: solid #000000 1px;
	background-color: #E4E4AC;  /* change this to change the color of the box */
	text-align: left;
}
.box2 {
	padding: 10px;
	margin-left: 25px;
	height: auto;
	width: 590px;
	margin: 0px 10px 10px 10px;
	border: solid #000000 1px;
	background-color: #2FA5A5; /* change this to change the color of the box */
	text-align: center;
	
}

ul { 
    font-size: 14px;
    color: #000000;
    margin-top: 0px;
    margin-left: 0px;


	
}

.footer {
    font-size: 12px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

.leaders {
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color:#336699;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffcc;
	border-top: 1px solid #006633;
	border-bottom: 1px solid #006633;
	border-left: 1px solid #006633;
	border-right: 1px solid #006633;
	}
	
ul.nav { 
    font-size: 11px;
    color: #000000;
    text-align: left;
    font-weight: normal;
    list-style-type: circle;
    line-height; 10px;
}
	
p.small{ 
    font-size: 11px;
    text-align: left;
    color: #336699;
    text-decoration: underline;
	
}