@charset "utf-8";
body  {
	font: 12px Tahoma, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 750px;
	padding-left: 20px;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	/* text-align: left; this overrides the text-align: center on the body element. */
}  
#header {
	padding: 0;
	height: 90px;
	background: url(../../images/logo_hdr.gif) no-repeat left top;
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#tertMenu {
	width: 375px;
	float: right;
	margin-top: 50px;
}
#tertMenu img {
	vertical-align: text-bottom;
}

#tertMenu a{
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	color: #145F98;
	text-decoration: none;
}
#tertMenu a:hover, #tertMenu a:active{
	color: #145F98;
	text-decoration: underline;
}



#mainContent {
	padding-bottom: 20px;
	background: url(../../images/footer_line.gif) no-repeat left bottom;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #002767;
	padding-left: 5px;
} 
#appt a{
	float: right;
	color: #cb0119;
	text-decoration: underline;
	padding-right: 10px;
	position: absolute;
	top: 541px;
	left: 545px;
	width: 197px;
	font-weight: bold;
	font-size: 11px;	
}
.title {
	font: 20px Tahoma, Arial, sans-serif;
	color: #424242;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: -10px;
}
.titleFirstWord {

	font: bolder 20px Tahoma, Arial, sans-serif;
	color: #424242;
}
.titleFirstWordBlue {
	font: bolder 20px Tahoma, Arial, sans-serif;
	color: #002767;
	padding-left: 8px;
}
.titleFirstWordGold {
	font: bolder 20px Tahoma, Arial, sans-serif;
	color: #DA7600;
	padding-left: 8px;
}
.titleFirstWordRed {
	font: bolder 18px Tahoma, Arial, sans-serif;
	color: #CB0119;
	padding-left: 8px;
}
.titleFirstWordGrey {
	font: bolder 18px Tahoma, Arial, sans-serif;
	color: #B2B2B2;
	padding-left: 8px;
}

.grey{
	margin-top: -10px;


}
.grey a:link, .grey a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.grey a:hover, .grey a:active {
	color: #666666;
	text-decoration: none;
} 
.introP {
	line-height: 17px;
	text-align: justify;
	padding-right: 20px;
	margin-top: 15px;
}

.imgflt_lt {
	float: left;
	padding-right: 15px;
	padding-top: 19px;
}



#footer {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: center;
	padding: 0 20px 15px 0;
}
#footer a:link, #footer a:visited {
	padding: 2px;
	color: #666666;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #135E97;
	text-decoration: underline;
} 
#copyright {
	padding-top: -2px;
	font-size: 10px;
}
