body  {
    color: #000000;
    width: 1024px;
    padding-right: 0;
    padding-bottom: 0;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    height: auto;
    margin: 0 auto;
    border-left-color: #000000;
    border-bottom-color: #000000;
    border-top-color: #000000;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-left-width: thin;
    border-bottom-width: thin;
    border-top-width: thin;
    background-color: #FFFFFF;
    text-align: center;
}
.ezi5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

body,td,th {
    font-size: 16px;
    text-align: left;
    margin: 0 auto;
    padding-top: 5px;
    background-color: #FFFFFF;
    border: thin solid #000000;
}
#wrapper {
    background-color: white;
    color: black;
    margin: 30px 40px 30px 40px;
    padding: 10px;
    border-left: thin solid #000000;
}
.ezi5 #container {
    width: auto;
    text-align: center; /* this overrides the text-align: center on the body element. */
    font-family: "Times New Roman", Times, serif;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    border: thin solid #000000;
    background-color: #FFFFFF;
} 

.ezi5 #header {
    background-color: #fff;
    width: auto;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    height: 274px;
    margin-top: 0px;
} 

.ezi5 #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 */
}

.ezi5 #sidebar1 {
    background-color: #fff;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 1px;
    height: 502px;
    margin-right: 0px;
    margin-top: 21px;
    margin-left: 3px;
    float: left;
    border-left-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    width: auto;
}


.ezi5 #mainContent {
    font-family: "Times New Roman", Times, serif;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    height: 1477px;
    padding-right: 15px;
    padding-left: 25px;
    width: 577px;
    border: thin solid #000000;
    padding-bottom: 15px;
    font-size: 16px;
    text-align: center;
} 

.ezi5 #footer {
    background: #fff;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    height: 248px;
    width: 1000px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
} 

.ezi5 #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: 11px;
	font-weight: normal;
}

.ezi5 #container #header #smallheader p strong {
	font-size: 12px;
	text-align: center;
}

.ezi5 #container #mainContent h2 {
	color: #7F7F00;
}

#horizrule {
	height: 3px;
	width: auto;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A0A0A4;
	border-right-color: #A0A0A4;
	border-bottom-color: #A0A0A4;
	border-left-color: #A0A0A4;
}

#bottomads {
	height: 200px;
	width: 100px;
}

/* Miscellaneous classes for reuse */

.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 {
    clear: both;
    font-size: 1px;
    line-height: 2px;
    width: 100%;
    height: 10px;
}

#centerpage {
	font-family: "Times New Roman", Times, serif;
	height: 200px;
	width: 300px;
	float: left;
}

#largeheader {
    font-family: "Times New Roman", Times, serif;
    background-color: #FFF;
    height: 142px;
    width: 25%;
    text-align: left;
    padding-left: 35px;
    top: 0px;
    padding-top: 54px;
    float: left;
}

#smallheader {
	height: 75px;
	width: auto;
	clear: both;
	font-size: 14px;
	padding-top: 15px;
	color: #808000;
}

#smalltexthead {
    color: #808000;
    text-align: center;
    height: 5px;
    width: auto;
    font-size: 14px;
    font-weight: bolder;
}

#welcome {
    height: 217px;
    width: 40%;
    background-color: #fff;
    text-align: center;
    vertical-align: top;
    color: #2A3F00;
    float: left;
    margin-left: 0px;
}
#welcome1 {
    height: 92px;
    width: 100%;
    background-color: #fff;
    color: #2A3F00;
    text-align: center;
}
#welcomenew {
    height: 217px;
    width: 356px;
    background-color: #fff;
    text-align: center;
    vertical-align: top;
    color: #2A3F00;
    clear: right;
    float: left;
    margin-right: 13px;
    margin-left: 21px;
    margin-top: 21px;
}
#topad {
    height: 50px;
    width: 81%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 150px;
}

#horizmenubar {
	margin-left: 5px;
	height: 100px;
	width: 500px;
}

#menubarbox {
	float: left;
	height: 140px;
	width: auto;
	margin-top: 15px;
	margin-bottom: 3px;
	border-bottom-style: none;
	background-color: #FFF;
}

#breakcss3 {
	clear: none;
	height: 1px;
	width: auto;
}

#googlesearchbox {
    height: 50px;
    width: 550px;
    margin-left: 200px;
    margin-right: 0px;
    margin-top: 58px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    float: left;
    background-color: #FFFFFF;
}

#breakcss {
    height: 1px;
    width: auto;
}

#breakcss2 {
	clear: both;
	height: 1px;
	width: auto;
}

#copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #808000;
    text-align: center;
    height: 96px;
    width: 99.9%;
    margin-top: 10px;
    padding-top: 5px;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #ddd;
    float: left;
    clear: right;
    background-color: #FFFFFF;
    border-right: thin solid #000000;
}

