/* DEFAULTS
----------------------------------------------------------*/

body   
{
   
    font-family: Arial, Tahoma, Verdana;
    background-image: url(images/background.jpg); /*variable*/
    background-repeat: repeat-x;
    background-position:center;
    background-color:#ffffff;
    font-size: 13px;
    margin: 0 auto;
    color: #000000;
}

.formLabelSmall
{
    font-size: 12px;
}

a img
{
    border-width:0px;
}

a:link, a:visited
{
    color: #000000;
    text-decoration:underline;
}

a:hover
{
    color: #034af3;
    text-decoration: none;
}

a:active
{
    color: #000000;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/



#container
{
    width:975px;
    margin: 0 auto;
}


.pageHeader
{
    width:975px;
    height:305px; 
  
}

.pageHeader[class]
{
    background-repeat:no-repeat;
    background-image:url(images/bg_Header.png);  
}

.pageHeaderContent
{
    height:250px;
    padding-left:90px;
    width:880px;
}




.pageContentArea
{
	width:975px;

}

.pageContentArea[class]
{
    background-repeat:no-repeat;
    background-image:url(images/bg_content.png); 
}

.contentContentArea
{
	width:975px; 
}


.contentContentArea .content
{
    width: 860px;
    text-align: left;
    min-height:162px;
    height:auto !important;
    height:162px;
    padding-left: 80px;
}


.yellowBoxMed
{
    width:396px;
}

.yellowBoxMed_heading
{
    width:396px;
    height:56px;
}

.yellowBoxMed_heading[class]
{
    background-repeat:no-repeat;
    background-image:url(images/bg_yellow_header1.png); 
}

.yellowBoxMed_body
{
    width:396px;
    height:351px;
}

.yellowBoxMed_body[class]
{
    background-repeat:repeat-y;
    background-image:url(images/bg_yellow_body1.png); 
}

.yellowBoxMed_content
{
    margin: 0px 15px 10px 15px;
    overflow:hidden;
}

.yellowBoxMed_footer
{
    width:396px;
    height:38px;
}

.yellowBoxMed_footer[class]
{
    background-repeat:no-repeat;
    background-image:url(images/bg_yellow_footer1.png); 
}

.yellowBoxMed_heading h2
{
    
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin: 0;
    padding-top: 3px;
    margin-bottom: 0px;
    text-align:center;
}
/*Medium Width Green Box*/
.greenBoxMed
{
    width:398px;
}

.greenBoxMed_heading
{
    width:398px;
    height:56px;
}

.greenBoxMed_heading[class]
{
    background-repeat:no-repeat;
    background-image:url(images/bg_green_header.png); 
}

.greenBoxMed_body
{
    width:398px;
    height:351px;
    overflow:hidden;
}

.greenBoxMed_body[class]
{
    background-repeat:repeat-y;
    background-image:url(images/bg_green_body.png); 
}

.greenBoxMed_content
{
    margin: 0px 15px 0px 15px;
    overflow:hidden;
    width:398px;
}

.greenBoxMed_footer
{
    width:398px;
    height:38px;

}

.greenBoxMed_footer[class]
{
    background-repeat:no-repeat;
    background-image:url(images/bg_green_footer.png); 
}

.greenBoxMed_heading h2
{
    
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin: 0;
    padding-top: 3px;
    margin-bottom: 0px;
    text-align:center;
}

/*Wide width green box*/
.greenBoxWide
{
    width:815px;
}

.greenBoxWide_heading
{
    width:815px;
    height:56px;
}

.greenBoxWide_heading[class]
{
    background-repeat:no-repeat;
    background-image:url(images/bg_green_headerWide.png); 
}

.greenBoxWide_body
{
    width:815px;

}

.greenBoxWide_body[class]
{
    background-repeat:repeat-y;
    background-image:url(images/bg_green_bodyWide.png); 
}

.greenBoxWide_content
{
    margin: 0px 15px 0px 15px;
    overflow:hidden;
}

.greenBoxWide_footer
{
    width:815px;
    height:38px;
}

.greenBoxWide_footer[class]
{
    background-repeat:no-repeat;
    background-image:url(images/bg_green_footerWide.png); 
}

.greenBoxWide_heading h2
{
    
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin: 0;
    padding-top: 3px;
    margin-bottom: 0px;
    text-align:center;
}



.GoToDreamBig
{

    padding-left:90px;
    font-size: 20px;
   
    height:30px;
    vertical-align:middle;
}
.GoToDreamBig a:link, .GoToDreamBig a:active, .GoToDreamBig a:visited
{
     color:White;
    text-decoration:underline;
}
.GoToDreamBig a:hover
{
     color:White;
    text-decoration:none;
}