@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #232323;
	margin: 20 0 0 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;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #BBB;
}
h1 {
	color : #EBF092;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	line-height: .6em;
	padding-top: 15px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #999;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #D70000;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: -10px;
}
h4 {
	color: #C16100;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: -0.6em;
}
h5 {
	color: #FF9;
	font-size: 0.9em;
	margin-bottom: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	margin-top: -0.4em;
}

ol {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	color: #CC9400;
	font-size: 1em;
	line-height: 1.8em;
	list-style: square inside;
}

.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixRtHdr #header {
	background: #000 url(../images/website-solutions-wording.jpg) no-repeat;
	padding: 0 0px 0 5px;  /* 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. */
	height: 90px;
} 
.twoColFixRtHdr #navigation {
	float: right;
	margin-right: 0px;
	padding-right: 0px;
}

.twoColFixRtHdr #navigation ul{
	list-style: none;
	margin: 0;
	padding: 4em 0 0;
}
.twoColFixRtHdr #navigation li {
	display: inline;
}
.twoColFixRtHdr #navigation a:link {
	padding: 0.4em 0.3em 0.4em 0.3em;
	color: #007FD0;
	text-decoration: none;
	background: #1E1E1E;
	border-top: 1px solid #333;
	border-right: 1px none #333;
	border-bottom: 1px none #333;
	border-left: 1px solid #333;
}


.twoColFixRtHdr #navigation a:visited {
	padding: 0.4em 0.3em 0.4em 0.3em;
	color: #06F;
	text-decoration: none;
	background: #1E1E1E;
	border-top: 1px solid #333;
	border-right: 1px none #333;
	border-bottom: 1px none #333;
	border-left: 1px solid #333;
}
.twoColFixRtHdr #navigation a:hover {
	padding: 0.4em 0.3em 0.4em 0.3em;
	color: #0CF;
	text-decoration: none;
	background: #1E1E1E;
	border-top: 1px solid #333;
	border-right: 1px none #333;
	border-bottom: 1px none #333;
	border-left: 1px solid #333;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* 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: #141414 url(../images/seo-recent_projects.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	margin-top: 50px;
	border: 1px dotted #333;
}
.twoColFixRtHdr #sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FFF;
}
.twoColFixRtHdr #mainContent {
	margin: 0 50px 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 #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/modified-monitor-screen.jpg) no-repeat;
	height: 400px;
} 


.twoColFixRtHdr #subcontent1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 10px 15px;
	color: #9FF;
	margin-top: 50px;
	list-style-type: none;
	border: 1px dotted #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	background: #000 url(../images/seo-services.jpg) no-repeat;
}


#subcontent1 li {
	margin-bottom: 12px;
}
#subcontent1 a {
	background: #000;
	color: #FF0;
	display: block;
	width: 200px;
	border-left: 5px solid #F08A00;
	padding-left: 10px;
	height: 20px;
	text-decoration: none;
}
#subcontent1 a:hover {
	color: #FF9B0C;
	text-decoration: none;
	border-left: 5px solid #FF0;
}


