@charset "utf-8";
* {margin:0; padding:0;}
body  {
	font: 100% Verdana, Arial, Helvetica, 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;
	background: #FFFFFF url(Images/elements/stucco2_257x.jpg) repeat;
}

.thrColFixHdr #infodiv {
	margin:0;
	height: 40px;
	width: 784px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #f5da13;
	font-weight: bold;
	border-top: none #BE141D;
	border-right: none #BE141D;
	border-bottom: none #BE141D;
	border-left: none #BE141D;
	float: none;
	background: #be141d url(Images/elements/infodiv_784x41.jpg) no-repeat;
}
a:link {
	color: #bd0a0d;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: none;
}
.p_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.thrColFixHdr #container #mainContent .p_contentlarger {
	font-size: 14px;
}

.headertype {
	font-size: xx-small;
	padding: 0px;
	color: #000000;
	
}


.thrColFixHdr #container {
	width: 784px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #BE141D;
	border-bottom-color: #999999;
	border-left-color: #BE141D;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.thrColFixHdr #header {
	height: 170px;
	margin: 0px;
	padding: 0 10px 0 20px;
	background: #DDDDDD url(Images/elements/BannerWithOval4_784x200%20copy.jpg) no-repeat;
	color: #FFFFFF;
} 
.thrColFixHdr #header h1 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.ptestrule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-left-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	padding: 20px 0px 0px;
}




}
.p_contentBold {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.p_contentBlue {
	font-size: 12px;
	font-weight: bold;
	color: #0033CC;
}
.thrColFixHdr #container #sidebar1 .p_contentBold a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.thrColFixHdr #container #sidebar1 .p_contentBlue a:link {
	color: #bd0a0d;
	text-decoration: none;
}

.p_contentLight {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}



.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 100px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	background-repeat: repeat;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #be141d;
	border-right-color: #be141d;
	border-bottom-color: #be141d;
	border-left-color: #be141d;
}
.thrColFixHdr #mainContent {
	margin: 0 auto 0 130px;
	padding: 15 10px 10;
	background: repeat-x;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#be141d;
} 


.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f5da13;
	text-align: center;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.image-right {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
.image-left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.ContentWithPadding {
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	text-align: justify;
}
.navbarstyle {
	line-height: 50px;
	font-weight: bold;
	font-size: 16px;
}
.h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.signature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #0000CC;
}

