html {}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
	background-color: #ECECEC;
}
#container {
        font-family:Verdana,Arial,Helvetica,sans-serif;
	width: 780px;
	width: 860px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border: 1px none #000000;
	margin-top: 0px;
	m-argin-left: 10px;
}
#wrapper {
	background-color: #ECECEC;
	margin-left: 20px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 154px;
	padding-top: 71px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}
#right_sidebar {
  float: right;
  width: 188px;
  padding-left:10px; 
}
#right_sidebar p {
  padding-bottom: 20px;
}
.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;
}
.style1, .welcome {
	color: #6699CC;
	font-size: 12px;
	font-weight: bold;
}
.style2 {
	font-size: 12px
}
.style3 {color: #666666}
#mainContent h1, .style4 {
        font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 24px;
	color: #66CC00;
        margin-top: 3px;
        font-weight: normal;
        margin-bottom: 5px;
        padding-bottom: 0px;
}
#mainContent p, #mainContent ul, th, td, .style5,
#mainContent div.section {
	color: #666666;
	font-size: 13px;
        margin-top: 0px;
        padding-top: 0px;
}
#mainContent h3 {
        font-size: 12px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
}
.tdinfo {
        font-size: 9px;
}
#footer, .style6 {
	font-size: 9px;
	color: #666666;
	margin-bottom: 0px;
}
.subheading {
        font-size: 9px;
        margin-bottom: 5px;
}
#settings p {
        margin: 0px;
        padding: 0px;
        margin-top: 3px;
}
#copyright, .style7 {
	color: #666666;
	font-size: 9px;
	margin: 0px;
}
#top_nav {
  padding-right: 22px;
  padding-top: 10px;
  background-color: #FFFFFF;
}
#left_nav {
	width: 154px;
	padding-top: 20px;
}
#left_nav div {
	background-color: #ECECEC;
  height: 30px;
  margin-bottom: 3px;
	color: #6699CC;
	font-size: 12px;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 10px;
}
#left_nav #g_ads {
	background-color: #ECECEC;
        height: auto;
        margin-bottom: 0px;
	color: #6699CC;
	font-size: 12px;
	font-weight: bold;
	p-adding-top: 9px;
	padding-left: 18px;
}
#g_ads_footer {
        margin-top: 10px;
}
a:link {
color:#6699CC;
text-decoration:none;
}
a:hover {
	text-decoration: none;
	color: #66CC00;
}
a {
color:#6699CC;
font-family:Verdana,Arial,Helvetica,sans-serif;
text-decoration:none;
}


.sidebox, .sidebox-head, .sidebox-head h2, .sidebox-content { 
        color: #666666;
background: transparent url(../gifs/sidebar_box.gif) no-repeat bottom right; 
} 
.sidebox { 
w-idth: 235px !important; /* intended total box width - padding-right(next) */ 
w-idth: 215px; /* IE Win = width - padding */ 
       p-adding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
margin: 0px auto 5px; /* use to position the box */ 
margin-left:0px;
width: 186px;
} 
.sidebox-head { 
        background-position: top left; 
        m-argin-right: -15px; /* pull the right image over on top of border */ 
        p-adding-right: 40px; /* right-image-gap + right-inside padding */ 
}
.sidebox-head h2 { 
        line-height: 1.4em;


        background-position: top right; 
margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 23px 0 0 27px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; 
height: 1%; /* IE Holly Hack */ 
font-size: 18px;
font-weight: bold;
padding-left: 0px;
padding-top: 4px;
        margin-left: 5px;
        padding-bottom: 10px;
} 
.sidebox-content { 
        background-position: bottom left; 
        margin-right: 2px; /* interior-padding right */ 
padding: 0 0 23px 30px; /* mirror .cssbox_head right/left */ 
} 
.sidebox-content p { 
margin: 0px;
}

.sidebox {
        margin-bottom: 35px;
}

#sidebar .button {
        padding-top:5px;
}

form {
margin:0;
padding:0;
}


input, textarea {
margin:0;
}

form#login label, form#contactus label {
font-size:12px;
line-height:21px;
}

form#contactus {
        width: 300px;
}

form#contactus input.textbox {
        float: right;
}

label {
font-weight:normal;
}

form#login input#username, form#login input#password {
width:100px;
}

form#contactus input#sender_name, form#contactus input#from_address, form#contactus textarea#message {
width:200px;
}

form#contactus textarea#message {
width:300px;
height:150px;
}

input.textbox {
border:1px solid #DDDDDD;
}

textarea.textbox {
border:1px solid #DDDDDD;
}

form#login input#password {
margin-left:1px;
}

form#login label#remember_label {
font-size:10px;
margin-left:-15px;
}

/* login_page */
form#login_page label {
font-size:12px;
line-height:21px;
}

form#login_page input#username, form#login_page input#password {
width:100px;
}
form#login_page input#password {
margin-left:5px;
}

form#login_page label#remember_label {
font-size:10px;
margin-left:0px;
}

table {
        border-top: solid thin #dddddd;
        border-left: solid thin #dddddd;
}
table th, table td {
        border-bottom: solid thin #dddddd;
        border-right: solid thin #dddddd;
        padding-right: 15px;
}
table.noborders, table.noborders th, table.noborders td {
        border: 0px;
}
table.noborders td {
        padding-bottom: 5px;
}

.directions {
        font-size: 10px;
}

.save_search p {
        padding-right: 10px;
}

.actions, .actions a {
        font-size: 11px;
}

.results_bold {
        font-weight: bold;
}

#section_nav {
        float: right;
        font-size: 12px;
}

#top_info {
        float: right;
        w-idth: 200px;
        padding-top: 15px;
        padding-right: 19px;
        font-size: 12px;
        line-height: 12px;
}

#top_info h1 {
	color: #6699CC;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        margin: 0px;
}

#top_info p {
        color:#666666;
        font-weight: bold;
        text-align: right;
        margin: 0px;
}

.status {
        color: #666666;
        font-size: 9px;
}

th, td {
        padding-top: 0px;
        margin-top: 0px;
        vertical-align: top;
}

th.deletelink, th.match, th.stat, th.date, th.sbir_match_head, th.sbir_stat_head {
        font-size: 11px;
}

td.match a, div.searchrfpsresults_section a {
        text-decoration: underline;
}

td.sbir_label h3 {
        padding-top: 0px;
        margin-top: 0px;
}

.sbir_separator {
        background: transparent url(../pngs/dotted_long.png) repeat-x;
}

p.sbir_separator {
        height: 5px;
        margin: 0px;
        padding: 0px;
}

.separator_bottom {
        background: transparent url(../pngs/dotted_long.png) repeat-x bottom left;
        padding-bottom: 5px;
}

div.welcome span.account_settings, div.welcome span.account_settings a {
        color: #666666;
}


