* {
	margin: 0;
	padding-top: 0;
	padding-left: 0;
}
html { 
  font:normal .79em "din_bold", Arial, Helvetica, sans-serif;
  }
body {
  font-family: Arial, Helvetica, sans-serif;
  background-image: url(imgs/wrapbg.gif);
  background-repeat: repeat-x;
  background-color: #fff;
  }
#container {
  width:72em;
  height:100%;
  margin:auto;
  margin-top:0em;
  margin-bottom:0em;
  position:relative;
  text-align:justify;  
  }
 
  
  /* Theses styles pertain to the header atop the container  */

#header {
	background-image: url(imgs/header_bg.gif);
	 width: 100%;
	 height: 10.8em;
  }
#header h1 {
    font-size: 2.4em;
	font-style: italic;
	color: #fff;
	text-align: center;
	padding-left: 6em;
	padding-top: 0.7em;
	line-height:1.1em;
  }
  span.url {
    font-weight: normal;
	color: #929296;
	font-size: .76em;
	}
	fieldset {
	position: relative;
	width: 40em;
	padding-left: 100px;
	margin-left: 10px;
	}
	
	legend {
	font-weight: 800;
	margin-left: 100px;

	}
/* Theses styles pertain to the sidebar floating on the left side of the container  */

#sidebar {
  position: absolute;
  left:0em;
  top:11.5em;
  bottom:0em;
  z-index:2;
  width: 30%;
  background-color:#FFF;
  }
  
/* These are the styles nested within the main div above - they include the text and icons on the sidebar floating on the left side of the container  */

#keyside {
  margin:auto;
  width: 75%;
  }
#keyside h1 {
  font-size: 1em;
  text-transform: capitalize;
  text-align: center;
  color: #030303;
  padding-bottom: 1em;
  }
  #keyside h2 {
  font-size: 1em;
  text-transform: capitalize;
  text-align: center;
  color: #030303;
  padding-bottom: .65em;
  padding-top: .65em;
  padding: .65em;
  }
#keyside p {
	text-align: justify;
	margin-bottom: .67em;
  	font-size: .93em;
  }
.icon{
	padding-left: .5em;
	padding-bottom: .3em;
	border: 0em;
  }
 #keyside a {
	 text-align: center;
	  font-weight: 800;
	  text-decoration: none;
	  font-size: 1em;
 	  color: #004687;
  }
  #keyside p.img {
	text-align: center;
	position: relative;
	font-size: 1em;
	color: #030303;
	bottom: 2.5em;
	left: 1.3em;
	font-weight: 800;
	vertical-align: top;
	margin: 0em;
	padding: 0em;
  }
	.img1 {
	position: relative;
	padding-top: 1em;
	border: 0em;	
  }
    .img2 {
	position: relative;
	border: 0em;
	margin: auto;
  }
     .img3 {
	position: relative;
	border: 0em;
	}
#keyside ul {
  margin-left: 2em;
  padding: 1em;
  vertical-align:text-top;
  }
#keyside li {
  margin-left: .9em;
  list-style-position: inside;
  list-style-type: none;
  left: .9em;
  vertical-align:text-top;
  }
  #border {
  position:absolute;
  clear: both;
  top:0px;
  bottom:0px;
  width:.25em; 
  background-color:#cccccc;
  margin-right:.75em;
  } 
  /* end left sidebar styles */
  
  /*div containing overview, paragraph descriptions within site*/
  
blockquote {
width: 490px;
font-size: 13px;
margin-left: 70px;
padding: 5px;
text-align: justify;
}  

  #main {
  position:relative;
  width:69%;
  min-height:35em;
  margin-left:30%;
  margin-top: 10px;
  margin-bottom:0px;
  padding-right: 1%;
  padding-left:0px;
  padding-top:30px;
  background-color: #FFF;
  min-height: 50em;

  }
#main p {
  padding-top: .5em;
  padding-right: 2.1em;
  padding-bottom: .7em;
  padding-left: 2.5em;
  text-align:justify;
  }