.twoColFixRtHdr #subcontent2 {
	float: left;
	width: 470px; /* 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: #000 url(../images/offwhite-modified-seo-for-small-businesses.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent2 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}

.twoColFixRtHdr #subcontent3 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 10px 15px;
	color: #9FF;
	margin-top: 50px;
	list-style-type: none;
	border: 1px dotted #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	background: #000 url(../images/Archive-SEO.jpg) no-repeat;
}

#subcontent3 li {
	margin-bottom: 12px;
}

#subcontent3 a {
	background: #000;
	color: #FF0;
	display: block;
	width: 200px;
	border-left: 5px solid #F08A00;
	padding-left: 10px;
	height: 20px;
	text-decoration: none;
}
#subcontent3 a:hover {
	color: #FF9B0C;
	text-decoration: none;
	border-left: 5px solid #FF0;
}
.twoColFixRtHdr #subcontent4 {
	float: left;
	width: 470px; /* 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: #000 url(../images/seo-services-large.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent4 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent5 {
	float: left;
	width: 470px; /* 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: #000 url(../images/seo-companies.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent5 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent6 {
	float: left;
	width: 470px; /* 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: #000 url(../images/seo-large-organisations.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent6 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent7 {
	float: left;
	width: 470px; /* 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: #000 url(../images/seo-white-hat.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent7 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent8 {
	float: left;
	width: 470px; /* 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: #000 url(../images/seo-black-hat.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent8 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent9 {
	float: left;
	width: 470px; /* 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: #000 url(../images/seo-prices.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent9 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent10 {
	float: left;
	width: 470px; /* 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: #000 url(../images/seo-portfolio.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent10 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent11 {
	float: left;
	width: 470px; /* 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: #000 url(../images/seo-consultant-details.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent11 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent12 {
	float: left;
	width: 470px; /* 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: #000 url(../images/search-engine-marketing.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent12 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent13 {
	float: left;
	width: 470px; /* 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: #000 url(../images/sem-small-businesses.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent13 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent14 {
	float: left;
	width: 470px; /* 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: #000 url(../images/sem-companies.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent14 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent15 {
	float: left;
	width: 470px; /* 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: #000 url(../images/sem-large-organisations.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent15 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent16 {
	float: left;
	width: 470px; /* 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: #000 url(../images/sem-contact-details.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent16 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent17 {
	float: left;
	width: 470px; /* 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: #000 url(../images/seo-web-design.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent17 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent18 {
	float: left;
	width: 470px; /* 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: #000 url(../images/small-business-websites.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent18 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent19 {
	float: left;
	width: 470px; /* 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: #000 url(../images/company-websites.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent19 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent20 {
	float: left;
	width: 470px; /* 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: #000 url(../images/error-free-websites.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent20 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent21 {
	float: left;
	width: 470px; /* 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: #000 url(../images/website-prices.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent21 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent22 {
	float: left;
	width: 470px; /* 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: #000 url(../images/website-portfolio.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent22 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}

.twoColFixRtHdr #subcontent23 {
	float: left;
	width: 470px; /* 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: #000 url(../images/website-contact-details.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px;
	color: #FFF;
	border: 1px dotted #333;
	margin-left: 27px;
	margin-top: 50px;
}
.twoColFixRtHdr #subcontent23 p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixRtHdr #subcontent24 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 10px 15px;
	color: #9FF;
	margin-top: 50px;
	list-style-type: none;
	border: 1px dotted #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	background: #000 url(../images/SEM-services.jpg) no-repeat;
}


#subcontent24 li {
	margin-bottom: 12px;
}
#subcontent24 a {
	background: #000;
	color: #FF0;
	display: block;
	width: 200px;
	border-left: 5px solid #F08A00;
	padding-left: 10px;
	height: 20px;
	text-decoration: none;
}
#subcontent24 a:hover {
	color: #FF9B0C;
	text-decoration: none;
	border-left: 5px solid #FF0;
}






.twoColFixRtHdr #maintext1 {
	padding-top: 5px;
}
.twoColFixRtHdr #maintext1 ul {
	list-style: circle url(../none);
	font-size: 0.8em;
	line-height: 1.6em;
	color: #D49F01;
	margin-top: 30px;
}
.twoColFixRtHdr #maintext1 a:link {
	color :#0FF;
}
.twoColFixRtHdr #maintext1 a:visited {
	color :#903;
}

.twoColFixRtHdr #maintext2 {
	padding-top: 20px;
	padding-left: 5px;
}
.twoColFixRtHdr #maintext3 {
	background: url(../images/seo-process-for-small-businesses.jpg) no-repeat;
	padding-top: 50px;
	margin-top: 40px;
	list-style: square;
}
.twoColFixRtHdr #maintext3 ul {
	list-style: circle url(../none);
	font-size: 0.8em;
	line-height: 2em;
	color: #D49F01;
}
.twoColFixRtHdr #maintext4 {
	background: url(../images/seo-process-for-companies.jpg) no-repeat;
	padding-top: 50px;
	margin-top: 40px;
	list-style: square;
}
.twoColFixRtHdr #maintext4 ul {
	list-style: circle url(../none);
	font-size: 0.8em;
	line-height: 2em;
	color: #D49F01;
}
.twoColFixRtHdr #maintext5 {
	background: url(../images/seo-process-for-organisations.jpg) no-repeat;
	padding-top: 50px;
	margin-top: 40px;
	list-style: square;
}
.twoColFixRtHdr #maintext5 ul {
	list-style: circle url(../none);
	font-size: 0.8em;
	line-height: 2em;
	color: #D49F01;
}
.twoColFixRtHdr #maintext6 {
	background: url(../images/seo-process-for-small-businesses.jpg) no-repeat;
	padding-top: 50px;
	margin-top: 40px;
	list-style: square;
}
.twoColFixRtHdr #maintext6 ul {
	list-style: circle url(../none);
	font-size: 0.8em;
	line-height: 2em;
	color: #D49F01;
}
.twoColFixRtHdr #maintext7 {
	background: url(../images/seo-prices.jpg) no-repeat;
	padding-top: 50px;
	margin-top: 40px;
	list-style: square;
}
.twoColFixRtHdr #maintext7 ul {
	list-style: circle url(../none);
	font-size: 0.8em;
	line-height: 2em;
	color: #D49F01;
}
.twoColFixRtHdr #maintext8 {
	background: url(../images/seo-process-for-small-businesses.jpg) no-repeat;
	padding-top: 50px;
	margin-top: 40px;
	list-style: square;
}
.twoColFixRtHdr #maintext8 ul {
	list-style: circle url(../none);
	font-size: 0.8em;
	line-height: 2em;
	color: #D49F01;
}
.twoColFixRtHdr #maintext9 {
	background: url(../images/seo-portfolio.jpg) no-repeat;
	padding-top: 50px;
	margin-top: 40px;
	list-style: square;
}
.twoColFixRtHdr #maintext9 ul {
	list-style: circle url(../none);
	font-size: 0.8em;
	line-height: 2em;
	color: #D49F01;
}
.twoColFixRtHdr #maintext9 a:link {
	color :#0FF;
}
.twoColFixRtHdr #maintext9 a:visited {
	color :#903;
}
.twoColFixRtHdr #maintext10 {
	background: url(../images/seo-portfolio.jpg) no-repeat;
	padding-top: 50px;
	margin-top: 40px;
	list-style: square;
}
.twoColFixRtHdr #maintext10 ul {
	list-style: circle url(../none);
	font-size: 0.8em;
	line-height: 2em;
	color: #D49F01;
}
.twoColFixRtHdr #maintext10 a:link {
	color :#0FF;
}
.twoColFixRtHdr #maintext10 a:visited {
	color :#903;
}

.twoColFixRtHdr #maintext11 {
	margin-top: 40px;
	list-style: square;
}
.twoColFixRtHdr #maintext11 ul {
	list-style: circle url(../none);
	font-size: 0.8em;
	line-height: 2em;
	color: #D49F01;
}
.twoColFixRtHdr #maintext12 {
	margin-top: 40px;
	list-style: square;
}
.twoColFixRtHdr #maintext12 ul {
	list-style: circle url(../none);
	font-size: 0.8em;
	line-height: 2em;
	color: #D49F01;
}



.twoColFixRtHdr #footer {
	background:#000;
	width: auto;
	margin-top: 40px;
	border-top: 1px dotted #600;
	margin-bottom: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
} 
.twoColFixRtHdr #footerlinks {
	width: 500px;
	background: #000;
	margin-top: 20px;
}
.twoColFixRtHdr #imagelinks {
	width: 200px;
	background: #000;
	float: right;
	margin-top: 20px;
	padding: 5px;
}

.twoColFixRtHdr #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-size: 0.9em;
	line-height: 1.4em;
}


.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;
	padding: 10px;
}
.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;
}
.imageleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 5px;
}
.spacer {
	clear: left;
}
.largerText {
	color: #EBEBEB;
	font-size: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
}

#sideContent {
	float: left;
	width: 250px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 20px;
}

.smalltext {
	font-size: 0.6em;
	color: #700;
}
.italicsmall {
	padding-left: 40px;
	margin-top: -15px;
}
.tabletext {
	font-size: 12px;
}
.tableheaders {
	font-size: 12px;
	color: #FFC;
}
