body {
	margin: 0px;
	font-family: arial;
	color: #000044;
	text-align: center;
}
a {
	color: #004;
	text-decoration: none;
	font-size: 90%;
}
a:hover {
	text-decoration: underline;
}
table {
	border-collapse: collapse;
}
table#header {
	background-image: url('/images/background.jpg');
	width:	100%;
	height: 120px;
	margin: 0px;
	padding: 0px;
}
td#headerImage {
	background-image: url('/images/bg1.jpg');
	width: 750px;
	height: 120px;
	margin: 0px;
	padding: 0px;
}
div#logo {
	position: absolute;
	top: 0px;
	left: 20px;
}
div#aspcs {
	position: absolute;
	top: 25px;
	left: 173px;
}
table#headerContent {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
td#searchBox {
	height: 30px;
	text-align: right;
	color: white;
	font-size: 70%;
	vertical-align: middle;
}
td#searchBox a{
	color: white;
	font-size: 100%;
	font-weight: bold;
}
div#headerMiddle {
	width: 750px;
}
.smallButton {
	border: 1px solid white; 
	font-size: 85%; 
	background-color: #000044; 
	color: white;
}
td#headerBottom {
	width: 750px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
table#menuContainer {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
}
td.menuOption {
	height: 25px;
	padding: 0px;
	margin: 0px;
	font-size: 75%;
	font-weight: bold;
	color: white;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}
td.menuOption a {
	color: white;
	font-size: 100%;
}
td.menuOption a:hover {
	text-decoration: none;
}
table#content {
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0px;
}
table#content p a {
	font-size: 100%;
}
td#contentsize {
	width: 750px;
	height: 400px;
	vertical-align: top;
}
div#contentContainer {
	width: 750px;
	margin: 0px;
	padding: 0px;
}
div#contentContainer table{
	border-collapse: separate;
	font-size: 90%;
}
table#footer {
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
td#footerSize {
	width: 750px;
}
div#footerContainer {
	width: 750px;
	height: 100%;
	border-top: 2px solid #000044;
	font-size: 75%;
}
div.menuDropDown {
	position: absolute;
	background-color: #000044;
	display: none;
}
div.menuDropDown a {
	display: block;
	text-align: left;
	padding-left: 5px;
	line-height: 17px;
	color: white;
	font-size: 90%;
	text-decoration:none;
	white-space: nowrap;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 100%
}
div.menuDropDown a:hover {
	background-color: white;
	color: #000044;
	text-decoration: none;
}
td.menuDivider {
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	color: white;
}

a.menuLink {
	color: white;
	font-weight: bold;
	font-size: 100%;
}
a.menuLink:hover {
	text-decoration: none;
}
.articleButton {
	height: 30px;
	background-color: #000044;
	color: white;
	font-weight: bold;
	font-size: 90%;
	cursor: pointer;
}
a#forgotPassword {
	display: inline;
	text-align: center;
	font-weight: normal;
	line-height: normal;
}
a#forgotPassword:hover {
	background-color: transparent;
	color: white;
	text-decoration: underline;
}
a#advancedSearch {
	display: inline;
	text-align: center;
	font-weight: normal;
	line-height: normal;
}
a#advancedSearch:hover {
	background-color: transparent;
	color: white;
	text-decoration: underline;
}	
table#volumeDetails {
	border-collapse:collapse;
}

table #volumeDetails tr {
	padding-bottom: 3px;
}
