html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #f3f6f9;
}

img { display: block; } /* necessary with strict doctype to avoid a little extra space below imgs in Firefox */

.content {
	border-left: 1px solid #8a3813;
	border-bottom: 1px solid #8a3813;
	border-right: 1px solid #8a3813;
	width: 761px;
}

.topContainer {
	position: relative;
	height: 90px;
}

.topMenu {
	position: absolute;
	width: 761px;
	height: 90px;
}

.bottomContainer {
	height: 17px;
	background-color: #c31e3e;
}

.backLeft {
	background: url(../images/back.jpg) top right repeat-x;
}

.backRight {
	background: url(../images/back.jpg) top left repeat-x;
}

.homeMidBottom {
	position: relative;
}

.homeMidText {
	top: 44px;
	left: 41px;
	width: 225px;
	position: absolute;
	font-family: Verdana;
	font-size: 8pt;
	color: #1b1b80;
}

.mainHeaderLink {
	position: absolute;
	width: 400px;
	height: 78px;
	cursor: pointer;
	background: url(../images/blank.gif);
}

.mainContent {
	padding: 28px 30px 22px 20px;
	font-family: Verdana;
	font-size: 10px;
}

.mainContent a {
	color: #c51e45;
	text-decoration: none;
}

.mainContent a:hover {
	text-decoration: underline;
}

.mainContent a:visited {
	color: #a2a8b4;
}

.mainCaption {
	font-size: 11px;
	font-weight: bold;
	color: #4746ae;
	padding-bottom: 10px;
}

.categoryClosed {
	background: url(../images/buttons/arrow_closed.gif) center left no-repeat;
}

.categoryOpen {
	background: url(../images/buttons/arrow_open.gif) center left no-repeat;
}

/**************** J-Tech Footer *********************/
.jtechFooter {
	width: 750px; 
	padding-top: 5px;
	margin-left: auto; margin-right: auto;
	font-size: 11px;
	position: relative;
	padding-bottom: 5px;
}
.jtechFooter .jtechLinkWrapper {
	position: absolute; right: 0px; top: 5px;	/* top: should match .jtechFooter's padding-top */
}
.jtechFooter a:link, .jtechFooter a:visited {
	color: #3F3DA5;
	text-decoration: none;
}
.jtechFooter a:hover, .jtechFooter a:active {
	color: #3F3DA5;
	text-decoration: underline;
}
.jtechCommentsContainer {
	position: absolute; top: -90px; right: 0px; 
}
.jtechComments {	
	width: 300px; 
	background-color: white; 
	padding: 5px; 
	text-align: justify;
	color: #2c2104;
}
.jtechComments .closeButton {
	float: right; 
	position: relative; top: -8px; left: 6px;
}
.jtechCommentsContainer .topLeft {
	background: url(../images/jtech_footer/tl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/tl.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .topRight {
	background: url(../images/jtech_footer/tr.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/tr.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .bottomLeft {
	background: url(../images/jtech_footer/bl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/bl.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .bottomRight {
	background: url(../images/jtech_footer/br.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/br.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .top {
	background: url(../images/jtech_footer/t.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/t.png',sizingMethod='scale');
	height: 17px;
}
.jtechCommentsContainer .bottom {
	background: url(../images/jtech_footer/b.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/b.png',sizingMethod='scale');
	height: 17px;
}
.jtechCommentsContainer .left {
	background: url(../images/jtech_footer/l.png) top right repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/l.png',sizingMethod='scale');
	width: 17px;
}
.jtechCommentsContainer .right {
	background: url(../images/jtech_footer/r.png) top left repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/r.png',sizingMethod='scale');
	width: 17px;
}