@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #7FAEAC;
	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;
	background-color: #CCCCCC;
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/sidebar-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
} 
#mainContent  {
	margin: 40px 0 50px 210px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	line-height: 1.4;
	padding: 0 30px 0 0;
}
#mainContent a {
	color: #003399;
	text-decoration: none;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	line-height: 1.4;
	padding: 0 20px 0 0;
	margin-left: 30px;
}
#mainContent p.whitebox {
	border:1px solid #dde0dd;
	background-color:#E7E7E7;
	padding:10px 15px;
	margin-right: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: right;
}
#mainContent p.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #666666;
	font-style: italic;
	margin-bottom: -0.75em;
}
.sidebarCaption {
	font-weight: bold;
	color: #003366;
	font-size: 9pt;
	line-height: 1.1;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 10px;
}
.sidebarCaption a {
	color: #003366;
	text-decoration: none;
}
.sidebarCaption  a:hover {
	color: #CC0033;
	text-decoration: none;
}
#header    {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(images/header.jpg);
	height: 130px;
	float: none;
}

#header p   {margin:0}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 15px 15px 15px;
	clear: left;
}

#rightColumn {
	float: right;
	width: 350px;
	clear: none;
	margin-top: 0px;
	margin-left: 20px;
}

#rightColumn p {
	width: 250px;
	display: block;
	padding-right: 20px;
}
.images-inline {
	float: right;
	position: relative;
	right: -30px;
	margin-top: 10px;
	display: block;
	background-image: url(images/Randybuzz.jpg);
}
.images-nobleed {
	float: right;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 30px;
	clear: right;
}
.hr {
	height: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #dde0dd;
	clear:both;
	width: 95%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #003399;
	font-weight: normal;
	margin-right: 30px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #003399;
	font-weight: normal;
	margin-top: 1.25em;
	margin-right: 30px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin-top: 1.5em;
	margin-right: 30px;
	line-height: 1.25;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}

h5 {
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h6 {
	font-size: 9pt;
	color: #666666;
	font-weight: normal;
}
.textright {
	text-align:right;
}
.clearboth {
	clear:both;
}
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #014C69;
} 
.nolinespace {
	margin-top: -.5em;
}
#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 */
	color: #BCC8E8;
	font-size: 10pt;
}
#footer a, #footer a:link, #footer a:visited {
	color: #BCC8E8;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.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;
}
.connectBox {
	font-weight: bold;
	color: 003366;
	font-size: 9pt;
	line-height: 1.1;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 10px;
}
.connectBox a {
	margin-right: 5px;
	margin-left: 5px;
}
.connectBox a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.alignleft { 
	float: left;
	margin-right: 10px;
}
form.inline {
	display: inline;
	clear: none;
	float: none;
	font-size: 11pt;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#maincontent p.bold {
	font-weight: bold;
}

#ras_blog_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.signupbox {
	float: right;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 30px;
	clear: right;
	padding-left: 15px;
	background-color: #E7E7E7;
}

.leadin {
	font-weight: bold;
	color: #333333;
}

.bold {
	font-weight: bold;
	color: #333333;
}
