h1 {font-size:14px; color:#818181; font-weight:bold;  MARGIN-TOP: 3px;

MARGIN-BOTTOM: 3px; }

h2 {font-size:1.2em; color:#0063a3; font-weight:bold; }

h3 {font-size:12px; color:#818181; font-weight:bold;  MARGIN-TOP: 3px;

MARGIN-BOTTOM: 3px; }

h4 {font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;}

h5 {font-size: 10px;

	font-weight: normal;}
 
.header1	{color: #818181; font-weight: bold; font-size:14px;}
.header2	{color: #0063a3; font-weight: bold; font-size:12px;}
.header3	{color: #818181; font-weight: bold; font-size:11px;}
.redBold	{color: #990000; font-weight: bold; font-size:12px;}
.redlarge	{color: #990000; font-weight: bold; font-size:14px;}
.underline	{text-decoration: underline;}
.redtext      {color:#990000; font-size:12px;}





body { 
    color: #000000;
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-left: 0px; background-color:#ffffff;
}


#main {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    -moz-box-shadow: 8px 1px 25px rgba(0, 28, 55, 0.4);
    -webkit-box-shadow: 8px 1px 25px rgba(0, 28, 55, 0.4);
    box-shadow: 8px 1px 25px rgba(0, 28, 55, 0.4);
}


img {
    border-width: 0px;
    border-style: none;
}

a {
    text-decoration: none;
    color: #990000;
    font-family: Arial, Helvetica, sans-serif;
    cursor: default;
}

a:hover {
    cursor: auto;
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
}


/*captioned image snippets*/

 .image_cap {
        padding: 0 10px;
        width: auto;
    }
    .image_cap img {
        background: none repeat scroll 0 0 #F7F7F7;
        border: 1px solid #DDDDDD;
        border-radius: 3px 3px 3px 3px;
        line-height: 0.8em;
        margin: 0 0 10px;
        padding: 4px;
        white-space: normal;
    }
    .image_cap span {
        background: none repeat scroll 0 0 #F7F7F7;
        border-color: #DDDDDD;
        border-style: none solid solid;
        border-width: medium 1px 1px;
        color: #333333;
        display: block;
        font-size: 80%;
        line-height: normal;
        margin-top: -16px;
        padding: 2px 4px 5px;
        position: relative;
        text-align: left;
        z-index: 2;
    }
    .floatleft {
        display: block;
        float: left;
    }

    .floatright {
        display: block;
        float: right;
    }

  .image_caption{
        font-size:10px;
    }


figure {
display: table;
width: 300px; /* This can be any width, so long as it's narrower than any image */
margin: 1em;
text-align: center;
}
figure img, figcaption {
display: table-row;
}
figure.left {
float: left;
margin-left: 0;
}
figure.center {
margin: 1em auto;
}
figure.right {
float: right;
margin-right: 0;
}
figcaption {
font-size: 0.75em;
font-style: italic;