#footerend {
    font-family: "Times New Roman", Times, serif;
    height: 832px;
    width: 100%;
}

#list {
	clear: both;
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
}

#lowersidebar {
	height: 240px;
	width: 96%;
	border: thin solid #DDD;
	padding-top: 20px;
	padding-left: 3px;
	text-align: center;
}

#uppersidebar {
    height: 950px;
    width: 300px;
    padding-top: 3px;
    padding-left: 10px;
    float: left;
    border-right: thin solid #000000;
    background-color: #FFFFFF;
    text-align: center;
}

.centertext {
    align: center;
    text-align: center;
}
.midsizetext {
    font-size: 14px;
    font-family: "Calibri Light", Calibri, "Calibri Bold", "Calibri Light Italic", "Calibri Italic", "Calibri Bold Italic";
    text-align: left;
}
.instructions {
    width: auto;
    height: auto;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    text-align: center;
}

.sidebarheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7F7F00;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a:link {
	text-decoration: underline;
	color: #2B5A6B;
}

a:visited {
	text-decoration: underline;
	color: #929296;
}

a:hover {
	text-decoration: underline;
}

a:active {
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    color: #949400;
    text-decoration: underline;
    text-align: center;
    padding-top: 11px;
}

.panic {
	color: #A00;
}

.listcontainer {
    background-color: #FFFFFF;
    height: 573px;
    width: 900px;
    font-size: 12px;
}
.ezi5 .listcontainer p {
}

.winlistcontainer {
	height: 1800px;
	width: 900px;
	background-color: #fff;
}

.ezi5 #container #menubarbox #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible div {
	text-align: center;
}

#beforefooterend {
	float: left;
	height: 250px;
	width: 5%;
}

.thankyoubox {
	height: 150px;
	width: 900px;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 60px;
	margin-bottom: 3px;
}

#leftlistad {
    float: left;
    height: 81px;
    width: 260px;
    text-align: center;
    padding-top: 5px;
}

#rightlistad {
    float: right;
    height: 150px;
    width: 245px;
    margin-right: 25px;
    padding-top: 5px;
}

#rightadcenter {
    text-align: center;
    height: 250px;
    width: 300px;
    float: right;
}

#rightassociates {
	text-align: center;
	height: 100px;
	width: 270px;
	float: right;
}

#centerassociates {
	float: left;
	height: 100px;
	width: 375px;
}

#leftassociates {
	float: left;
	height: 100px;
	width: 250px;
}

.instructionsbox {
	height: auto;
	width: 900px;
	text-align: left;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	margin-right: auto;
	margin-left: auto;
	background-color: FFF;
}
.centerdiv {
    text-align: center;
    margin-left: 134px;
}
#linuxdescr {
    height: 1000px;
    width: 800px;
    text-align: left;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 14px;
}

.containerl {

	height: 1600px;
    padding-left: 25px;
	width: 100%;

}
#headleftad {
    height: 130px;
    width: 250px;
    float: left;
    margin-top: 11px;
    margin-left: 30px;
    background-color: #FFFFFF;
}
#headrightad {
    float: left;
    height: 130px;
    width: 31%;
    margin-top: 11px;
    background-color: #FFFFFF;
}
.center {
    text-align:center;
}
.amazonbottomad {
    height: 240px;
    width: 125px;
    float: left;
    padding-left: 6px;
}
#bottomadscapture {
    height: 262px;
    width: 94%;
    float: left;
    clear: both;
    padding-top: 23px;
    padding-left: 60px;
    background-color: #FFFFFF;
    border: thin solid #000000;
}
#instructions {
    height: 72px;
    width: 333px;
    margin-left: 19px;
    font-size: 14px;
}
#wrapper {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#touchbar {
    height: 300px;
    width: 100%;
    padding-left: 50px;
}
#sidebarad {
    height: 315px;
    width: 100%;
    padding-top: 33px;
    text-align: center;
    border-left-color: #000000;
    border-bottom-color: #000000;
    border-left-style: solid;
    border-bottom-style: solid;
    border-left-width: thin;
    border-bottom-width: thin;
}
#bestcompsites {
    height: 264px;
    width: 650px;
    float: right;
    padding-right: 30px;
    background-color: #FFFFFF;
    border: thin solid #000000;
}
.content {
    margin: auto;
}
#compmags {
    height: 220px;
    width: 48%;
    float: left;
    padding-top: 20px;
    text-align: center;
}
#compstores {
    height: 220px;
    width: 48%;
    float: right;
    padding-top: 20px;
    text-align: center;
}
#compnews {
    height: 600px;
    width: 679px;
    float: right;
    text-align: center;
}
#maximumdiv {
    height: 1267px;
    width: 100%;
    border: thin solid #000000;
    margin-top: 85px;
}
#compnewtitle {
    height: 77px;
    width: 57%;
    float: left;
}
