@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.topofheader {
	height: 25px;
	background-color: #EEEEEE;
}

.twoColFixLtHdr #header {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.bullet {
	line-height: normal;
	list-style-type: circle;
}
.bulletred {
	list-style-position: outside;
	list-style-image: url(images/redbullet.jpg);
	padding-bottom: 5px;
}

.bulletlarge {
	list-style-position: outside;
	list-style-image: url(images/logo_bul_35.jpg);
}
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 270px;
	padding-top: 20px;
	padding-right: 75px;
	padding-bottom: 0;
	padding-left: 0px;
	list-style-image: url(images/logo_bul_15.jpg);
	background-position: left;
	border-left-style: none;
} 

.maincontenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
}
.maincontentbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	font-style: normal;
}
.maincontentrightjustified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	text-align: right;
	padding-top: 15px;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7c7c;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #b80000;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B80000;
}


#navbar {
	height: 30px;
}


#sidebar {
	width: 165px;
	float: left;
	margin-top: 20px;
	padding-left: 10px;
	background-position: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B80000;
}
.sidebarheader {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

.sidebartext {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-bottom: 10px;
}
.sidebartextgreycenterd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}

.sidebarheadercentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #B80000;
}
.sidebartextright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	margin-right: 10px;
	padding-bottom: 10px;
}




.twoColFixLtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #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 */
}
.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;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebarimage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.maincontentboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B80000;
	padding-bottom: 5px;
}
.maincontentimagecentered {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.bulletopencircleblk {
	list-style-position: outside;
	list-style-image: url(images/blackcirclebullet.jpg);
}
.maincontenttextred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B80000;
}
.blacktextbolditailized {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
