@charset "utf-8";
/* CSS Document */

#container {
	margin: 50px auto;
	overflow: hidden;
	padding: 0px;
	text-align:left;
	width: 532px;
}

p {
	color: #404040; 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 10px 10px 10px 10px;
	text-align:justify;
	text-indent: 20px;
}

h1 {
	color: #404040; 
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}

h2 {
	color: #202020; 
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}

#title {
	background-image: url("../images/title.png");
	height: 225px;
	width: 532px;
}

#newsHeader {
	background-image: url("../images/newsHeader.png");
	height: 59px;
	width: 532px;
}

#news {
	background-image: url("../images/background.png"); 
	padding: 0px 55px 20px 55px;
	width: 422px;
}

#news p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	text-indent: 0px;
	color: #202020; 
}

#news p.multiple {
	margin-top: 10px;
}

#news .headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	font-variant: small-caps;
	font-weight: bold;
	color: #404040; 
	margin-bottom: 5px;
}

img.odd {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.issuePic {
	float: left;
	margin: 0px 10px 20px 0px;
}

img.even {
	float: right;
	margin: 0px 0px 10px 10px;
}

#news img.separator {
	display: block;
	margin: 12px auto 10px auto;
	width: 10px;
}


#menu {
	background-image: url("../images/menuBackground.png");
	height: 24px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	width: 532px;
}

#menu ul {
	display: inline;
	list-style: none;
	text-align: center;
}

#menu ul li{
	color: #525252; 
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
}

#menu ul li a {
	color: #525252; 
	text-decoration: none; 
}

#menu ul li a:hover {
	color: #0000C0; 
}

#menu ul li.chosen {
	color: #000000; 
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
}

#topSeparator {
	background-image: url("../images/topSeparator.png");
	height: 18px;
	width: 532px;
}

#mainContent {
	background-image: url("../images/background.png");
	padding: 0px 55px 10px 55px;
	width: 422px;
	min-height: 500px;
}

#currentWorkHeader {
	background-image: url("../images/headerCurrentWork.png");
	height: 62px;
	width: 532px;
}

#currentWork {
	background-image: url("../images/background.png");
	padding: 0px 55px 10px 55px;
	width: 422px;
	color: #404040; 
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}

#currentWork span {
	white-space: nowrap;
}

#currentWork a {
	color: #404040; 
}

#currentWork a:hover {
	color: #0000C0;
}

#footerHeader {
	background-image: url("../images/footerHeader.png");
	height: 30px;
	width: 532px;
}

#footer {
	background-image: url("../images/background.png");
	padding: 14px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	width: 532px;
	height: 46px;
}

#shadow {
	background-image: url("../images/shadow.png");
	height: 20px;
	width: 532px;
}

img.dropInLeft {
	position: absolute;
	top: 100px;
	left: 0;
	margin: 0px;
	z-index: -1;
}


/***************************
 * Masthead stuff
 ***/
 
#sectionTitle {
	display: block;
	margin: 0px auto 0px auto;
	padding: 20px 0px 10px 0px;
}

.editorBox{
	position:relative;
	margin:0 0 20px 0;
	padding:0 0 0 0;
}

.editorName{
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	font-variant: small-caps;
	font-weight: bold;
	text-indent: 0px;
	color: #404040; 
	margin: 0px 0px 5px 0px;
}

.editorImg{
	float:left;
	margin: 5px 10px 5px 0px;
}

.editorNotes{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-indent: 0px;
	text-align: justify;
	color: #202020; 
	margin: 0px 0px 0px 0px;
} 


/***************************
 * About stuff
 ***/
 
#sectionTitle {
	display: block;
	margin: 0px auto 0px auto;
	padding: 20px 0px 10px 0px;
}



/***************************
 * Issues stuff
 ***/
 
#sectionTitle {
	display: block;
	margin: 0px auto 0px auto;
	padding: 20px 0px 10px 0px;
}

.issueBox p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	text-indent: 0px;
	color: #404040; 
}

.issueBox .headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	font-variant: small-caps;
	font-weight: bold;
	color: #404040; 
	margin-bottom: 5px;
}

#issueBlurb {
	margin-bottom: 40px;
}


/***************************
 * Guidelines stuff
 ***/
 
#submitLink {
	color: #404040; 
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin: 30px auto 10px auto;
	text-align: center;
	text-indent: 0px;
	width: 300px;
}

#submitLink a {
	color: #4040A0;
}

#submitLink a:hover {
	color: #0000C0;
}

/***************************
 * Guidelines stuff
 ***/
 
#friendsList{
	margin: 30px 20px 50px 40px;
	display: block;
}

#friendsList li{
	margin: 10px 0 0 0;
}

#friendsList li a {
	color: #0000C0;
}

#friendsList li a:hover {
	color: #0000F0;
}
