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

body  {
	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: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	background-color: #FFFFFF;
	background-image: url(images/fading_background_16.png);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #153B8C;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/vcaheader.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #header h1 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: "Times New Roman", Times, serif;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 142px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 155px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	width: 620px;
} 

.twoColFixLtHdr #mainContent h1{
	color: #153B8C;
	background-repeat: no-repeat;
	background-image: url(SpryAssets/post_header.gif);
	font-weight: normal;
	font-style: oblique;
	text-decoration: none;
	font-size: 18px;
	text-align: left;
	height: 30px;
	background-position: center;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	background-image: url(/ajaxtabscontent/ajaxtabs/shade.gif);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 100px;
}

.fltrtfooter {
	float: right;
	margin-left: 8px;
	margin-right: 20px;
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #153B8C;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 100px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr #sidebar1 h4 {
	margin: 0 10px 3px 10px;
	padding: 3px 3px 3px 8px;
	color: #002A8F;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a1a5a9;
}
.twoColFixLtHdr #sidebar1 a {
	text-decoration: none;
	color: #002a82;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	}

.twoColFixLtHdr #sidebar1 a:hover {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
	}
	a:link {
	text-decoration: none;
	color: #153B8C;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}

.textleft
{
filter:shadow(color:black);
	float:left;
	font-weight:bold;
	font-size:12pt;
	font-family:"Times New Roman", Times, serif;
	color: #153B8C;
	padding:2px;
	font-style: oblique;
	background-color: #EBEBEB;
	background-image: url(ajaxtabscontent/ajaxtabs/shade.gif);
	background-repeat: repeat-x;
	width: 590px;
	background-position: left center;
}

.textcenter
{
filter:shadow(color:black);
	color: #4C4C4C;
	padding: 5px;
	background-color: #F9F9F9;
	width: 250px;
	border: 1px solid #BFBFBF;
	float: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: oblique;
	line-height: 5px;
	font-weight: bold;
}
.textright
{
filter:shadow(color:black);float:right;font-weight:bold;font-size:18pt;font-family:georgia;color: #4C4C4C;padding:10px;	
}
