body {
	font-size:11px; 
	font-family: Verdana;
	color: #333333;
	/* background: url(/pics/general/back_body.gif); */
	margin-top: 0px;
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	line-height:auto;
	/* overflow: -moz-scrollbars-vertical; */
}

form {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;	
}

td, .body {
	font-size:12px; 
	font-family: Arial;
	color: #333333;
	text-decoration: none;
	line-height:auto;
}

a.body:hover {
	color: #086CAE;
}

h1, h2, h3, h4 {
	color: #000000;
	font-weight: bold;
	font-family: Times;
	margin-bottom: 0px;
	margin-top:0px;
	padding: 0px;
}

/* category titles, etc. */
h1 { 
	font-size:24px;
}

/* subcategory header titles, etc. */
h2 { 
	font-size:13px;
}

a {
	color: #086CAE;
}

a:hover {
	color: #06305B;
}

ul {
	list-style-type:  disc;
	margin: 0px 0px 0px 14px;
	padding:0px 0px 0px 5px;
}

li {
	padding:1px 0px 1px 0px;
/*	line-height: 11px; */
}


select, input {
	color: #646464;
	font-size: 10px;
}


#mainFrame {
	position:relative;
	width:800px; height:600px;
}

#mainImage {
	position:absolute;
	top:0px; left:0px;
	width:800px; height:600px;
	background-position:bottom right;
	background-repeat: no-repeat;
}

.fadeFull {

	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity:1.00; 
	opacity:1.00;

}

.fadeOut {

	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=15);
	-moz-opacity:0.15; 
	opacity:0.15;

}

#logo {
	position:absolute;
	left:35px; top:30px;
	width:434px; height:35px;
	background:url('../images/abc_logo.gif') top left no-repeat;
	display:block;
}

#title {
	position:absolute;
	left:578px;top:38px;
	height:25px;
}

#nav {
	position:absolute;
	left:77px; top:96px;
	width:200px;
}

#nav a {
	display:block;
	padding-bottom:39px;
}

#back {
	display:block;
	position:absolute;
	left:77px;top:506px;
}


/* page info */


.contentText {

	position:absolute;
	top:96px;left:340px;
	width:440px;
	height:480px;
	/*border:1px solid #333333;*/
	/*visibility:hidden;*/
	display:none;
}

.contentMedia {
	position:relative;
	/*left:0px;top:74px;*/
	clear:both;
	/*vertical-align:middle;*/
	text-align:center;
	width:440px; height:430px;
	display:none;
}

/*
.contentMedia div {
	margin:auto;
}
*/

.contentThumb {
	width:70px;
	height:70px;
	border:1px solid #9f9f9f;
	float:left;
	margin-bottom:1px;
	margin-right:1px;
	display:block;
	overflow:hidden;
	text-decoration:none;
	color:#9f9f9f;
	font-size:10px;
	line-height:25px;
}

.contentThumb:hover {
	width:70px;
	height:70px;
	border:1px solid #001abd;
	margin-bottom:1px;
	margin-right:1px;
	display:block;
	overflow:hidden;
	text-decoration:none;
	color:#001abd;
}

.contentThumbOn {
	width:70px;
	height:70px;
	border:1px solid #9f9fff;
	margin-top:1px;
	margin-right:1px;
	display:block;
	overflow:hidden;
}

.textMedia {
	line-height:16px;
	text-align:left;
	overflow:auto;		
}