body, html {
	background-color: #616161;
	font-family: Georgia, serif;
	height: 100%;
	}
img { border: 0; }

.bodyspecial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #333;
	margin-right: 285px;
	}
:focus { outline: 0; }

a { color: #003b78; }
a:hover { text-decoration: none; }

#container {
	background-color: #fff;
	border: 0px solid blue;
	bottom: -14px;
	-webkit-box-shadow: 0 0 14px #000;
	-moz-box-shadow: 0 0 14px #000;
	box-shadow: 0 0 14px #000;
	margin: 0 auto;
	padding: 0 0 100px 0;
	position: relative;
	top: -14px;
	width: 960px;
	z-index: 10;
	}

#header {
	background: url(../images/ramify_top.png) 0 0 no-repeat;
	height: 264px;
	position: relative;
	width: 960px;
	}
#header img#ramifylogo {
	position: absolute;
	top: 9px;
	left: 22px;
	}
#header img#udseal {
	position: absolute;
	top: 9px;
	right: 22px;
	}
#header p {
	display: none;
	}

ul#menu {
	background: url(../images/ramify_menu_bg.gif) 0 0 repeat-x;
	display: block;
	height: 40px;
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0 0 0 32px;
	}
ul#menu li {
	background: url(../images/ramify_menu_unselected_bg.gif) top left repeat-x #0D396B;
	color: #fff;
	display: block;
	float: left;
	height: 40px;
	margin: 0 10px 0 0;
	overflow: hidden;
	padding: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	}
ul#menu li a {
	color: #fff;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 13px 8px;
	text-decoration: none;
	text-transform: uppercase;
	}
body#bodyhome li#menuhome,
body#bodyabout li#menuabout,
body#bodycurrentissue li#menucurrentissue,
body#bodyissues li#menuissues,
body#bodysubm li#menusubm,
body#bodycontact li#menucontact,
body#bodysupporters li#menusupporters,
ul#menu li:hover {
	background: #9c6d4d;
	}

body#bodyarticle #mainbody p,
body#bodyarticle #mainbody blockquote p {
	text-indent: 30px;
	}
body#bodyarticle #mainbody p.no-indent,
body#bodyarticle #mainbody blockquote p:first-child {
	text-indent: 0;
	}

h1 {
	border-bottom: 1px solid #bfbfbf;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 7px 32px;
	}

h2 {
	font-size: 17px;
	font-weight: normal;
	border-bottom: 1px dashed #ccc;
	}
h3 {
	font-size: 13px;
	}


#mainbody {
	font-size: 14px;
	padding: 0 150px 0 32px;
	overflow: hidden;
	}
body#bodyhome #mainbody {
	padding: 0 32px;
	}
#mainbody #tweet {
	float: right;
	margin: 0 0 0 20px;
	padding: 0 0 40px 0;
	width: 250px;
	}
#mainbody #tweet .twtr-tweet-text p {
	font-size: 11px !important;
	}

#mainbody .abstract {
	border: 1px solid #ddd;
	display: none;
	padding: 20px;
	width: 580px;
	}

.footnote {
	font-size: 11px;
	text-indent: 0 !important;
	}
.biblio {
	text-indent: -30px !important;
	margin-left: 30px !important;
	}
.signature {
	text-indent: 0 !important;
	margin-left: 30px;
	}

p.copyright {
	bottom: 20px;
	color: #aaa;
	font-size: 11px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	text-align: right;
	}