@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(bg.png);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.0;
	text-decoration: none;
}
#header {
	margin: 20px 0px 50px 5px;
	text-align: left;
}
#content {
	width: 750px;
	text-align:left;
	background-image:url(content.png);
	float:left;
	margin: 0px 60px 0px 30px;
	padding-right:30px;
	padding-left:5px;
	border-right:#66CCFF 1px dotted;
	border-top:#66CCFF 1px dotted;
	line-height:1.0em;
}
#navigation {
	float: right;
	text-align:left;
	width: 200px;
	position:relative;
	top:120px;
}
#nav li {
	list-style:none;
	font-weight:bold;
	font-size:16px;
	padding-bottom:5px;
}
#nav li a {
	color:#000;
	text-align:left;
	margin: 0;
	text-transform: uppercase;
	display: block;
	text-decoration:none;
}
#nav li a:hover {
	background-color:#00b0e1;
	padding: 0px 10px 0px 0px;
	color:#FFF;
}
.frameworkheader {
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing:48px;
	font-weight:400;
}
.subheader {
	font-size:30px;
	text-transform: uppercase;
}
.articletitle {
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:.5;
}
.articlesbyline {
	font-size:15px;
}
.articletext {
	font-size:12px;
	padding-bottom:10px;
}
.articletext a {
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	background-color:#00b0e1;
}
.articletext a:hover {
	text-decoration:none;
	background-color:default;
	color:#000;
}
.footnotes {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
.stitle {
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:10px;
	font-weight:bold;
	line-height:.5;
}
.text1 {
	font-size:9px;
}
.clasp {
	text-align:left;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	background-color:#00b0e1;
}
.clasp a{
	color:#FFF;
	text-decoration:none;
}
.issues {
display:none;
} 
