html
{
	height: 100%;
}

body 
{
	background-color: #c9e0f4;
	
	margin:0px; 
	padding:0px;

	font-family: arial, helvetica, verdana, sans-serif; 
	color: #333333;
	font-size: 11px; 
	line-height: 1.5em;
	text-align: center;
	
	
}

a:link      { text-decoration:underline;  color:#144f8c;}
a:visited   { text-decoration:underline; color:#144f8c; }
a:hover     { text-decoration:underline; color:#144f8c; }
a:active    { text-decoration:underline; color:#144f8c;}

.interiorLink
{
	font-size: 15px;
    font-weight: bold;
	line-height: 1.8em;
}

a.interiorLink:link      { text-decoration:underline;  color:#144f8c;}
a.interiorLink:visited   { text-decoration:underline; color:#144f8c; }
a.interiorLink:hover     { text-decoration:underline; color:#144f8c; }
a.interiorLink:active    { text-decoration:underline; color:#144f8c;}

.bioLink
{
	font-size: 11px;
      	font-weight: bold;
	line-height: 1.1em;
}

a.bioLink:link      { text-decoration:underline;  color:#144f8c;}
a.bioLink:visited   { text-decoration:underline; color:#144f8c; }
a.bioLink:hover     { text-decoration:underline; color:#144f8c; }
a.bioLink:active    { text-decoration:underline; color:#144f8c;}

#logoLink
{
	 position: absolute;
	 left: -15px;
	 top: -120px;
}

#logoLinkHome
{
	 position: absolute;
	 left: -5px;
	 top: -110px;
}

#mainBody
{
	 width:1035px;
	margin:0px auto;
	text-align:left;

}

#footerBG
{
	background-image: url(images/footerBG.jpg);
	background-repeat: no-repeat;
	width: 1035px;
	height: 65px;
	
}

#footerText
{
	padding-top: 40px;
	color: #999999;
	font-size: 11px; 
	line-height: 1.5em;
	text-align: center;
}

.floatLeft { float: left; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



#homeBG
{
	
	position:relative;
	
	margin: 0 auto 0 auto;
	
}

#homeText
{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4em;
	width: 840px;
	
}

#mainHeader {
		
	width: 1035px;
	height: 125px;
	
	margin: 0 auto 0 auto;
}

#mainHeaderBG {
		
	width: 1035px;
	height: 125px;
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
}

#headerContact
{
	color: #333333;
	font-size: 11px; 
	line-height: 1.3em;
	text-align: center;
	vertical-align: top;
	position:absolute;
	top: -133px;
	left: 670px;
	display:block;
}

#headerContactHome
{
	color: #333333;
	font-size: 12px; 
	line-height: 1.3em;
	text-align: Center;
	position:absolute;
	top: -123px;
	left: 720px;
	display:block;
}

#carousel 
{
	width: 944px;
	height: 475px;
	position: relative;
	top: -14px;
}

#howToCR 
{
	width: 500px;
	height: 425px;
	
}

.pageContent
{	
	position: relative;
	left: 45px;
}

.pageContentInterior
{	
	background-image: url(images/interiorBG.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 65px;
	top: 10px;
}

.leftRepeat
{
	width:1035px;
	margin-left:0%;
	background: #FFFFFF url(images/leftBorder.jpg) repeat-y left top;
	padding-left:0px;
}

.rightRepeat
{
	background:  url(images/rightBorder.jpg) repeat-y right top;
	padding:0 0 0 0;
}

/* mac hide \*/
* html .rightRepeat{height:1%}
/* force "layout" in IE */
.leftRepeat p
{
	padding:0 10px;
	margin:0 0 1em 0
}


.pageHeader
{
	font-size: 20px;
	font-weight: bold;
	color: #1568b3;
	
}

#homeText
{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4em;
	width: 840px;
	
}

.pageText
{
	width: 870px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;

	padding: 10px 10px 10px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	
}

.pageImage
{
	padding: 8px 8px 8px 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}