body  {
	margin-top: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	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;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
.twoColFixLtHdr #container #imageContent {
	height: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.twoColFixLtHdr #container {
	width: 1005px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header {
	height: 116px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../image/tagtronics-main-head-1005.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 120%;
	color: #000000;
}
.twoColFixLtHdr #container #menuBar {
	height: 18px;
	width: 995px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #C4D9E4;
	font-size: 11px;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(../image/travel-menu-000066.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	color: #000000;
	margin-top: 20px;
}

.twoColFixLtHdr #mainCont2 {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 55px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 10px;
} 
.twoColFixLtHdr #container #footer .copyright {
	font-size: 11px;
}
.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;
}

#container #header a:link {
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
#container #header a:visited {
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
#container #header a:hover {
	font-size: 12px;
	color: #000066;
	text-decoration: underline;
}
#container #header a:active {
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}

.bodyCopy {
	font-size: 12px;
	line-height: 18px;
}

.twoColFixCtrHdr #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 */
}

#footer a:link {
	color: #000066;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
		text-decoration: none;
}
#footer a:visited {
	color: #000066;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
		text-decoration: none;
}
#footer a:hover {
	color: #000066;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
#footer a:active {
	color: #000066;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#container #menuBar a:link {
	color: #000066;
	text-decoration: none;
	font-weight: 500;
	font-size: 11px;
}
#container #menuBar a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: 500;
	font-size: 11px;
}
#container #menuBar a:hover {
	color: #000066;
	font-weight: 500;
	font-size: 11px;
	text-decoration: underline;

}
#container #menuBar a:active {
	color: #000066;
	text-decoration: none;
	font-weight: 500;
	font-size: 11px;
}


.twoColFixLtHdr #container #signUp {
	height: 18px;
	width: 995px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #C4D9E4;
	font-size: 11px;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#container #product1 {
	width: 110px;
	background-image: url(../image/fp-news-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000066;
	margin: 0px;
	background-position: 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container #signUp .signUpText {
	color: #000066;
}
#container #signUp .inputBox {
	font-size: 11px;
	border: 1px solid #000066;
}
#container #signUp .signupButton {
	font-size: 11px;
	color: #000066;
	height: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E4E9E5;
	line-height: 0px;
}

#container #logIn .inputBox {
	font-size: 11px;
	border: 1px solid #000066;
}
#container #logIn .signUpText {
	color: #000066;
}

#container #signUp a:link {
	text-decoration: none;
	color: #000066;
}
#container #signUp a:visited {
	text-decoration: none;
	color: #000066;
}
#container #signUp a:hover {
	text-decoration: underline;
	color: #000066;
}
#container #signUp a:active {
	text-decoration: none;
	color: #000066;
}

#container #logIn a:link {
	text-decoration: none;
	color: #000066;
}
#container #logIn a:visited {
	text-decoration: none;
	color: #000066;
}
#container #logIn a:hover {
	text-decoration: underline;
	color: #000066;
}
#container #logIn a:active {
	text-decoration: none;
	color: #000066;
}
#container #product1 a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	font-variant: small-caps;
}
#container #product1 a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	font-variant: small-caps;
}
#container #product1 a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 9px;
	font-variant: small-caps;
}
#container #product1 a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	font-variant: small-caps;
}
#container #product1 .nonLink {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	font-variant: small-caps;
}
.xHead {
	font-weight: bolder;
	letter-spacing: 0.1em;
}
/** ADDED BY MICK ***/

DIV#mainContent h1{
	font-size:140%;
	padding:0;
	margin:0;
}

DIV#mainContent h2{
	font-size:110%;
	padding:15px 0 10px 0;
	margin:0;
}

DIV#mainContent p{
	font-size:12px;
	line-height:18px;
	padding:10px 0 10px 0;
	margin:0;
}

DIV#mainContent p.last{
	border-top-width: 1px;
	border-top-color:#333;
	border-top-style: dashed;
	padding-top:10px;
	margin-top: 40px;
}

DIV#mainContent p.top{
	padding-top:0;
	margin-top:0;
}

DIV#mainContent a.homepage{color:#000066;}

/* News Page Styles */

DIV.news_section{
	width:600px;
}

DIV.news_section a{
	color:#000066;
	font-size:14px;
}

DIV.news_section p a.read_more{
	display:block;
	padding-top:12px;
	font-size:12px;
}

DIV.news_section a.news_back{
	display:block;
	padding:16px 0 16px 0;
	font-size:12px;
}