#main h1 {	
  padding-top: .3em;
  font-size: 2em; 
  padding-left: 3em;
  padding-bottom: .75em;
  text-transform: capitalize;
  }
#main h2 {	
  font-size: 1.6em;
  padding-left: 1.7em;
  padding-top: .86em;
  padding-bottom: .7em;
  text-transform: capitalize;
  text-align:center;
  } 
#main h3 {	
  font-size: 1.3em;
  padding-left: 2.2em;
  padding-top: 1em;
  padding-bottom: .53em;
  text-transform: capitalize;
  text-align:center;
  } 
#main table {
  margin:auto;
  }
#main ol {
  margin-left:6em;
  padding-right: 2.1em;
  }
#main li {
  margin-bottom:9px;
  margin-top:9px;
  }
ul.documents {
  padding: 0;
  margin: 0;
  }
ul.documents li {
  padding-bottom: 1em;
  margin-right: 4em;
  padding-top: 1em;
  }
#main .center {
  text-align:center;
  }
span.expired {
color: #ff0000;
font-weight: 800;
}  
/* The navigation pertains to the formatting under the header to select a page on the site */

#bar {
  position:absolute; 
  margin-top: 1.1em;
  padding-bottom: em;
  left: 0em;
  top: 9.1em;
  z-index:6;
  width: 100%; 
  height: 1.9em;
  font-size:.95em;
  font-weight:bold;
  background:transparent url(imgs/blueslate_background.gif) top left;
  font-family:Arial,Verdana,Helvitica,sans-serif;
  text-align: right;
  }
#bar p {
  padding-top: 3px; 
  margin-top: 3px;
  margin-right: 7px;
  color: #004687;

}
#bar   p a:link {
  color: #004687;
  margin-top: 1em;
  text-decoration: none;
  }
  #bar   p a:visited {
  color:#004687;
  }

/* ---------------------- END  NAV ---------------------- */  


/* These styles pertain to the important dates table*/
#important {
  position: relative;
  z-index: 5;
  border-top-width: thick;
  border-top-style: solid;
  border-top-color: #CCC;
  border-right-color: #CCC;
  border-left-color: #CCC;
  background-color:#FFF;
  padding-top: .9em;

  padding-bottom: 2em;
  }
#deadlines h3 {
  width:60%;
  padding-bottom: .2em;
  padding-top:.7em;
  font-weight: bold;
  font-size: 1.4em;
  color: #004687;
  text-align: center;
  }
#deadlines p {
  width:47%;
  padding:10px 50px;
  }
#deadlines ul {
  width:43%;
  padding:7px 80px;
  }
#deadlines ul li {
  margin:0px;
  padding:0px;
  }
  
  
div#important table {
	margin-top: 1.6em;
	text-align: center;
	margin-left: 2.3em;
	margin-bottom: 0;
  }
  caption {
	  font-size: 1.3em;
	  color: #004687;
	  font-weight: 800;
	  padding-bottom: .3em;
  }
th {
  color: #666;
  font-size: 1.2em;
  padding-bottom: .3em;
  text-align: center;
  text-transform: capitalize;
  }
td.date {
  width: 11em;
  padding: .5em;
  }
td.deadline {
  font-weight: 800;
  width: 16em;
  padding: .5em;
  }
  /* end Important Date styles */
  
  /*Styles pertaining to the overview of benefits table at bottom of home page*/
  #benefitside {
	background-color: #d5d5d7;
	position: relative;
	width: 34%;
	padding: 1.7em;
    margin-left: auto;
	margin-top: -18em;
	margin-bottom: 3.7em;
	margin-right: 2em;
  }
  #benefitside h3 {
	padding-bottom: .5em;
	font-weight: bold;
	font-size: 1.267em;
	color: #004687;
	text-align: center;
  }
  #benefitside ul {
	  padding: .4em .4em .4em 1.2em;
  }
   #benefitside li {
     	  padding: .4em .4em .4em .4em;
	}
 #benefitside a {
		color: #004687;
	  }
	/* end of benefit styles */
	
	/*Begin footer styles*/
