﻿body {
  text-align: center; /* needed to make web-site work with IR 5*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}

div#wrapper {
  text-align: left;
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 

	top: 0px; 
	width:940px;    /* was 800 */
}


/***********************************************/
/* General Text Styles                         */
/***********************************************/

	
p { 
  margin: 0.35em 7px 0px 7px; 
  padding: 0; 
  line-height: 1.4em; 
}


h3 {
  margin: 1.5em 7px 0 7px; 
  padding: 0; 
	font-size: 12px;
}

h2 {
	margin: 1.5em 7px 0 7px;
	padding: 0;
	font-size: 12px;
	text-decoration: underline;
}
h1 {
	margin: 0.35em 7px 0 7px; 
  padding: 0; 
	font-size: 18px;
}

/***********************************************/
/* Link stuff                                   */
/***********************************************/


a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #A8561F
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs  - head                         */
/***********************************************/


div#head {
    left: 0px;
    width: 940px;             /* was 800 */
    height: 200px;            /* as 180 */
    margin: 0px;
    padding: 0px;
    background-image: url("/images/grading180.png");
    background-repeat: no-repeat;
    border-bottom: 3px solid #CCC;
}

#head h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 42px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}


#siteName{
	position: relative;
	top: 5px;
	left: 5px;
	margin: 5px;
	padding: 10px 10px 0px 10px;
}

#Prudential{
	font-family: Verdana,Arial,sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-align: center;
	border-bottom: 3px solid #CCC;
}






div#search input#q {
  font-size: 90%;
/*placeholder for something*/
	}
	
#globalNav{
margin-top: 5px;
padding: 0px 0px 0px 0px;
color: #00CCFF;
}

#globalNav a {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
}
#globalNav a:link{
	color: #006699;
	text-decoration: none;
}

#globalNav a:visited{
	color: #006699;
	text-decoration: none;
}

#globalNav a:hover{
	color: #A8561F;
	text-decoration: underline;
}

#globalNav table {
align: center;
}


div#head form {
  margin: 0;
}
div#search {
  position: absolute;
  right: 1px;
  top: 2px;
  width: 248px;
}
div#search input#q {
  font-size: 90%;
  margin-top: 2px;  /* was 10px with Google search */
  color: #999682;
}
div#search input.sa {
  font-size: 90%;
  vertical-align: top;
  margin-left: 2px;
  margin-top: 2px;
}

/***********************************************/
/* Layout Divs  - main body                    */
/***********************************************/


div#columns {
  margin:  0px;
  padding: 0px;
/*	background-image: url(/images/yellow_200.jpg);
	background-repeat: repeat-y;  */
	width: 940px;           /* was 800 */
}

/*
div#column1 {
   right hand column removed & middle column size adjusted  */

/*
div#leftnavigation {
    left hand column removed */
    

div#content {
	margin-top: 1px;
	padding: 10px;
	margin-left: 0px;       /* this size adjusted */
	margin-right: 0px;     /* this size adjusted */
/*	background-color: #E8FFFF;   */
	border-left-color: #FFFFFF;
/*	border-right-color: #FFFFFF; */
/*	border-right-width: 5px; */
	border-left-width: 5px; 
	border-left-style: solid;
/* border-right-style: solid; */
}
/* div#headlines {
  removed */
  

#content table  { 
  margin: 0.35em 7px 0px 7px; 
  padding: 0; 
  line-height: 1.4em; 
}
#foot {
  font-size: 10px;
	background-color: #FFFFC8;
	width: 940px;           /* was 770 */
    clear: both;
} 


#foot a{
  font-size: 10px;
	color: #006699;
	text-decoration: none;
}



table.footer td {
  font-size : 10px;
  }
  

table.footer a:link{
	color: #006699;
	text-decoration: none;
}

table.footer a:visited{
	color: #006699;
	text-decoration: none;
}

table.footer a:hover{
	color: #A8561F
	text-decoration: underline;
}


/* leftnavigation */
/*********** #navBar link styles ***********/

#leftnavigation ul a:link, #leftnavigation ul a:visited {display: block;}
#leftnavigation ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftnavigation li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #leftnavigation li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#leftnavigation{
	position: static;
  margin: 0px;
	padding: 0px; 
}

#leftnavigation h3{
	padding: 10px 0px 2px 3px;
	
}

#leftnavigation a {
background-image: url(/images/menu_oflag.gif);
background-repeat: no-repeat;
background-position: 0.3em 0.5em;
padding-left: 2.0em;
padding: 0.4em 0.4em 0.4em 2.0em;
}

#leftnavigation ul {
list-style-type: none;
padding: 0;
margin: 0;
}

#leftnavigation a:hover{

	color: #A8561F;
	text-decoration: underline;
	background-image: url(/images/menu_large_oflag.gif);
    background-repeat: no-repeat;
}

