
body {
   font-family : Arial;
   margin: 5px 15px 5px 15px;
}

#wrapper {
    width: 90%;
    margin: 0px;
    }

#header {
    width: 100%;
    margin-bottom: 3px;
    margin-right: 10px;
    overflow: hidden;
    padding-bottom: 3px;
    text-align: center;
    }
	

ul#caption {
    list-style-type:none; /*remove the bullet point from the list items*/
    }
   #caption li{
    display:inline-block; /*places the images in a line*/
    padding:20px 20px; /*padding around the images*/
    /*style the caption text*/
    font-size:90%;
    font-family:sans-serif; 
    color:#525252;
    text-align:center;
    }
	
	
li.below:after{ /* by using :after we place the caption after the image, when used with display:block this will be underneath the image*/
    content: attr(title); /*places the contents of title below the image*/
    display:block; /*puts the caption on its own line instead of at the side of the image*/
    }
	
li.above:before{ /* by using :before we place the caption before the image, when used with display:block this will be on top of the image*/
    content: attr(title); /*places the contents of title below the image*/
    display:block; /*puts the caption on its own line instead of at the side of the image*/
    }

.title {
    background-color: #009D32;
    }


#leftcolumn {
  float: left;
  width: 60%;
   padding: 0px;
   margin: 0px;
   height: 100%;
}

#rightcolumn {
    float: right;
    margin-left: 61%;
  width: 39%;
   padding: 0px;
   margin: 0px;
      height: 100%;
}

UL.indent {
    font-size : 14px;
    font-family : Arial;
    font-weight : normal;
    color : Black;
    line-height : 18px;
	margin-left : 10px;
	padding-left: 5px;
}

LI.indent {
    font-size : 14px;
    font-family : Arial;
    font-weight : normal;
    color : Black;
    line-height : 18px;
	margin-left : 10px;
	padding-left: 5px;
}

    
#lefttitle{
   color: #ffffff;
   font-weight: bold;
   padding: 7px;
   margin: 0px;
   height: 30px;
}

#righttitle{
    color: #ffffff;
   font-weight: bold;
    padding: 7px;
    margin: 0px;
   height: 30px;
}

#leftmain{
   padding: 7px;
   margin-bottom: 5px;
   background-color: #f9f4ed;
}
 
#rightmain{
  padding: 7px;
  margin-bottom: 5px;
  background-color: #f9f4ed;
}

h1 {
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: 600;
	color: #009D32;
	}

H2  {
    font-size : 18px;
    font-family : Arial;
    font-weight : bold;
    font-style : normal;
    color : white;
}

H2.title  {
    font-size : 18px;
    font-family : Arial;
    font-weight : bold;
    color : #0a2d6e;
    background : #ECECEC;
    padding: 3px;
}

H2.newtitle  {
    font-size : 18px;
    font-family : Arial;
    font-weight : bold;
    color : #0a2d6e;
    padding: 3px;
}

H2.dates  {
    font-size : 18px;
    font-family : Arial;
    font-weight : bold;
    color : #FFFFFF;
    padding-top : 5px;
    margin-top : 5px;
}



H2.reverse  {
    font-size : 18px;
    font-family : Arial;
    font-weight : bold;
    font-style : normal;
    color : navy;
    margin-bottom : 0;
    margin-top : 0;
}

H3  {
    font-size : 16px;
    font-family : Arial;
    font-weight : bold;
    font-style : normal;
    color : white;
    padding : 4px;
}

H3.blue  {
    font-size : 16px;
    font-family : Arial;
    font-weight : bold;
    font-style : normal;
    color : navy;
    margin-bottom : 0;
    margin-top : 0;
}


H3.main  {
    font-size : 16px;
    font-family : Arial;
    font-weight : bold;
    font-style : normal;
    color : black;
    padding-bottom : 0px;
    margin-bottom : 4px;
}


H4  {
    font-size : 13px;
    font-family : Arial;
    font-weight : bold;
    color : black;
}

H4.divide  {
    font-size : 13px;
    font-family : Arial;
    font-weight : bold;
    color : black;
    background : #ECECEC;
    margin : 2px;
    padding: 2px;
}

H5.white {
    font-size : 11px;
    font-family : Arial;
    font-weight : bold;
    color : 000080;
    margin-bottom : 0;
    margin-top : 0;
}

H5.white_lg {
    font-size : 11px;
    font-family : Arial;
    font-weight : bold;
    font-style : italic;
    color : #d7d7d7;
    margin-bottom : 0;
    margin-top : 0;
}

P.smcontact  {
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 15px;
	color: Black;
	margin-left: 0px;
	margin-bottom: 10px;
	color: #000;
}

LI.help  {
    font-size : 14px;
    font-family : Arial;
    font-weight : normal;
    color : Black;
    line-height : 18px;
}


H4.help  {
    font-size : 14px;
    font-family : Arial;
    font-weight : bold;
    color : black;
}

h5  {
    font-size : 11px;
    font-family : Arial;
    font-weight : normal;
    color : Black;
}


H2.reverse  {
    font-size : 16px;
    font-family : Arial;
    font-weight : bold;
    font-style : normal;
    color : navy;
    margin-bottom : 0;
    margin-top : 0;
    background : #d1d1d1;
}

P.postmonth {
color: #333;
font-size: 9px;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
margin: 0px;
}

P.postday {
color: #000;
font-size: 16px;
font-style: bold;
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
margin: 0px;
}

P.postyear {
color: #333;
font-size: 9px;
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
margin: 0px;
}

P  {
    font-size : 14px;
    line-height: 17px;
    font-family : Arial;
    font-weight : normal;
    color : Black;
}

P.updatetitle  {
    font-weight : bold;
    color : #333366;
    border-bottom: 2px solid #cccccc;
}

P.update {
    line-height: 17px;
    color : #000;
    padding: 0px;
    margin: 0px;
}

P.newupdate {
    line-height: 17px;
    color : #333;
    padding: 0px;
    margin: 0px;
}

P.small  {
    font-size : 10px;
    font-family : Arial;
    font-weight : normal;
    color : Black;
}

P.links  {
    font-size : 14px;
    font-family : Arial;
    font-weight : normal;
    color : Black;
}

P.LEAD  {
    font-size : 14px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : BOLD;
    color : Black;
    margin-left : 15px;
    margin-top : 7px;
    margin-bottom : 6px;
    margin-right : 3px;
}


 #forms tbody tr.even td {
      background-color: #66CCCC;
    }

 #forms tbody tr.odd  td {
      background-color: #F0F0F0;
    }

TD.section {background-repeat:no-repeat; background-image:url('../Images/ur_curve.gif') top right;
}

TD.reqform  {
    font-size : 14px;
    font-family : Arial;
    font-weight : normal;
    color : Black;
}

TD.small  {
    font-size : 11px;
    font-family : Arial;
    font-weight : normal;
    color : Black;
}

TD.links  {
    font-size : 90%;
    font-family : Arial;
    font-weight : normal;
    color : Black;
    text-align: center;
}

TD.formtitle  {
    font-size : 90%;
    font-family : Arial;
    font-weight : normal;
    color : Black;
    text-align: left;
}

TD.smdate {background-repeat:no-repeat;
background-image:url('images/date_button.gif');
}

.dates  {
    font-size : 14px;
    font-family : Arial;
    font-weight : normal;
    color : 000080;
    padding-top : 5px;
    margin-top : 5px;
}

TD.normal  {
    padding-top : 0px;
    margin-top : 0px;
}

LI  {
    font-size : 14px;
    font-family : Arial;
    font-weight : normal;
    color : Black;
    line-height : 18px;
	margin-left : 10px;
}