#footer {
	z-index: 3;
	background:transparent url(imgs/blueslate_background.gif) repeat-x top left;
	text-align: center;
    width: 100%;
	padding: .6em;
	position: relative;
	padding-bottom: 1.67em;
}
#footer ul  {
	text-align: center;
	display: inline;
	top: .6em;
	padding: .9em;
	padding-top: .6em;
	list-style-type: none;
	padding-bottom: 1.67em;
}
#footer li  {
	text-transform: uppercase;
	text-align: center;
	display: inline;
	font-size: .8em;
	top: .85em;
	padding-top: .66em;
	padding: 1em;
	text-decoration: none;
	color: #004687;
}
#footer li a {
	text-transform: uppercase;
	text-align: center;
	display: inline;
	font-size: .92em;
	top: .25em;
	padding: 10px;
	text-decoration: none;
	color: #004687;
}
/*end footer styles*/

/*These are styles pertaining to the drop shadow (do not alter) */

#rightborder {
  float:left;
  z-index: 25;
  width:3.3em;
  position:absolute;
  top:0em;
  bottom:0em;
  left:100%; 
  background-image: url("imgs/right-side-gradient.gif");
  background-repeat: repeat-y; 
  background-position:left top;
  }
  
#rightinside {
  position:absolute;
  top:0em;
  right:0em;
  bottom:0em;
  left:0em;
  background-image: url("imgs/right-wrap-shadow.gif");
  background-repeat: no-repeat; 
  background-position:left top; 
  }  

#leftborder {
  float:left;
  width:3.18em;
  position:absolute;
  z-index:25;
  top:0em;
  bottom:0em;
  right:100%;
  background-image: url("imgs/left-side-gradient.gif");
  background-repeat: repeat-y; 
  background-position:right top;
  }
#leftinside {
  position:absolute;
  top:0em;
  right:0em;
  bottom:0em;
  left:0em;
  background-image: url("imgs/left-wrap-shadow.gif");
  background-repeat: no-repeat; 
  background-position:left top; 
  }
  /* end shadow styles */
  
 /* search mechanism styling */
 label#search {
 text-align: center;
  color: #004687;
  padding-bottom: .80em;
  font-weight: 800;
  }
  input#textfield{	
  border: .1em solid #BFBFBF;	
  height: 1.9em;	width: 8.7em;
  float: left;
  padding: 0em;
  }
 input#search {	
 float: right;
 padding: 0em;
  }
  /* end search mechanism styling */
  
 /* email styling */

label {
 text-align: left;
  color: #000;
  padding-bottom: .80em;
  font-weight: 800;
  }
input.formbox{	
  border: .1em solid #BFBFBF;	
  height: 1.4em;	
  width: 10em;
  }
  input#send {
  padding: .3em;
  }
.warning {
  text-align: left;
  font-size: .9em;
  color: #cc0a0a;
  }
   
  /* end email styling styling */
  
  /* List styles */
  
  
  ul.documents {
    padding: 0px;
    margin: 0px;
    }
  ul.documents li {
    padding-bottom: 3px;
    margin-left: 60px;
    margin-right:2em;
    padding-top: 3px;
    }
ol.faq {
        padding: 0px;
        margin: 0px;
        }
