/* CSS Document */

body
{
	width: 780px;
	margin: 0 auto 30px auto;
	padding: 0;
	position: relative;
	background: #333130;
	font-size: 62.5%;
}


.printOnly
{
	display: none;
}

#header p, #nav, #content, #footer
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header
{
	height: 177px;
	position: relative;
}

#header h1
{
	height: 177px;
	margin: 0 0 0 60px;
	padding-right: 60px;
}

#header h1 a
{
	display: block;
	height: 113px;
	width: 501px;
	background: Transparent url(images/logo.gif);
	margin: 0 auto 0 auto;
	position: relative;
	top: 50px;
	
}


#header ul, #header h1 a b
{
	display: none;
}

#header p
{
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
	color: White;
	font-size: 1.2em;
	border-bottom: solid 1px White;
	line-height: 1.4em;
	padding-bottom: 2px;
}

#volNumber
{
	float: left;
}

#month
{
	float: right;
}



#nav
{
	margin: 10px 0 0 0;
	padding: 0;
	background: #ddd url(images/navigation.gif) left top no-repeat;

}

#footer
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 1%;
	background: #ddd url(images/footer.gif) left bottom no-repeat;
}

.navigation
{
	list-style: none;
	height: 1%;
	margin: 0 0 0 30px;
	padding: 0 30px 0 0;
	background: #ddd url(images/navigation.gif) right top no-repeat;
	text-align: center;
}

#footer .navigation
{
	background: #ddd url(images/footer.gif) right bottom no-repeat;
}

.navigation li
{
	display: inline;
	line-height: 35px;
	padding-right: 16px;
	font-size: 1.2em;
	background: Transparent url(images/sep.gif) right center no-repeat;
}

.navigation li.last
{
	padding-right: 0;
	background: Transparent;
}

.navigation li a
{
	text-decoration: none;
	color: #666666;
}

.navigation li a:hover
{
	border-top: dotted 1px #aaa;
	border-bottom: dotted 1px #aaa;
}


#content
{
	float: left;
	width:  100%;
}

#fauxColumns
{
	margin: 0 30px 0 0;
	float: left;
	padding-top: 10px;
	display: inline;

}

* html #fauxColumns
{
}

#leftSide
{
	float: left;
	width: 210px;
	margin: 0 20px 0 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}

* html #leftSide
{
	margin-left: 10px;
}

#rightSide
{
	margin: 0 0 0 275px;	
	padding: 10px 0 0 0;
}


#leftSide h2
{
	margin: 0;
	font-size: 2.3em;
	font-weight: normal;
}

ol.issue
{
	list-style: none;
	margin: 5px 0 20px 10px;
	padding: 0;
	font-size: 1.3em;
}

ol li
{
	padding: 0;
	margin: 0;
}


ol.issue li a
{
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 5px;
}



ol.jobs
{
	list-style: none;
	margin: 5px 0 20px 10px;
	padding: 0;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}


ol.jobs a
{
	color: #666;
	text-decoration: none;
	display: block;
	padding: 5px;
	
}


ol.jobs a strong, ol.jobs a em
{
	color:#333;
	font-size: .9em;
}


ol.jobs strong
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	
}

ol.jobs em
{
	font-weight: bold;
	font-style: normal;
}

ol.events
{
	list-style: none;
	margin: 5px 0 20px 10px;
	padding: 0;
	font-size: 1.2em;
}

ol.events a
{
	color: #333;
	text-decoration: none;
	display: block;
	padding: 5px;
}

#rightSide h2
{
	margin: 0;
	padding: 0 10px 5px 0;
	font-size: 2.2em;

}


#rightSide h2 a
{
	font-weight: normal;
	text-decoration: none;
	border-bottom: solid 1px White;
	border-top: solid 1px White;
	padding: 5px 5px;
	display: block;
}



#rightSide h2 a em
{
	color:#666666;
	font-size: .7em;
}

#rightSide p
{
	font-size: 1.3em;
	line-height: 150%;
	margin: 0 0 15px 7px;
}

#rightSide p a
{
	text-decoration: none;
}
#rightSide p a:hover
{
	text-decoration: underline;
	color: Black;
}

#rightSide .article
{
	margin: 0 0 10px 0;
	padding-bottom: 5px;
}


.magazine
{
	padding: 5px;
	background: White;
	border: solid 1px #333;
	margin: 0 7px 20px 7px;
	position:relative;
	right: -10px;
}

.main
{
	padding: 10px 20px 10px 10px;
}

#footerText
{
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 3px;
}

#footerText a
{
	color:#aaa;
	text-decoration: none;
	border-bottom: dotted 1px #aaa;
}

#footerText a:hover
{
	color:White;
	text-decoration: none;
	border-bottom: solid 1px White;
}


#footerText p
{
	margin: 5px 0 0 0;
}
	