body{
	color: #333;
    font-size:11px;
	background:#CEDAE2 url(http://contractor.us/images/bg.gif) repeat-x top;
}

#maincontainer{
width: 780px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background:#FFFFFF;
}

#contentwrapper{
float: left;
width: 780px;
background:#FFFFFF;
}

#contentcolumn{
margin-right: 255px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 250px; /*Width of right column*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
}

table{
	padding: 0;
	margin: 0;
}
/* Section Title */
.sec_title{
	font-size:11px;
	font-weight:normal;
	color:#003366;
	text-decoration:underline;
}
/* Sidebar Outline */
.sidebar{
	border : 1px solid #003366;
	background-color:#FFFFFF;
}
/* Bold Blue Links Used Throughout */
.bblink{
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}
.bblink:hover{
	font-weight:bold;
	color:#990000;
	text-decoration:underline;
}
/* Header Links */
.head_link{
	font-weight:bold;
	color:#006699;
	text-decoration:none;
	border-bottom: 1px solid #003366;
}
.head_link:hover{
	font-weight:bold;
	color:#990000;
	text-decoration:none;
	border-bottom: 1px solid #990000;
}
/* Sidebar Links */
.side_link{
	color:#006699;
	text-decoration:none;
}
.side_link:hover{
	color:#990000;
	text-decoration:underline;
}
/* Base Body Blocks */
.block_frame{
	border : 1px solid #AACCEE;
	width:100%;
}
.block_content{
	padding: 6px;
	background: #FFF;
	color:#666666;
	border-top: 1px solid #D6E4F6;
}
.block_title{
	font-weight: bold;
	padding-top: 2px;
	padding-left: 4px;
	line-height: 1.8em;
	color: #666666;
	overflow: hidden;
	display: inline;
}
.block_header{
	background-color:#EBF3FB;
	height: 1.8em;
	overflow: hidden;
}
.block_ico{
	padding-top:2px;
	padding-left:4px;
	float: left;
}
/* Form Elements */
.inputbox {
	font-size:11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#003399;
	padding-left:.5em;
	border-right:1px solid #C1D8FF;
	border-bottom:1px solid #C1D8FF;
	border-left: 1px solid #C1D8FF;
	border-top: 1px solid #C1D8FF;
	background-color:#EFF5FF;
}
.combobox {
	font-size:11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003399;
	padding-left:.2em;
	border-right:1px solid #C1D8FF;
	border-bottom:1px solid #C1D8FF;
	border-left: 1px solid #C1D8FF;
	border-top: 1px solid #C1D8FF;
	background-color:#EFF5FF;
}

.pButton {  
	font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	background-color:#EFF5FF; 
	border-color:#006699;
	border-style: solid;
	border-width: 1px;
	color:#006633;
	font-size: 11px;
	cursor: hand;
	letter-spacing: 1px;
}

.submit_label {
  text-align: left;
  vertical-align: top;
}

.tagLink2 {
    color: #336600;
}

.detailHeader {
    border: 1px solid #FFFFFF;
    background-color: #EFF5FF;
    padding: 3px;
    font-family: Arial;
    font-size: 10px;
    color: #666666;
    font-weight: 700;
}

.detailContent {
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    padding-bottom: 8px;
    background-color: #F9F9F9;
    padding-left: 3px;
}

.detailContent a {
    font-family: verdana;
    font-size: 9px;
    color: #990000;
    text-decoration: none;
}

.detailContent a:hover {
    font-family: verdana;
    font-size: 9px;
    color: #990000;
    text-decoration: underline;
}

.oddity {
    background-color: #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px;
}

.oddityHeader{
	background-color:#EFF5FF;
	height: 1.8em;
	overflow: hidden;
    border-bottom: 1px solid #E6EFFF;
    width: 100%;
}

.oddityHeaders{
	background-color:#EFF5FF;
	height: 1.8em;
	overflow: hidden;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #E6EFFF;
    width: 100%;
}

.oddity_green_Header{
	background-color:#EFF5FF;
	height: 1.8em;
	overflow: hidden;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #E6EFFF;
}

.oddity_green_Content {
    background-color: #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px;
}

.oddity_green_Content a {
    color: #006699;
    text-decoration: underline;
}

.oddity_green_Content a:hover {
    color: #990000;
    text-decoration: none;
}

.oddity a {
    color: #006699;
    text-decoration: none;
}

.oddity a:hover {
    color: #990000;
    text-decoration: underline;
}