#main ol.faq li {
       margin-right: 20px;
         margin-top:1.3em;
  margin-bottom:0em;
    }
  0l.documents {
    padding-bottom: 10px;
    padding: 0px;
    margin: 0px;
    }
  0l.documents li {
    padding-bottom: 10px;
    margin-left: 60px;
    padding-top: 10px;
    }
  ol.alpha {
     font-size: 13px;
    list-style-type: upper-alpha;
     padding: 0px;  
     margin: 0px;
    }
  ol.alpha li {
    list-style-type: upper-alpha; 
    padding-right: 40px;
    text-align: justify;
    padding-bottom: 10px;
    margin-left: 80px;
    padding-top: 10px;
    }
  ol.alpha2 {
     font-size: 13px;
    list-style-type: lower-alpha;
     padding: 0px;  
     margin-left: 25px;
    }
  ol.alpha2 li {
    list-style-type: lower-alpha; 
    padding-right: 40px;
    text-align: justify;
    padding-bottom: 10px;
    margin-left: 25px;
    padding-top: 10px;
    }
 #main ol.roman {
     font-size: 13px;
    list-style-type: lower-roman;
     padding: 0px;  
	 padding-right:0px;
     margin-left: 20px;
     list-style-position: outside;
    }
  ol.roman li {
    list-style-type: lower-roman; 
     list-style-position: outside;
    padding-right: 0px;
    text-align: justify;
    padding-bottom: 5px;
    margin-left: 20px;
    padding-top: 5px;
    }
  p a:link {
   font-weight: bold;
    }

  p.question {
    margin-top: 40px;
  }
    /* End List styles */
    
/*vertical nav styles */
#vertnav {
	width: 100%;
	border-right: .22 solid #000;
	padding-top: 0%;
	margin-bottom: 2em;
	margin-top: 0%;
	float: left;
}

#vertnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#vertnav li {
	text-align: left;
	border-bottom: .1em solid #000000;
	list-style: none;
	color: #000;
	margin: 0;
	padding: 0;
}

#vertnav li a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.1em;
	display: block;
	padding: 1em 0em .3em .4em;
	border-left: .4em solid #113272;
	border-bottom: none;
	text-decoration: none;
	color: #000;
	background: #949494 url(imgs/bgnav.jpg) repeat-x;
}


#vertnav li a:hover,#vertnav li a:focus,#vertnav li a.on {
	border-left: .4em solid #000;
	color: #fff;
	background: #113272;
}

#vertnav li ul {
	margin: 0%;
	display: none;
	padding-left: .1em;
	border-right: none;
}

#vertnav li:hover ul,#vertnav li:focus ul,#vertnav li.on ul {
	background: #000;
	border: none;
	display: block;
	margin: 0;
}

#vertnav li:hover ul li,#vertnav li:focus ul li,#vertnav li.on ul li {
	border: none;
	display: block;
	padding: 0em 0em .1em 0em;
	list-style: none;
}

#vertnav li:hover ul li a,#vertnav  li:focus ul li a,#vertnav  li.on ul li a
	{
	font-size: 0.85em;
	font-weight: 600;
	margin: 0;
}

#vertnav  li:hover ul li a:hover,#vertnav  li:focus ul li a:hover,#vertnav  li:hover ul li a:focus,#vertnav  li:focus ul li a:focus,#vertnav  li.on ul li a:hover,#vertnav li.on ul li a:focus
	{
	background: #2c2b2b;
}

    
/* Linkforms POC Download Styles */

table.form {
margin: auto;
padding-left: 0;
}
table.form tr{
padding-right: 1em;
padding-left: 0;
}
table.form td {
padding-left: 0;
padding-bottom: .3em;
}
legend {
background-color: #22488b;
padding: .5em;
color: #fff;
margin-bottom: 1em;
}
fieldset {
margin: auto;
width: 450px;
margin-bottom: 2em;
padding-right: 4em;
}
.required {
font-style: italic;
color: #760000;
font-size: 1.2em;
font-weight: 800;
}
input.submit {
margin-left: auto;
font-weight: 800;
   border-top: 1px solid #96d1f8;
   background: #24529b;
   background: -webkit-gradient(linear, left top, left bottom,  from(#23478a), to(#24529b));
   background: -moz-linear-gradient(top,  #23478a, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   margin-top: 1em; 
   }
input.submit:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #d8d7d7;
   }
input.submit:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
.stars{
	letter-spacing: 1em;
}

