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

* {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 0px;
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 16px;
	margin: 0;
	margin-bottom:25px;
		background-color:#535353;
		background-repeat:repeat-x;
		background-image:url(/images/graybg.jpg);
}
a {
	color: #B9121B;
}
p, h1, h2, h3 {
	margin-bottom: 16px;
}
.bodyLayout #container {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-bottom:0;
	margin-right: auto;
	
	background-color:#ffffff;
	margin-left: auto;
}
.bodyLayout  #header {
	padding: 0;  /* 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. */
	margin:0;
	margin-top: 0;
	margin-bottom:0px;
	margin-right: auto;
	width: 1000px;
	margin-left: auto;


}
.bodyLayout  #header #logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:0px;
	margin:0px;
	
}

.bodyLayout #navbar {
	margin-right: auto;
	width: 970px;
	padding-top:7px;
	padding-bottom:7px;
	margin-left: auto;
	background-image:url(/images/nav_bg.jpg);
}

.bodyLayout  #header #issueinfo {
	text-align:right;
	color:#f9f9f9;
	padding-top:8px;
	padding-bottom:5px;
	padding-right:20px;
	font-family:Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:1px;
}

.aa dt {
font-size:1.7em;
line-height:1.6em;
letter-spacing:.1em;
font-weight:bold;
font-variant: small-caps
}

.aa dd {
margin-left:20px;
font-size:.8em;
margin-bottom:5px;
}

.aa dd a {
text-decoration:none;
}

.aa dd a:hover {
text-decoration:underline;
}
.bodyLayout #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-left: 20px;
	background-color:#ffffff;
	position: relative;
}
.bodyLayout #container .sideBarHeader {
	margin-top:6px;
	margin-bottom:8px;
	font-size:16px;
	font-family:arial, helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:2px;
	
}

.bodyLayout #container .sideBarHeader a {
text-decoration:none;}
.bodyLayout #container .sideBarHeader a:hover {
text-decoration:underline;}


.bodyLayout #container #sidebar1 .blogPost {
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	clear: left;
}
.bodyLayout #container #sidebar1 .blogPost h3.blogTitle {
	font-size: 13px;
	clip: rect(auto,auto,10px,auto);
	margin-bottom: 5px;
	font-weight:normal;
	letter-spacing:1px;
}
.bodyLayout #container #sidebar1 .blogPost .blogContent {
	padding-left: 60px;
}
.bodyLayout #container #sidebar1 .referBox img {
	margin-bottom: 10px;
	margin-right: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bodyLayout #container #sidebar1 .referBox {

}

.bodyLayout #container #sidebar2 strong {
color:#B9121B
}


.bodyLayout #container #sidebar1 .referBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3b5997;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-top: 7px;
}
.bodyLayout #container #sidebar1 .referBox p {
	font-size: 14px;
}
.bodyLayout #container #sidebar1 .referBox a {
	text-decoration: none;
	color: #3b5997;
}


.bodyLayout #container #sidebar1 .blogPost h3.blogTitle a {
	text-decoration: none;
}
.bodyLayout #container #sidebar1 .blogPost p {
	font-size: 11px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyLayout #container #sidebar1 .blogPost .blogDate {
	color: #949494;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	margin: 0px;
}
.bodyLayout #container #sidebar1 .blogPost .blogPic {
	height: 50px;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bodyLayout #container #sidebar1 .blogPost .blogInfo {
	float: left;
	width: 50px;
}

.bodyLayout #container #sidebar1 .blogPost .blogJump {
	margin: 0px;
}
.bodyLayout #container #sidebar1 .blogPost .blogName {
	color: #949494;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	line-height: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-decoration:none;
}
.bodyLayout #container #sidebar1 .blogPost .blogName a {
	color: #949494;
	text-decoration: none;
}


.bodyLayout #mainContent {
	margin-left: 260px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	padding-top: 15px;
}
.bodyLayout #footer {
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#d9d9d9;
	background-image:url(/images/footer_bg.jpg);
	font-family:Arial,Helvetica,sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:1px;
	margin:0;
	margin-top: 10px;
	margin-bottom:0;
	margin-right: auto;
	width: 1000px;
	margin-left: auto;
}
.bodyLayout #footer a {
color:#ffffff;}
.bodyLayout #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;
	margin: 0px;
	padding: 0px;
	width: 0px;
}

.readmoreblogs a, .readmoreblogs {
font-family:Arial,Helvetica,sans-serif;text-align:right;text-transform:uppercase;letter-spacing:1px;font-size:11px;margin-top:-5px;font-weight:normal;}

#navbar {
text-align:center;
padding-bottom:5px;
letter-spacing:2px;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
padding-left:30px;
}

#navbar li
{
display: inline;
list-style-type: none;
padding-right: 30px;
}

#navbar a {
color:white;
text-decoration:none;
}

#navbar a:hover {
text-decoration:underline;
}
