body	{ 
	background-image:url('img/linebgLight.png'); 
	background-repeat:repeat;
	color:#000;
	background-color:#fff;
	padding:0px; margin:0px;
	text-align:center;
	font:12pt 'helvetica neue', helvetica, arial, sans-serif;
	}


h2	{ font-size:16pt; font-weight:bold; text-align:left; 
	}

h3	{ font-weight:normal; }


small	{ font-size:75%; 
	text-align:justify;
	}

#header	{ 
	background-image:url('img/linebgDark.png'); 
	background-repeat:repeat;
	text-align:center; 
	vertical-align:bottom;
	margin:0px auto;
	padding:0px;
	width:100%;
	height:85px;
	}

#content { 
	text-align:left; 
	vertical-align:middle;
	margin:0px auto;
	padding:0px;
	width:608px;
	background-color:#fff;
	font-size:80%;
	line-height:1.2em;
	
	}

.subheader {
	font-size:200%;
	font-weight:normal;
	padding:7px;
	margin:0px;
	text-align:left;
	background:url('img/linebgDark.png');
	background-repeat:repeat;
	background-color:black;
	color:white;
	}

.main {
	text-align:justify;
	margin-left:25px;
	margin-right:25px; 
	clear:both;
	}

#footer	{ margin:0 auto 0 auto;
	text-align:center; vertical-align:bottom;
	font-size:8pt;
	padding:0; width:608px; height:18px;
	}

#mainpage {
	background:url('img/linebgDark.png');
	background-repeat:repeat;
	width:580px;
	}

#mainmenu {
	
	}


/* -- Main Page Navigation --*/
#main_nav { margin:0; padding:10px 0 10px 0px;
	
	width:275px;
	text-align:left;
	}
#main_nav li { display:block;
	width:275px;
	border:0px solid black;
	padding:7px 0 7px 7px; margin:0;
	text-align:left;
	}
#main_nav a:link,
#main_nav a:visited {
	color:#FFF;
	padding:4px 7px 4px 7px;
	text-decoration:none;
	width:275px;
	font-size:200%;
	border-right:0px solid #999;
	border-width:0px;
	font-weight:normal;
	}
#main_nav a:hover {
	color:#FFF;
	background-color:#000;
	text-decoration:none;
	}

#main_nav a:active {
	background:#333;
	color:#fff;
}


#slide {
	float:right;
	padding-top:25px;
	}


/* -- Menu Navigation --*/
#nav	{ margin:0; padding:0 0 25px 0;
	float:right;
	width:608px;
	text-align:center;
	}
#nav li	{ display:inline;
	padding:0; margin:0;
	text-align:center;
	}
#nav a:link,
#nav a:visited {
	color:#000;
	padding:4px 10px 4px 10px;
	text-decoration:none;
	width:auto;
	font-size:85%;
	border-right:0px solid #999;
	border-width:0px;
	font-weight:bold;
	}
#nav a:hover {
	color:#FFF;
	background-color:#000;
	text-decoration:none;
	}

#home #nav-home a,
#about #nav-about a,
#issues #nav-issues a,
#submissions #nav-submissions a,
#masthead #nav-masthead a,
#contact #nav-contact a {
	background:#333;	color:#fff;	}

#home #nav-home a:hover,
#about #nav-about a:hover,
#issues #nav-issues a:hover,
#submissions #nav-submissions a:hover,
#masthead #nav-masthead a:hover,
#contact #nav-contact a:hover {
	background-color:#333;	color:#fff;}

#nav a:active {
	background:#333;
	color:#fff;
}

/* -- Publications Table --*/
table#pubs {
	padding:0px;
	}

#pubs td.titles {
	width:100px;
	padding-right:10px;
	}

#pubs td {
	padding-bottom:10px;
	vertical-align:top;
	}




/* -- Masthead Table -- */
table#masthead {
	width:550px;
	border:0px dashed #666;
	padding:0;
	}
tr#masthead td {
	padding-top:10px;
	margin:0px;
	border-bottom:1px dashed #666;
	}
td#position {
	font-weight:bold;
	font-size:75%;
	vertical-align:top;
	text-align:left;
	width:150px;
	}
td#person {
	font-weight:normal;
	font-size:75%;
	vertical-align:top;
	text-align:left;
	width:150px;
	}

table#other {
	padding-left:0; padding-right:0;
	font-family: "helvetica neue", Helvetica, Verdana, Arial, sans-serif;
	padding-top:20px;
	width:500px;
	margin:0;
	text-align:justify;
}

table#other td {
	vertical-align:top;
	width:250px;
	}

td.left
{
	padding-bottom:2em;
}

td.right
{
	
	padding-left:1em;
	padding-bottom:2em;
}


.middle
{
	width:250px;
	text-align:justify;
	margin-left:auto;
	margin-right:auto;
}


.space	{ padding:0; }
.floatleft { float: left; }
.floatright { float:right; }


a { color:#333; font-weight:bold; text-decoration:underline; }
a:hover	{ text-decoration:none; }

a.current { color:#33cc33; font-size:24pt; text-decoration:none; font-weight:bold; }
a.current:hover	{ text-decoration:underline; }


