/***********************************************/
/* standard.css tag styles                     */
/***********************************************/

body{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	color: #333333;
	line-height: 1.166;
	margin: 0px auto;
	padding: 0px;
	background-color: #fff;
	}

#container {
	background: url(../images/pagegraphics/body_bg.gif) repeat-y top left;
	margin: 0px auto;
	padding: 0px;
	width: 752px;
	text-align: left;
	z-index: 1;
	}

/************** header tag styles **************/

h1{
font: bold 120% verdana, arial, helvetica, sans-serif;
color: #334d55;
margin: 0px;
padding: 0px;
}

h2{
font: bold 114% verdana, arial, helvetica, sans-serif;
color: #006699;
margin: 0px;
padding: 0px;
}

h3{
font: bold 100% verdana, arial, helvetica, sans-serif;
color: #334d55;
margin: 0px;
padding: 0px 0px 0px 20px;
}

h4{
font: 100% verdana, arial, helvetica, sans-serif;
color: #333333;
margin: 0px;
padding: 0px;
}

h5{
font: 100% verdana, arial, helvetica, sans-serif;
color: #334d55;
margin: 0px;
padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell{
	position:relative;
	margin: 0px auto;
	top: 0px;
	width: 752px;
	text-align: left;
	background: url(../images/pagegraphics/body_bg.gif) repeat-y top left;
	z-index: 1;
}

#footer {
	background: url(../images/pagegraphics/footer_bg.jpg) no-repeat left bottom;
	position:relative;
	margin: 0px 0px 0px 10px;
	height: 70px;
	width: 730px;
	z-index: 1;
	}

#masthead{
	position: relative;
	top: 0px;
	width: 752px;
	height: 200px;
	margin: 0px auto;
	background-image: url(../images/pagegraphics/pagehead.jpg);
	}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px 20px 0px 10px;
	}

#pageName h2{
	font: bold 175% verdana, arial, helvetica, sans-serif;
	color: #336666;
	margin:0px;
	padding: 0px;
	}

/************* Menu ****************/
	
#topMenu {
	position: absolute;
	top: 115px;
	left: 10px;
	text-align: center;
	z-index: 1;
	}
	
#topMenu table {
	margin-right: 0px;
	margin-left: 0px;
	width: 710px;
	text-align: center;
	}

#topMenu table tr {
	}

#topMenu table tr td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	width: 110px;
	/*background-color: #CCCCCC;*/
	}

#topMenu table tr td a{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	}
		
#topMenu table tr td a:link, #topMenu table tr td a:visited {
	text-decoration: none;
	color: #fff;
	}

#topMenu table tr td a:hover{
	text-decoration: underline;
	color: #DBD3F8;
	}
	
/*************** search styles *****************/

#search{
	position: relative;
	top: 30px;
	z-index: auto;
	left: 0px;
	float: none;
	margin-left: 550px;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}

#search a:hover{
	text-decoration: underline;
	color: #DBD3F8;
	margin: 0px;
	}

/*************** content styles ******************/

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	}

.contentItem   {
	margin: 1px 0px 1px 20px;
	padding: 0px;
	position: relative;
	z-index: 1;
	width: 500px;
	}
	
.contentItem p {
	font-size: 12px;
	line-height: 133%;
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 1px 0px 6px 0px;
	}

.contentItem h3  { color: #545187; 
	background: transparent url(../images/pagegraphics/lcolTitle_bg.gif) no-repeat top left;
	font-size: 14px;
	font-weight: 600;
	line-height: 133%;
	margin: 20px 0px 6px 0px;
	padding: 0px
	}
	
.contentItem h4  { color: #545187; 
	background: transparent url(../images/pagegraphics/lcolTitle_bg.gif) no-repeat top left;
	font-size: 14px;
	font-weight: 600;
	line-height: 133%;
	margin: 0px 0px 6px 0px;
	padding: 0px
	}

.contentItem p a:link {
	color: #005FA9;
	text-decoration: none;
	margin-left: 0px;
	}
	
.contentItem p a:visited {
	color: #005FA9;
	text-decoration: none;
	margin-left: 0px;
	}	

.contentItem p a:hover {
	text-decoration: underline;
	}
	
.familyImageFirst {
	margin: 0px 0px 60px 0px;
	}

.familyImageNext {
	margin: 30px 0px 20px 0px;
	}
	
.familyImageFirst p, .familyImageNext p {
	margin-top: -50px;
	margin-left: 110px;
	font-size: 12px;
	line-height: 133%;
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	}

.resourceItem   {
	margin: 1px 0px 1px 20px;
	padding: 0px;
	position: relative;
	z-index: 1;
	width: 700px;
	}
	
.resourceItem p {
	font-size: 12px;
	line-height: 133%;
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-left: 30px;
	margin-top: 7px;
	margin-bottom: 0;
	}

.resourceItem h3  { color: #545187; 
	background: transparent url(../images/pagegraphics/lcolTitle_bg.gif) no-repeat top left;
	font-size: 14px;
	font-weight: 600;
	line-height: 133%;
	margin-top: 18px;
	margin-bottom: 9px;
	margin-left: 20px;
	padding: 0px;
	}
	
.resourceItem h4  { color: #545187; 
	/*background: transparent url(../images/pagegraphics/lcolTitle_bg.gif) no-repeat top left;*/
	font-size: 12px;
	font-weight: 600;
	line-height: 133%;
	margin-left: 30px;
	margin-top: 12px;
	margin-bottom: 6px;
	padding: 0px
	}

.resourceItem a:link, resourceItem a:visited {
	color: #005FA9;
	text-decoration: none;
	margin-left: 0px;
	}

.resourceItem a:hover {
	text-decoration: underline;
	}
.resource {
	font-size: 12px;
	line-height: 133%;
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;	
	margin: 1px 0px 1px 20px;
	padding: 0px;
	position: relative;
	z-index: 1;
	width: 500px;
	position: absolute;
	overflow: visible;
	}
	
.resourcehead {
	font-size:	18px;
	font-weight: bold;
	color: #088;
	background-color: transparent;
	margin-top: 18px;
	margin-bottom: 9px
	}
	
.resourcesubhead {
	font-size:	12px;
	font-weight: bold;
	color: #088;
	background-color: transparent;
	margin-top: 12px;
	margin-bottom: 6px;
	margin-left:10px
	}
	
.resourceitem {
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 0
	}

/************** right column styles ****************/

#rCol {
	background: transparent url(../images/pagegraphics/rcol_bg.gif) no-repeat top left;
	position: absolute;
	/*float: left;
	clear: both;*/
	width: 200px;
	padding: 0px;
	margin: 0px 0px 0px 530px;
	z-index: 1;
	top: 10px;
	/*left: 530px;*/
	}

#rCol_bottom {
	background: transparent url(../images/pagegraphics/rcol_footer_bg.gif) no-repeat bottom left;
	padding: 0px 0px 4px 0px;
	}

.rcolList {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 10px 8px;
	}
	
.rcolList ul {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	z-index: 1;
	}

.rcolList ul li {
	padding-bottom: 2px;
	}

.rcolList ul li a {
	/*list-style: disc url(../images/pagegraphics/listmark.gif) inside;*/
	Display:block;
	}
	
.rcolList ul li a:link, .rcolList ul li a:visited{
	text-decoration:none;
	color: #336666;
	}
	
.rcolList ul li a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #336666;
	text-decoration:underline;
	}

.rcolList h3 {
	margin: 10px 0px 1px 0px;
	padding:0px;
	font-size: 12px;
	line-height: 133%;
	Color: #573774;
	}

/********************* end **********************/
