@charset "utf-8";
/* CSS Document */

<!-- 
a {
color:#0099CC;
text-decoration:none;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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;
}
.twoColFixLtHdr #container { 
	width: 1022px;  /* 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 */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	padding: 0 0 0 0;  /* 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. */
} 
.twoColFixLtHdr #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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 176px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;

}
.twoColFixLtHdr #sidebar1 h3{
	margin:0;
	padding: 0;

}
.twoColFixLtHdr #mainContent { 
	margin: 0 20px 0 190px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
	width:656px;
} 
.twoColFixLtHdr #mainContent a:hover {
color:#0033CC;
text-decoration:underline;
}
.twoColFixLtHdr #mainContent h1{
	margin:0;
	padding: 0;	
	font-size:27px;
	color:#00AEEF;
}
.twoColFixLtHdr #mainContent h2{
	margin:0;
	padding: 0;	
	font-size:18px;
	color:#00AEEF;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #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 */
}
.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;
}


#main_bg {
float:left;
background-image:url(../images/main_body_tile.png);
background-repeat:repeat-y;
width:883px;
  min-height:600px;
  height:auto !important;
  height:600px;
}
#sidebar1 ul {
margin:0 0 0 2px;
padding:0;
}
#sidebar1 ul li {
font-size: 13px;
font-weight:bold;
display:block;
width:176px;
height:28px;
list-style-type:none;
margin:0 0 0 0;
padding:0;
color:#0099CC;
font-stretch:normal;

}
#sidebar1 ul li.head_menu {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
background-color:#C3DE8C;
color:#000099;
font-size: 16px;
padding: 0 0 0 0;
text-align:center;
line-height: 26px;
margin:0 0 0 0;
}
#sidebar1 ul li a{
background:url(../images/leftnav-icon.png) no-repeat 2px 0;
display:block;
width:auto;
height:28px;
padding-left: 29px;
line-height: 31px;
}
#sidebar1 ul li a:hover {
background:url(../images/leftnav-icon-hover.png) no-repeat 2px 0;
background-color:#B2E3FA;
}

#ads {
height: 800px;
width: 140px;
display:block;
float:left;
}
#comment_box {
width:668px;
}
#comment_box{
background:url(../images/comment-tile.png) repeat-y left;
}
#comment_body {
margin-left: 10px;
margin-right: 10px;
}
#comment_top {
	background:url(../images/comment-top.png) no-repeat left top;
	height:8px;

}
#comment_bottom {
	background:url(../images/comment-bottom.png) no-repeat left bottom;
	height:8px;

}
#sidebar1 iframe {
margin-left: 2px;
}

table.main_table {
border-bottom: groove #0099CC;
padding-bottom: 15px;
font-size: 12px;
}
--> 


/* FORMS */
.cform {
margin:10px;
width:360px;
}
.cform fieldset {
margin-top:10px;
padding:5px 0 0px;
}
.cform .cf_hidden {
background:transparent none repeat scroll 0 0 !important;
border:medium none !important;
display:none;
margin:0 !important;
padding:0 !important;
}
.cform legend {
-x-system-font:none;
color:#666666;
font-family:Times;
font-size:20px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-left:10px;
padding:0 2px;
}
ol.cf-ol {
margin:0 !important;
padding:0 !important;
}
ol.cf-ol li {
background:transparent none repeat scroll 0 0 !important;
line-height:1.3em;
list-style-image:none !important;
list-style-position:outside !important;
list-style-type:none !important;
margin:5px 0 !important;
padding:0;
text-align:left;
}
ol.cf-ol li.textonly {
background:#F0F0F0 none repeat scroll 0 0 !important;
letter-spacing:1px;
margin:10px 0 !important;
padding:5px 0;
text-align:center;
}
.cform label {
display:inline-block;
margin:4px 10px 0 0;
text-align:right;
vertical-align:top;
width:155px;
}
.cform label span {
display:block;
width:155px;
}
label.cf-before {
margin:4px 10px 0 0;
}
label.cf-after {
margin:4px 15px 0 6px;
text-align:left;
width:115px;
}
label.cf-after span {
display:block;
width:115px;
}
label.cf-group-after {
margin:3px 4px 0 2px;
text-align:left;
width:72px;
}
label.cf-group-after span {
display:block;
width:72px;
}
.cform input, .cform select {
background:#F9F9F9 none repeat scroll 0 0;
border:1px solid #888888;
padding:3px;
vertical-align:top;
}
.cform select {
padding:2px 0;
width:158px;
}
.cform select.cfselectmulti {
height:7.5em;
}
.cform textarea {
font-family:arial;
font-size:0.9em;
overflow:auto;
}
ol.cf-ol li.cf-box-title {
font-weight:bold;
letter-spacing:1px;
padding:8px 0 0 100px;
}
.cform input.cf-box-a, .cform input.cf-box-b {
background:transparent none repeat scroll 0 0 !important;
border:medium none !important;
height:22px;
margin:2px 0 0;
width:14px;
}
.cform input.cf-box-a {
margin-left:100px;
}
ol.cf-ol li.cf-box-group {
margin:10px 0 0 !important;
padding-left:100px;
}
div.green_head {
background-color:#C3DE8C; 
padding:5px;
}
div.blue_head {
background-color:#9ddcf9; 
padding:5px;
font-size:12px;
}
span.question {
background-color:#C3DE8C; 
padding:3px;
display:block;
}
span.author {
font-weight:bold;
}
span.answer {

}
.cform label span.req {
color:#FF0000;
width:auto;
display:inline;
}
span.smalltext {
font-size:10px;
}