/* The usual */
body
{
    font-family:arial,sans-serif; 
    font-size:11px;
    line-height:16px;
    color:#000000;
    text-align:center;
}

p       
{
    font-family:arial,sans-serif; 
    font-size:11px;
    line-height:16px;
}


a            { text-decoration: none }
a:link       { color: #333366;}
a:visited    { color: #333366;}
a:active     { color: #9999CC;}
a:hover      { color: #9999CC;}


input 
{
    line-height:16px;
}

table 
{
    font-family:arial,sans-serif; 
    font-size:11px;
    line-height:16px;
}

.subheading 
{
    font-size:150%;
    font-weight:bold;
}

/* Special Homepage-Only styles */
.bubbleheader
{
    font-weight:bold;
    font-size:130%;
}
.bubbletext
{
    font-weight:bold;
    font-size:120%;
    color:Gray;
}

.pagecontainer
{
    border:solid 1px #BBBBBB;
    width:760px;
    margin-top:20px;
    margin-bottom:20px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}
.header
{
    width:100%;
    height:74px;
}
.headerLeft
{
    float:left;
    width:191px;
    height:74px;
    text-align:left;
}
.headerRight
{
    float:right;
    width:565px;
    height:74px;
    text-align:right;
    vertical-align:bottom;
}
.menuzindex {
	z-index:1000;
}
.menuDiv
{
	display:block;
    float:left;
    margin-top:40px;
    width:320px;
    padding-left:0px;
    vertical-align:bottom;
    text-align:left;

}
.menu_faq
{
	font-family:"Verdana";
	display:block;
	float:left;
	height: 20px;
	width: 30px;
    font-size:13px;
    font-weight:bold;
    color:#999999;
	vertical-align:bottom;
	margin:43px 0 0 5px;
}
.menu_faq a
{
	color:#999999;
}
.menu_faq a:hover
{
	color:#999999;
}
.menu_faq a:visited
{
	color:#999999;
}

.menuDiv a
{
    color:#000000;
}
.menuDiv a:visited
{
    color:#000000;
}
.menuDiv a:hover      
{ 
    color: #000000;
}
.topLevelMenu
{
    padding:0px 2px 0px 2px;
    font-size:13px;
    font-weight:bold;
}
.topLevelMenu a
{
    color:#999999;
}
.topLevelMenu a:visited
{
    color:#999999;
}
.topLevelMenu a:hover
{
    color:#999999;
}


.searchDiv
{
	display:block;
    float:right;
    margin-top:40px;
    width:181px;
    height:34px;
    background-image:url('../images/search.gif');
    background-repeat:no-repeat;   
    text-align:left;

}
.searchBox
{
    margin-top:7px;
    margin-left:35px;
    height:12px;
    width:115px;
    font-size:12px;
}
.bodySubPageDiv
{
    width:100%;
    background-image:url('../images/green_background.gif');
    background-repeat:repeat;
}
.bodySubPageDiv li
{
  margin-left:15px;
}

.bodySubPage
{
    padding:10px;
}

.bodyHome
{
    width:100%;
    background-image:url('../images/green_background.gif');
    background-repeat:repeat;
}
.bodyHomeLeft
{
    padding:20px 0px 0px 20px;
    float:left;
    width:441px;
    height:287px;
    text-align:left;
    background-image:url('../images/green_background.gif');
    background-repeat:repeat;
}
.bodyHomeRight
{
    padding-top:0px;
    padding-right:0px;
    margin-top:0px;
    margin-right:0px;
    float:right;
    width:299px;
    height:307px;
    text-align:right;
    vertical-align:bottom;
    background-image:url('../images/mother.jpg');
    background-repeat:no-repeat;
}

.lowerBody
{
    clear:both;
    padding:20px 5px 0px 20px;
    height:220px;
    background-image:url('../images/purple_background.gif');
    background-repeat:repeat;
}
.lowerBodyBlurbDiv
{
    float:left;
    width:305px;
    height:190px;
    background-image:url('../images/blurb.gif');
    background-repeat:no-repeat;
}
.lowerBodyBlurb
{
    padding:40px 20px 0px 15px;
    float:left;
}
.lowerBodyLinksDiv
{
    float:right;
    width:100px;
}
.lowerBodyLinks
{
    float:right;
    padding:0px 5px;
    vertical-align:top;
}
.lowerBodyLinks p
{
    margin-top:10px;
    line-height:14px;
    font-size:10px;
}

.footer
{
    padding:0px 10px 5px 10px;
    height:70px;
    background-image:url('../images/purple_background.gif');
    background-repeat:repeat;
}
.footerLeft
{
    padding-top:25px;
    float:left;
}
.footerRight
{
    float:right;
}

.PageTitle
{
    font-weight:bold;
    font-size:20px;
}

.PageTitleDiv
{
    color:#7B6587;
    width:95%;
    border-bottom:solid 1px #7B6587;
}
