.blue #nav a.current, .blue #heading { background-color: #4B92B9; }
.blue #heading { background-image: url(../images/bgBlue2.jpg); }
.blue #heading h2 { color: #326795; }
.blue #heading h4 { color: #326795; }

.lBlue #nav a.current, .lBlue #heading { background-color: #65ABD1; }
.lBlue #heading { background-image: url(../images/bgLBlue2.jpg); }
.lBlue #heading h2 { color: #4782B1; }
.lBlue #heading h4 { color: #4782B1; }

.vlBlue #nav a.current, .vlBlue #heading { background-color: #83C8F0; }
.vlBlue #heading { background-image: url(../images/bgVLBlue2.jpg); }
.vlBlue #heading h2 { color: #65A8C5; }
.vlBlue #heading h4 { color: #65A8C5; }

.orange #nav a.current, .orange #heading { background-color: #FFA400; }
.orange #heading { background-image: url(../images/bgOrange2.jpg); }
.orange #heading h2 { color: #b55d01; }
.orange #heading h4 { color: #b55d01; }

.AboutUs #nav a.current, .AboutUs #heading { background-color: #FFB801; }
.AboutUs #heading { background-image: url(../images/bgOrange2.jpg); }
.AboutUs #heading h2 { color: #9d5102; }
.AboutUs #heading h4 { color: #9d5102; }

.ContactUs #nav a.current, .ContactUs #heading { background-color: #FFB701; }
.ContactUs #heading { background-image: url(../images/bgOrange2.jpg); }
.ContactUs #heading h2 { color: #9d5102; }
.ContactUs #heading h4 { color: #9d5102; }

.ClientExtranet #nav a.current, .ClientExtranet #heading { background-color: #FFB200; }
.ClientExtranet #heading { background-image: url(../images/bgOrange2.jpg); }
.ClientExtranet #heading h2 { color: #9d5102; }
.ClientExtranet #heading h4 { color: #9d5102; }

.Training #nav a.current, .Training #heading { background-color: #7CBDDB; }
.Training #heading { background-image: url(../images/bgLBlue2.jpg); }
.Training #heading h2 { color: #1e4b70; }
.Training #heading h4 { color: #1e4b70; }

.ISOCert #nav a.current, .ISOCert #heading { background-color: #59A5C5; }
.ISOCert #heading { background-image: url(../images/bgBlue2.jpg); }
.ISOCert #heading h2 { color: #1e4b70; }
.ISOCert #heading h4 { color: #1e4b70; }

.Assessments #nav a.current, .Assessments #heading { background-color: #5AA6C6; }
.Assessments #heading { background-image: url(../images/bgBlue2.jpg); }
.Assessments #heading h2 { color: #1e4b70; }
.Assessments #heading h4 { color: #1e4b70; }

.InfoSec #nav a.current, .InfoSec #heading { background-color: #4C91BA; }
.InfoSec #heading { background-image: url(../images/bgBlue2.jpg); }
.InfoSec #heading h2 { color: #1e4b70; }
.InfoSec #heading h4 { color: #1e4b70; }

.Error
{
	color: Red;
	font-size: smaller;	
}

#content
{
    color: #222222;
}

#content p
{
    color: #222222;
	font-size: 12px;
}

#contentArea
{
    width: 500px;
}

#content ul
{
	margin: 2px;
	margin-left:16px;
	padding:4;
	list-style-type: disc;
}

#content A
{
	color: #3366cc;
	font-weight: bold;
}

.highlight
{
   font: 9pt Arial;	
   font-weight: bold;	
}

#content ul li
{
	display:list-item;
}

#content h3
{
    margin-bottom: 18px;
    font-size: 100%;
    font-weight: bold;
}

#heading h3
{
    font-size: 16pt;
}

#miniNav { margin-bottom: 20px; }
#miniNav A
{
    font-size: 13px;
    color: White;
    text-decoration: none;
    font-weight: bold;
    margin-right: 1.5em;
    opacity: .9;
    
}
#miniNav A:hover{ text-decoration: underline; }

.fancyTextboxBG
{
	xxbackground-image: url(images/hisp_textbox.gif); /*Here we load the background image */
	xxbackground-repeat: no-repeat;
	xxwidth: 400px;
	xxheight: 100px;
	xxposition: absolute;
	xxtop: 80px;
	xxleft: 600px;
}

.fancyTextbox
{
	position: relative;
	top: 3px;
	left: 4px;
	xxborder: 0px none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 21px; /*we specify the the object dimensions like the image dimensions*/
	width: 156px;
	xxbackground-color: Transparent;		
}

.rightImage
{
	position: absolute;
	left: 530px;
	top: 0px;
}