html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #3a3a68;
}

img { display: block; } /* necessary with strict doctype */

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
li {
	background: url(../images/bullet.gif) no-repeat left center;
	padding-left: 17px;
	padding-bottom: 1px;
}

div.contentTop {
	width: 900px;
	height: 90px;
	border-left: thin solid #000066;
	border-right: thin solid #000066;
	margin-left: auto;
	margin-right: auto;
}

div.contentRabbit {
	width: 879px;
	height: 14px;
	padding-left: 21px;
	padding-top: 2px;
	border-left: thin solid #000066;
	border-right: thin solid #000066;
	background-color: #a5bbd4;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-size: 8pt;
	color: #585b90;
}

div.contentRabbit a {
	font-family: Arial;
	font-size: 8pt;
	color: #585b90;
	text-decoration: none;
}

div.contentRabbit a:hover {
	color: #5d62c8;
}

div.contentMain {
	width: 900px;
	border-left: thin solid #000066;
	border-right: thin solid #000066;
	background: #ecf1f9 url(../images/content_back_fade.jpg) top right no-repeat;
	margin-left: auto;
	margin-right: auto;
}

div.contentMainOver {
	width: 900px;
	background: url(../images/content_side_fade.jpg) top left no-repeat;
}

div.contentLeft {
	float: left;
	width: 145px;
	padding-top: 8px;
	font-family: Arial;
	font-size: 9pt;
	letter-spacing: 0px;
	color: #585b90;
}

div.contentRight {
	float: right;
	width: 170px;
	height: 434px;
	overflow: visible;
	padding-left: 21px;
	padding-top: 49px;
	background: url(../images/content_right_strip.gif) top left no-repeat;
}

div.contentRight a {
	display: block;
	width: 150px;
	border: 1px solid #9999dc;
}

div.contentRight a:hover {
	border: 1px solid #6564e4;
}

div.contentRight a:visited {
	border: 1px solid #b7cfff;
}

div.contentMainText {
	padding-top: 20px;
	padding-left: 175px;
	padding-right: 220px;
	font-family: Verdana;
	font-size: 8pt;
	color: black;
}

div.headCaption {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #454141;
	letter-spacing: 2px;
}

div.contentSpacer {
	width: 900px;
	height: 6px;
	border-left: thin solid #000066;
	border-right: thin solid #000066;
	background-color: #666666;
	margin-left: auto;
	margin-right: auto;
}

div.contentFooter {
	width: 900px;
	height: 17px;
	padding-top: 5px;
	border-left: thin solid #000066;
	border-right: thin solid #000066;
	border-bottom: thin solid #000066;
	background: url(../images/content_footer_back.jpg);
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	letter-spacing: 2px;
	text-align: center;
	cursor: default;
}

div.contentFooter a {
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	letter-spacing: 2px;
	color: #7a7aa5;
	cursor: pointer;
}

div.contentFooter a:hover {
	color: #6666cc;
}

div.contentLeftNavSpacer {
	height: 8px;
}

div.contentLeftNav {
	vertical-align: middle;
	height: 24px;
	padding-top: 12px;
	padding-left: 21px;
	background: url(../images/pixel.gif) top left;
	cursor: pointer;
}

div.contentLeftNavOn {
	vertical-align: middle;
	height: 24px;
	padding-top: 12px;
	padding-left: 21px;
	background: url(../images/content_side_on.jpg) top left no-repeat;
	cursor: pointer;
}

div.contentLeftNavAlt {
	vertical-align: middle;
	margin-top: 2px;
	height: 32px;
	padding-top: 4px;
	padding-left: 21px;
	background: url(../images/pixel.gif) top left;
	cursor: pointer;
}

div.contentLeftNavAltOn {
	vertical-align: middle;
	margin-top: 2px;
	height: 32px;
	padding-top: 4px;
	padding-left: 21px;
	background: url(../images/content_side_on.jpg) top left no-repeat;
	cursor: pointer;
}

div.contentLeftSubNav {
	font-family: Verdana;
	font-size: 8pt;
	vertical-align: middle;
	margin-left: 14px;
	padding-left: 7px;
	margin-bottom: 3px;
	background: url(../images/pixel.gif) top left;
	cursor: pointer;
}

div.contentLeftSubNavOn {
	font-family: Verdana;
	font-size: 8pt;
	vertical-align: middle;
	margin-left: 14px;
	padding-left: 7px;
	margin-bottom: 3px;
	background: url(../images/content_sub_side_on.jpg) top left repeat-y;
	cursor: pointer;
}

div.contentMain a {
	font-family: Arial;
	font-size: 9pt;
	letter-spacing: 0px;
	color: #585b90;
	text-decoration: none;
}

div.contentMainText a {
	color: #7c1515;
}

div.contentMainText a:hover {
	color: #ba1420;
}

div.contentMainText a:visited {
	color: #c31521;
}

div.contentLeftSide {
	float: left;
	width: 145px;
}

div.contentRightSide {
	float: right;
	width: 150px;
	margin-right: 15px;
}

div.contentBullet {
	margin-left: -17px;
	padding-left: 17px;
	padding-bottom: 1px;
	background: url(../images/bullet.gif) left center no-repeat;
}

div.contentBullet a {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #7c1515;
}

div.contentBullet a:hover {
	color: #ba1420;
}

div.contentBullet a:visited {
	color: #c31521;
}

div.contentBigLink a {
	font-family: Arial;
	font-size: 10pt;
	color: #7c1515;
	text-decoration: none;
	margin-bottom: 2px;
}

div.contentBigLink a:hover {
	color: #ba1420;
}

div.contentBigLink a:visited {
	color: #c31521;
}

div.contentNewsListBorder {
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 1px solid white;
}

div.contentNewsList {
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 11px;
	border-bottom: 1px solid white;
	background-color: #dfe7f4;
}

div.contentNewsList a {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #7c1515;
}

div.contentNewsList a:hover {
	color: #ba1420;
}

div.contentNewsList a:visited {
	color: #c31521;
}

div.contentNewsListAlt {
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 11px;
	border-bottom: 1px solid white;
	background-color: #ecf1f9;
}

div.contentNewsListAlt a {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #7c1515;
}

div.contentNewsListAlt a:hover {
	color: #ba1420;
}

div.contentNewsListAlt a:visited {
	color: #c31521;
}

table.contentEventTable a {
	font-weight: bold;
	text-decoration: none;
	color: #7c1515;
}

table.contentEventTable a:hover {
	color: #ba1420;
}

table.contentEventTable a:visited {
	color: #c31521;
}

td.contentEventsList {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
	background-color: #ecf1f9;
}

td.contentEventsListAlt {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
	background-color: #dfe7f4;
}

div.contentPrint {
	display: none;
}

/**************** J-Tech Footer *********************/
.jtechFooter {
	width: 900px; 
	padding-top: 5px;
	margin-left: auto; margin-right: auto;
	font-size: 11px;
	position: relative;
}
.jtechFooter .jtechLinkWrapper {
	position: absolute; right: 0px; top: 5px;	/* top: should match .jtechFooter's padding-top */
}
.jtechFooter a:link, .jtechFooter a:visited {
	color: #5d62c8;
}
.jtechFooter a:hover, .jtechFooter a:active {
	color: #4347a1;
}
.jtechCommentsContainer {
	display: none;
	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;
}