@charset "UTF-8";
/* CSS Document */

@media (min-width:960px){.container{width:960px}}

html													{ width: 100%; height: 100%; padding: 0px; margin: 0px;}
body 													{ background:#DDD; }

p														{ text-align: justify; margin: 20px 0px; }

#headerRow												{ min-height:180px; background:#003C78; }

#miscRowCntnr											{ background:#003C78; border:1px solid #FFF; border-bottom:5px solid #FFF; padding-left:0px; padding-right:0px; }
#miscRowCntnr div p 									{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: normal; text-align: center; color: #FFFFFF; padding: 12px 0px; margin: 0px; }
#miscRowCntnr div p#indexCntctData						{ font-size: 20px; line-height: 20px; color: #003C78; background-color:#AAA; }

#footerRow												{ background:#AAA; border-top:5px solid #003C78; }
#footerRow p 											{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 13px; text-align: center; color: #003C78; padding: 21px 0px; margin: 0px; }
#footerRow a 											{ text-decoration: none; color: #003C78; }
#footerRow a:hover 										{ text-decoration: none; color: #003C78; }