#bkgrnd {
        margin: auto;
        text-align: left;
        width: 850px;
        background: white;
}

#headerblue {
        background: #26618D;
        border-bottom: 1px solid #fff;
		margin-right: 1px;
        margin-bottom: 1px;
		padding-left: 5px;
		border-bottom: 2px solid #ffffff;
}

#headerblueText {
        background: #26618D;
		font-family: "Times New Roman", Times, serif;
		font-size: 24pt;
		color: #FFFFFF;
		text-align: right;
		padding-right: 15px;
		border-bottom: 2px solid #ffffff;
}

#vertLine {
        padding: 0px 2px;
        background: url(images/dot.gif) 320px repeat-y;
}

#left {
        float: left;
        width: 310px;
}

#menu {
        border-bottom: 2px solid #ffffff;
		background: #AAB8CB no-repeat;
		padding-top: 4px;
        padding-bottom: 4px;
}

#menuHdr{
        background: #2B4D7D no-repeat;
        border-bottom: 2px solid #26618D;
		font-family: tahoma, helvetica, arial, sans-serif;
		font-size: 14pt;
		color: #FFFFFF;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
}

#menu a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 11px;
		padding-left: 8px;
}

#mainText {
        color: #000000;
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 11px;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
}

#right {
        float: right;
        width: 420px;
}

#maxHdr{
		font-family: tahoma, helvetica, arial, sans-serif;
		font-size: 18pt;
		color: #2B4D7D;
		text-align: left;
		padding-left: 10px;
		padding-top: 2px;
		padding-bottom: 2px;
}

#tutHdr{
        background: #91AA37 no-repeat;
        border-bottom: 2px solid #fff;
		border-top: 4px solid #fff;
		font-family: tahoma, helvetica, arial, sans-serif;
		font-size: 10pt;
        font-weight: bold;
		color: #FFFFFF;
		text-align: left;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 5px;
}

#tutTextHdr {
        color: #BE0404;
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 11px;
        font-weight: bold;
		padding-left: 10px;
}

#tutText {
        color: #BE0404;
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 11px;
		padding-left: 10px;
}

#facHdr{
        background: #26618D no-repeat;
        border-bottom: 2px solid #fff;
		border-top: 4px solid #fff;
		font-family: tahoma, helvetica, arial, sans-serif;
		font-size: 10pt;
        font-weight: bold;
		color: #FFFFFF;
		text-align: left;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 5px;
}

#footerText {
        background: #26618D;
        color: #fff;
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 11px;
		text-align: center;
}

#learnMoreOrange {
        color: #eda135;
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 11px;
		padding-left: 10px;
		text-align: right;
        font-weight: bold;
		padding-right: 10px;
}

#learnMoreBlue {
        color: #26618D;
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 11px;
		padding-left: 10px;
		text-align: right;
		font-weight: bold;
		padding-right: 10px;
}

#learnMoreGreen {
        color: #91AA37;
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 11px;
		padding-left: 10px;
		text-align: right;
		font-weight: bold;
		padding-right: 10px;
}




