@charset "utf-8";
/* -----------------------------
   STANDARD HTML TAG RESET   
-------------------------------- */

body,
h1, h2, h3,
p, ul, li,
form {
	border:0;
	margin:0px;
	padding:0px;
}

p  {
	line-height:20px;
	margin:2px 0 5px;
	color:#333;
	font:400 17px Arial, Helvetica, sans-serif
}
h1 {
	font-size:30px;
	margin:8px 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}h2{
	line-height:35px;
	color:#333333;
	margin:0 0 3px;
	font:700 20px Arial, Helvetica, sans-serif
}
h3  {
	line-height:1.4em;
	color:#333;
	margin:0 0 2px;
	font:700 15px Arial, Helvetica, sans-serif
}
h4  {
	line-height:1.3em;
	color:#333;
	margin:0 0 1px;
	font:700 14px Arial, Helvetica, sans-serif
}
.strongBOLD	{
	list-style:none;
	font-size: 130%;
	color: #B83227;
	font-weight: bold;
}	
a	{
	list-style:none
}
#mainContent img {
	margin-left: 10px;
	border: thin double #A70304;
	margin-bottom: 10px;
}

a img{
	border:0;
}
a:link{
	color:#B83227;
	text-decoration:none
}
a:visited{
	color:#B83227;
	text-decoration:none
}
a:hover{
	color:#F20000;
	text-decoration:none;
	list-style:none
}
.redText{
	color: #B83227;
}
.smallText {
	font-size: 14px;
	font-weight: bold;
}

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-color: #333333;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 200px;
} 

#navBar
 {
	float: right;
	margin-right: 85px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B83227;
	padding-bottom: 10px;
	margin-top: 15px;
}
#sidebar1 {
	float: left;
	height: 238px;
	background-color: #B00000;
}
#logo {
	border: 1px solid #A7201A;
	width: 244px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#mainContent {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 260px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent2 {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 343px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#share {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 285px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.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;
}
#footer {
	padding: 0 10px;
	height: 50px;
	background-position: center;
	background-color: #302C29;
} 
#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: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #999999;
	font-size: 14px;
}
