@charset "utf-8";
/* CSS Document */

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-image: url(../images/pgbg1.gif);
}

img {
	border:0;
}
.scf #container {
	width: 799px;  /* 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 */
	padding:0;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


/*HEADER*/
.scf #header {
	background: #ffffff; 
	padding: 0;
	margin: 0;
}
.scf #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 */
}

.scf #headertop {
	margin: 0;
	padding: 0;
	color:#000000;
	font-size: 9px;
	font-style:italic;
}

.scf #headerlinks {
	margin: 0;
	padding: 1px;
	color: #ff7000;
	font-size: 12px;
}

.scf #headerlinks a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff7000;
	text-decoration:none;
}

.scf #headerlinks a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #f73000;
	text-decoration: underline;
}

.scf #headerlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ff7000;
	text-decoration: none;
}

.scf #headerlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #f73000;
	text-decoration: underline;
}



/*RTSIDE BAR*/
.scf #rtsidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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-color:#666666;
	background-repeat:repeat-x;
}

.scf #rtsidebar p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	margin:0;
	padding:4px;
}

.scf #rtsidebar a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-decoration:underline;
}

.scf #rtsidebar a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#f73000;
	text-decoration:underline;
}

.scf #rtsidebar a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #ffffff;
	text-decoration:underline;
}

.scf #rtsidebar a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#f73000;
	text-decoration:underline;
}

.scf #rtsidebar 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:8px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color:#828282;
	background-image:url(../images/sidebartags.jpg);
	color:#FFFFFF;
	font-size:14px;
	text-align:center;

}

/*CONTENT*/
.scf #content { 
	margin: 0 1px 0 0; /* the right margin on this div element creates the column down the right 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 #content div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.scf #content p {
	margin: 10px 10px auto 10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#646464;
}

.scf #content ul li {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#646464;
}

.scf #content a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#646464;
	text-decoration:underline;
}

.scf #content a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f73000;
	text-decoration:underline;
}

.scf #content a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #646464;
	text-decoration:underline;
}

.scf #content a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f73000;
	text-decoration:underline;
} 

.scf #content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#646464;
	padding: 0 0 0 10px;
}

.scf #content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646464;
	padding: 0 0 0 10px;
}

.scf #content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#f73000;
}

.scf #content h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f73000;
}

.scf #content h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#646464;
	padding: 0 0 0 10px;
}

.scf #content hr {
	background-color:#646464;
	color:#646464;
	height:2px;
	width:500px;
}

/*BOTTOM LINKS*/
.scf #links {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#828282;
	text-align: center;	
} 

.scf #links 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 */
	font-size:12px;
	color:#ffffff;
}

.scf #links a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

.scf #links a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f73000;
	text-decoration:underline;
}

.scf #links a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration:none;
}

.scf #links a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f73000;
	text-decoration:underline;
} 


/*BOTTOM LINKS*/
.scf #links {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#828282;
	text-align: center;	
} 

.scf #links 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 */
	font-size:12px;
	color:#ffffff;
}

.scf #links a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

.scf #links a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f73000;
	text-decoration:underline;
}

.scf #links a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration:none;
}

.scf #links a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f73000;
	text-decoration:underline;
} 

/*FOOTER*/	
.scf #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	text-align:center;
}
.scf #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 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}
.scf #footer a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-decoration:underline;
}

.scf #footer a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#f73000;
	text-decoration:underline;
}

.scf #footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #ffffff;
	text-decoration:underline;
}

.scf #footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#f73000;
	text-decoration:underline;
} 

/*FLOATS*/
.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;
	margin-bottom:8px;
	margin-right: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;
}
.rightb {
	border-right: 1px solid #646464;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.maincontentwhitetype {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.rtcol {
	padding:10px;
}


.scf #container h6 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color:#828282
}
.banner1x1 {
	background: url(../images/anotherbanner_1x1.jpg);
	margin: 0px;
	padding: 0px;
}
.banner1x2 {
	background: url(../images/anotherbanner_1x2.jpg);
	margin: 0px;
	padding: 0px;
}
.banner2x1 {
	background: url(../images/anotherbanner_2x1.jpg);
	margin: 0px;
	padding: 0px;
}
.banner3x1 {
	background: url(../images/anotherbanner_3x1.jpg);
	margin: 0px;
	padding: 0px;
}
.banner3x2a {
	background: url(../images/anotherbanner_3x2a.jpg);
	margin: 0px;
	padding: 0px;
}
.banner4x1 {
	background: url(../images/anotherbanner_4x1.jpg);
	margin: 0px;
	padding: 0px;
}
.blank {
	background: url(../images/blank.gif);
	margin: 0px;
	padding: 0px;
}
.bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #646464;
	font-weight:bold;
}
