a:link{
  text-decoration: underline;
  color:#bd3629;
  font: 9pt sans-serif;

}
a:visited{
  color: #642924;
  font: 9pt sans-serif;
  text-decoration: underline;

}

a:hover{
  text-decoration: none;
}

body {
    background-color: white;
    font-family: Arial;
    color: black;
    font-size: 11pt;
}

.footer img
{
	vertical-align: middle;
}

.grayBorder
{
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
background: #f0f0f0;
	position: relative;
	height: auto;
	min-height: 490px;
	min-width: 700px;

}

.grayBorderFront
{
	width: 760px;
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
background: #f0f0f0;
	position: relative;
	height: auto;
	min-height: 490px;
}
    
h1{
    font-size: 13pt;
    color: #202020;
    margin: 0;
    border-bottom: solid #013567 1px;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 5px;
}

h2{
    font-weight:bold;
    font-size: 11pt;
    margin:0;
}

img{
    border: none;
}

.newsBox
{
    color: #202020;
    padding: 5px;
    margin-top: 10px;
    height: 170px;
    border: solid #b6c1cc 1px;
    background-color: #e3ecf5;
    text-align: left;
}

.linksBox
{
    color: #202020;
    padding: 5px;
    margin-top: 10px;
    height: 250px;
    border: solid #b6c1cc 1px;
    background-color: #e3ecf5;
    text-align: left;
}
 

p
{
    margin:0;
    padding-left: 10px;
}

.sideBoxes
{
    background-image: url('../images/sideBox.gif');
    width: 266px; height: 131px;
    font-size: 10pt;
    margin-bottom: 15px;
}

.sideBoxes img{
    border: solid #e3ecf5 1px;
}

.sideBoxes a:link
{
    color: #202020;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
}   

.sideBoxes a:visited{
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
    color: #202020;

}   

.sideBoxes a:hover{
    font-size: 11pt;
    font-weight: bold;
    text-decoration: underline;

}