@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #666666;
}
a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a:hover {
	color: #000000;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F1F1F1;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background: #f1f1f1;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
#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 */
}
#mainContent {
	background: #FFFFFF;
	text-align: justify;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #990000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#footer {
	background:#f1f1f1;
	background-image: url(../images/bottom-shadow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #0066FF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333333;
}
#footer a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 36px;
	padding-left: 10px;
	text-align: center;
	color: #666666;
}
#left-shadow {
	background-image: url(../images/left-shadow.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#left-corner-shadow {
	background-image: url(../images/left-corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 800px;
}
#right-corner-shadow {
	background-image: url(../images/right-corner-shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#upper-buttons {
	background-image: url(../images/upper-buttons-back.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	height: 30px;
	width: 780px;
	direction: rtl;
	overflow: hidden;
}
#upper-buttons a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #dddddd;
	text-decoration: none;
}
#upper-buttons div {
	width: 119px;
	float: right;
	clear: none;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f1f1f1;
}
#upper-buttons a:hover div {
	text-decoration: none;
	cursor: hand;
	color: #ffffff;
}
.under-upper-buttons {
	height: 20px;
	text-align: left;
	display: none;
	overflow: hidden;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#mainContent p {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	padding: 10px;
	margin: 0px;
	text-align: justify;
}
a.nplink {
	display: block;
	padding: 5px;
	color: #000066;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
}
a.nplink:hover {
	color: #0000FF;
}
a.feature-more {
	display: block;
	width: 25px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100% 4px;
	background-color: transparent;
	background-image: url("../images/blue-arrow.gif");
	padding-right: 10px;
	padding-bottom: 5px;
	color: #000066;
	text-decoration: none;
	text-align: right;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	margin-right: 5px;
}
a.feature-more:hover {
	color: #0000FF;
}
.newslink:hover {
	color: #FF0000;
	font-weight: 700;
}
.newslink {
	font-size: 11px;
	color: #930000;
	font-family: Tahoma;
	text-decoration: none;
}
a.rightlinks {
	background-image: url(../images/back-links.gif);
	display: block;
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	background-position: right top;
	padding-right: 20px;
	padding-top: 6px;
	height: 26px;
}
a.rightlinks:hover {
	background-image: url(../images/back-links-o.gif);
	color: #ffffff;
	text-decoration: none;
	background-position: right top;
}
#header #member-login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	direction: rtl;
	padding-top: 2px;
	padding-bottom: 20px;
	padding-right: 10px;
	color: #333333;
	padding-left: 5px;
}
#swmagback {
	background-image: url(../images/swmagback.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 189px;
	padding: 3px;
}
#magback {
	background-image: url(../images/magback.jpg);
	background-repeat: no-repeat;
	height: 165px;
	width: 189px;
	padding: 3px;
}
#magback #mag-pic {
	float: right;
	height: 134px;
	width: 101px;
}
#mag-titles {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	direction: rtl;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	clear: none;
	border: solid 1px #999999;
	background: #e9e9e9;
	color: #006600;
	width: 175px;
	display: none;
	position: absolute;
	clear: right;
	margin-top: 4px;
	margin-left: -95px;
}
#mag-titles div {
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 2px;
	border-bottom: solid 1px #ffffff;
}
#logosidebar {
	width: 60px;
	height: 500px;
	background: #F1F1F1;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-left: auto;
	background:#f1f1f1;
	background-image: url(../images/bottom-shadow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#logosidebar-left-shadow {
	position: fixed;
	right: 0;
	top: 0;
	background-image: url(../images/left-shadow.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 70px;
}
#logosidebar-leftcorner-shadow {
	background-image: url(../images/left-corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 70px;
}
#logosidebar-rightcorner-shadow {
	background-image: url(../images/right-corner-shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#title-head {
	background-color: #cdcdcd;
	height: 128px;
	background-image: url(../images/title-border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	direction: rtl;
	text-align: right;
}
#title-head-photo {
	background-color: #cdcdcd;
	height: 287px;
	background-image: url(../images/title-border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	direction: rtl;
	text-align: right;
}
#title-head img {
	padding-top: 6px;
}
#content-np {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #EFEFEF;
	direction: rtl;
}
#content-footer-np {
	
}
.newslink2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding:2px;
}
.newslink2 a {
	color: #666666;
	text-decoration: none;
}
.newslink2 a:hover {
	color: #000000;
}
.newsdate {
	font-family: Tahoma;
	font-size: 10px;
	direction: rtl;
	width: 50px;
	padding: 2px;
}
.newssnippet {
	font-family: Tahoma;
	font-size: 12px;
	color: #000066;
	display: none;
	position: absolute;
	margin-right: 270px;
	margin-top: 0px;
	width: 300px;
	background: #eeeeee;
	border: solid 1px #333333;
	padding: 5px;
	text-align: right;
}
#content {
	font-family: Tahoma;
	font-size: 13px;
	background-color: #F1F1F1;
	padding: 10px;
	direction: rtl;
}
#content-footer {
	padding-bottom: 20px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #660000;
}
#content h2 {
	font-size: 17px;
	text-align: center;
	color: #990000;
}
#content h3 {
	font-size: 15px;
	color: #006600;
}
#content h4 {
	font-size: 12px;
	font-weight: bold;
}
#content .links a {
	color: #444444;
	text-decoration: underline;
}
#content .links a:hover {
	color: #000000;
	text-decoration: none;
}
a.member-link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	padding-left: 10px;
}
a.member-link-logout {
	color: #990000;
}
a.member-link:hover {
	color: #0000FF;
}
a.member-link-logout:hover {
	color: #FF0000;
}
a.editor-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #CDCDCD;
	border-left-color: #CDCDCD;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 2px;
}
a.editor-link:hover {
	background-color: #DDDDDD;
	border-top-color: #CDCDCD;
	border-right-color: #CDCDCD;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#editor-links {
	padding-bottom: 10px;
}