@charset "UTF-8";
/* CSS Document */

/* this is my body */

body
{
text-align: center;
background: url(images/gradient.gif) 0% 0% repeat-x;
background-color: #7dc9d3;
color: #2a8b9b;
font: 12px/ 21px Arial, Helvetica, sans-serif;
line-height:21px;
}
		
*
{
margin: 0;
padding: 0;
}

.line {
	background-color:#73d8e5;
	color: #73d8e5;
	height: 1px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #aaa;
	margin-top: 5px;
	margin-bottom: 5px;
}

.lessonLink{
margin-left:10px; 
text-decoration:underline;
color:#FF0033;
}
/* this is my h1 */

#header
{
margin-top: 10px;
width: 614px;

}

/* these are my containers */



#container
{
text-align: left;
margin: 0 auto;
padding: 30px;
width: 552px;
background-color: #fff;
border-left: solid 1px;
border-right: solid 1px;
border-color: #74d8e5;
}

/*bottom corners */

#corners {
width: 614px;
}


/* these are my links */


.bottomNavCel, .bottomNavCel_h 
{
//height: 15px;
border-right: solid 1px;
border-right-color:#336699;
padding-left:10px;
padding-right:10px;
}

.bottomNavCel a
{
color:#336699;
font: 11px Tahoma, Helvetica, sans-serif;
text-decoration:none;
}

.lessonText{
margin-left:6px;
color:#0099CC;
text-decoration:underline;
}


.bottomNavCel_h a
{
color:#336699;
font: 11px Tahoma, Helvetica, sans-serif;
text-decoration:underline;
}

#signature{
margin-top: 20px;
}

.contentTable{
width:100%;
background: url(images/gradientHead.gif) repeat-x;
margin-bottom: 20px;
}

.contentBranch{
background: url(images/gradientHead.gif) repeat-x;
margin-bottom: 20px;
padding: 10px 10px 10px 10px;
line-height:17px;
}

.branchList{
margin-bottom: 20px;
padding: 10px 10px 10px 10px;
line-height:17px;
}

.contact{
width: 60%;

}

.imageCell{
vertical-align:top;

}

.imageCell img{
margin-left:10px;
margin-top:10px;
border:0px;
}

.imageCell a{
text-decoration:none;
}

.contentCell{
padding: 10px 10px 10px 10px;
line-height:17px;
}


.contentBranch a{
color: #2a8b9b;
}

.branchList a{
color: #2a8b9b;
}


.certifitable{
width: 70%;
margin-top: 20px;
margin-left:75px;
}

.certificates img{
margin-right: 0px;
}

