@charset "UTF-8";
/* CSS Document */
.blackborder {
	border: 1px solid #000000;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Helvetica;
	width: 620px;
	background-color: #FFFFFF;
}
.blackborder2 {
	border: 1px solid #000000;
}
.blueborder {
	background-color: #CCE7FF;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.headline {
	font-family: Helvetica;
	font-size: 22px;
	font-weight: bold;
	color: #003399;
	line-height: 24px;
}
img {
	padding:5px;
	font-family: Tahoma, Geneva, sans-serif;
}
.headlineBlk {
	font-family: Helvetica;
	font-size: 22px;
	font-weight: bold;
	color: #003399;
	line-height: 25px;
}
yellowhighlight {
	background-color: #FFFF00;
}
.yellow {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFF00;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(http://www.outperformtherecession.com/images/BlueGradient.jpg);
	background-repeat: repeat-x;
	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: ;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #topnav {
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top-width: 1px;
}
.oneColFixCtrHdr #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 */
}
#left {
   float: left;
   width: 63%;
   margin: 1% 0 1% 1%;
   padding: 0;
   background-color: #FFF;
   color: #000;
}
#right {
   float: right;
   width: 32%;
   height: 292px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 0px;
   margin: 1% 0 0% 0;
   background-color: #F9F9F9;
   color: #000;
   border:1px solid #B1B1B1;
}
#right p {color:#333333;
font-family:arial;
font-size:14px;
font-weight:bold;

}
#right em {color:red
}


form {margin-top:18px;}

form label {color:#333333;
font-family:arial;
font-size:12px;}

form input.signup-btn1 {background:transparent url(../images/background-button.jpg) no-repeat scroll 0 0;
border:medium none;
color:#000000;
cursor:pointer;
font-size:15px;
font-weight:bold;
height:36px;
width:180px;}


.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
#nav {
   margin: 0;
   padding: 0;
   text-align: center;
   /*background-image: url(/images/graynav.jpg);*/
   color:#FFF;
   /*background-color: #CCE7FF;*/

}
#nav li {
	display: inline; 
	padding:0; 
	margin:0;
	margin-left:10;
	color: #CCC
	border-right: inset;

}
#nav a:link
	{color: #666;
	padding:10;
	text-decoration: none;
	}
#nav a:visited {
	color:#666; /*background:#b2b580;*/ 
	text-decoration: none;
	}
#nav a:hover {
	color:#000; /*background: #666;*/
	text-decoration: none;
	}
#tablecaption {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}
.style52 {color: #000000}
.style85 {font-size: 16px}
.style86 {	font-size: 24px;
	font-weight: bold;
}
.style92 {font-size: 14px}
.style4 {
	font-size: 12px;
	font-family: Helvetica;
}
.style3 {font-family: Helvetica; font-size: 13px; }
.style95 {
	color: #CE0504;
	font-weight: bold;
}
.headline1 {	font-family: Helvetica;
	font-size: 26px;
	font-weight: bold;
	color: #CE0504;
	line-height: 28px;
	 
}
.headline1a {	font-family: Tahoma;
	font-size: 34px;
	font-weight: bold;
	color: #000000;
	line-height: 28px;
	font-style: italic;
	 
}
.style99 {
	color: #0F008F;
	font-family: Helvetica;
}
.style104 {
	font-size: 13px;
	text-align: left;
}
.style108 {font-size: 14px; font-weight: bold; color: #0F008F; }
.style96 {	font-family: Helvetica;
	font-size: 28px;
	font-weight: bold;
	color: #0f008f;
	line-height: 32px;
}
.style110 {
	color: #CE0504;
	font-weight: bold;
	font-size: 15px;
}
.style111 {
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica;
}
.style117 {font-family: Helvetica}
.style119 {font-size: 16px; font-family: Helvetica; }
.style121 {font-weight: bold; font-style: italic; color: #990000; font-size: 16px;}
.style122 {font-weight: bold; font-style: normal; color: #B70008; font-size: 18px;}
.style124 {font-weight: bold; font-style: italic; color: #CE0504; font-size: 16px;}
.style125 {font-family: arial}
.style126 {
	color: #CE0504;
	font-family: Tahoma;
}
.style127 {
	font-family: Helvetica;
	font-size: 26px;
	font-weight: bold;
	color: #0f008f;
	line-height: 36px;
}
.style128 {
	font-size: 26px
}
.header {
	background-image: url(file:///Macintosh%20HD/Users/jonvolat/Desktop/meetjonvolat/images/2header-775.png);
	background-repeat: no-repeat;
}
.style129 {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.style130 {	color: #FF0000;
	font-weight: bold;
	font-family: Helvetica;
}
.style130 {
	font-size: 15px;
	font-weight: bold;
	color: #00C;
	font-family: Tahoma, Geneva, sans-serif;
}
.style131 {font-size: 15px}
.style133 {font-family: arial; font-size: 12px; }
.style134 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.style136 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
}
.style137{
	font-size: 12px;
	color: #666666;
}
.style138 {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: green;
}
.style139 {
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: green;
}
.styletah {
	font-family: Tahoma, Geneva, sans-serif;
}

div.img
{
  padding-right:10px;
  padding-bottom:3px;
  padding-top:0px;
  padding-left:0px;
  border: 1px solid #FFFFFF;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}
td {
 width:50%;
 border:1 solid black;
 }
 td.padded {
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	font-family: Arial, Helvetica, sans-serif;
 }
 .picture { background-color: #F9F9F9; 
border: 0px solid #CCCCCC; padding: 3px; 
font: 9px/1.4em "Palatino Linotype", "Book Antiqua", Palatino, serif, sans-serif, italic; } 
.picture img { border: 0px solid #CCCCCC; 
vertical-align:middle; margin-bottom: 3px; } 
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; } 
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 
