/* basic setup*/
* {
	margin: 0;
	padding: 0;
}  
body {
	background: url('../images/bg_body.jpg') repeat;
	/*font: 12px Arial, Helvetica, Verdana,  sans-serif;*/
	font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}    
img {
	border: none;
	} 
p {
	margin: 10px 0 10px 0;
	}
	        
div#wrapper {     
	background: url('../images/bg_header.jpg') repeat-x 0 0;
}
div#header2 {     
	margin: 0;
	width: 950px;
}
div#container {    
	padding-bottom: 0px;
	width: 825px;
	text-align:left;
}
div#subheader {
	background: url('../images/bg_contentHdr.jpg') no-repeat;
	}
div#heightfix {
	position: absolute;
	z-index:-1;
	height: 500px;
	width: 1px;
	}
div#content { 
	float: left;
	z-index: 2;
	margin-right: 22px;
	width: 543px;
}   
div#innerContent { 
	margin-top: 10px;
}   
a img {
	border: 0;
}
a.jump {
	font-weight: bold;	
}

h2 {
	font-family: 'trebuchet MS', sans-serif;
    font-size: 20px;
    font-weight: bold;
	color: #000000;
}
          
/* shared styles */
a {
	color: #d7090f;
	text-decoration: none;
}	                      
a:hover {
	text-decoration: underline;
}
  
#error {
	color:#CC0000;
	}

div#sidebar {
	float: left;
	width: 250px;
}

.divider {
	/*border-top:1px dashed #000000;
	padding:2px;
	color:#ffffff;*/
	width: 540px;
	background-image:url(../images/line.jpg);
	background-repeat:no-repeat;
	margin-bottom:5px;
	
	}

.textInput{
	border: 1px solid #9c9c9c;
	background: #FFFFFF;
	color: #000000;
	height:20px;
	font-size: 1.1em;
}

.datePosted{
    font-family: 'trebuchet MS', sans-serif;
    font-size:12px;
    /*font-stretch:condensed;*/
	font-weight: bold;
    color:#0099FF;
}
