@charset "UTF-8";
body {
	background-color:#f6f7f7;
	font-size:100%;
	font-family:Liberation Light, Arial, Helvetica, sans-serif;
}
td { font-size: .75em; font-family: "Liberation Sans", Arial, Helvetica, sans-serif; background-color: #f6f7f7; }
#container a {
	color:#000;
	text-decoration:underline;
}
#container a:hover {
	color:#ff0000;
	text-decoration:none;
}
#container a:active, #container a:visited {
	color:#333;
}
#contentcontainer .editorcontent h2 {
	color:#ff0000;
	font-size:1em;
	margin-left:20px;
	font-weight:normal;
}
#contentcontainer .editorcontent h3 {
	color:#ff0000;
	font-size:.85em;
	margin-left:20px;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
}
#container {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:800px;
	height:98px;
}
#navigation {
	width:791px;
	margin-left:10px;
	background-image:url(images/nav-background.jpg);
	background-repeat:repeat-y;
}
.headertop {
	background-image:url(images/navtop.jpg);
	height:6px;
	width:791px;
	background-position:bottom;
	background-repeat:no-repeat;
}
.headertop p,.headerbottom p {
	margin:0px;
	padding:0px;
	height:0px;
}
 .headerbottom {
 	background-image:url(images/navbottom.jpg);
 	background-position:top;
 	background-repeat:no-repeat;
 	height:14px;width:791px;
 }
#nav {
	width:700px;
	min-height:25px;
	position:relative;
	top:10px;
	left:30px;
	overflow:auto;
}
#navigation ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#navigation ul li {
	color:#000;
	float:left;
}
#navigation ul li a {
	color:#fff;
	padding-right:15px;
	border-right:1px solid #fff;
	margin-right:10px;
	font-size:.7em;
	text-decoration:none;
	font-weight:bold;
}
#navigation ul li a:hover {
	color:#ff0000;
	text-decoration:underline;
}
#navigation ul li a:active, #navigation ul li a:visited {
	color:#ccc;
	text-decoration:none;
}
#navigation ul li a.last {
	border-right:none;
}
#contentcontainer .editorcontent {
	background-color:#fff;
	width:45%; 
	position:relative;
	left:0px;
	top:10px;
	padding-right:10px;
}

#contentcontainer .compcontent {
	background-color:#fff;
	width:95%; 
	position:relative;
	left:0px;
	top:10px;
	padding-right:10px;
}

#contentcontainer .editorcontent p {
	font-size:.75em;
	line-height:1.4em;
	color:#333;
	margin-left:20px;
}
#contentcontainer .issuecontent {
	float:right;
	width:53%;
	padding-top:10px;
}
#contentcontainer .issuecontent .latestissue {
	float:left;
	width:48%;
}
#contentcontainer .issuecontent .latestissue img {
	padding:1px;
	border:1px solid #ccc;
	margin:1px;
}
#contentcontainer .issuecontent .download {
	float:left;
	width:46%;
	margin-left:15px;
}
#contentcontainer .issuecontent .download p {
	font-size:.7em;
	line-height:1.4em;
}
#contentcontainer .issuecontent p.contact {
	font-size:.7em;
	line-height:1.4em;
 	clear:both;
	padding-top:10px;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:800px;
	height:82px;
}
#footer .content {
	position:relative;
	top:20px;
	left:20px;
	font-size:.7em;
}
#footer .content a {
	color:#000;
	text-decoration:underline;
}
#footer .content a:hover {
	color:#ff0000;
	text-decoration:none;
}
#footer .content a:active, #footer .content a:visited {
	color:#333;
}
#footer .content p {
	margin:2px 0px 2px 0px;
	padding:0px;
}
#contentcontainer .editorcontent .issueno {
	font-size: 0.8em;
	line-height: 0.8em;
	font-weight: bold;
	color: #999999;
	margin-top:10px;
}
#container p.copyright {
	font-size: 0.7em;
	line-height: 0.8em;
	color: #999999;
	padding-left:20px;
}
.overallissuecontainer {
	width:100%;
	padding:0px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	border-top:1px dotted #333;
	clear:both;
}
.overallissuecontainer img {
	padding: 1px;
	height: 90px;
}
.issuecontainer {
	text-align: left;
	padding-right: 3px;
	padding-top:10px;
	float:left;
	font-size: .8em;
}
.issuecontainer a {
	font-size:.8em;
	padding: 2px;
}