
/* General */

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-centre {
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(/maccs/jsp/images/background.jpg);
	background-repeat: repeat-x;
	font-family: palatino linotype, times new roman, serif;
	font-size: 13px; 
}


/* Links */

a {
	color: #000066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#nav ul li p a {
	float: left;
	color: #fff;
	height: 24px;
	background-image: url(/maccs/jsp/images/tab.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 12px;
	padding: 0 5px 0 10px;
	display: block;
	text-align: center;
	width: 108px;
}

div#nav ul li p a:hover {
	color: #000;
	background-image: url(/maccs/jsp/images/tab-over.gif);
}


/* Layers */

div.break {
	clear: both;
}

div.body-centre {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div#border {
	background-image: url(/maccs/jsp/images/border.gif);
	background-repeat: repeat-y;
	width: 799px;
	margin: 21px auto 20px auto;
}

div#border-top {
	background-image: url(/maccs/jsp/images/border-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#border-bottom {
	background-image: url(/maccs/jsp/images/border-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px;
}

div#allcontent {
	background-color: #ffffcc;	
	border-bottom: 1px solid #ffffcc;
}

div#content {
	padding: 2px 2px 1px 2px;
}

div#ticker {
	color: #fff;
	font-family: palatino linotype, times new roman, serif;
	font-size: 13px; 
	background-color: #4b4b4f;
	background-image: url(/maccs/jsp/images/ticker.gif);
	background-repeat: repeat-x;
	padding: 2px 5px 2px 5px;
	margin: 2px 0 0 0;
}

div#ticker div {
	padding: 0 0 0 10px;
}

div#body {
	padding: 10px 50px 10px 50px;
	background-image: url(/maccs/jsp/images/watermark.gif);
	background-repeat: no-repeat;
	background-position: center;
}

div.body-height {
	height: 510px;
	min-height: 510px;
}

div[class].body-height {
	height: auto;
}

div.body-height div.body-cover {
	background-color: #ffffcc;
	height: 510px;
	min-height: 510px;
}

div.body-height div[class].body-cover {
	height: auto;
}

div.body-height-index {
	height: 490px;
	min-height: 490px;
}

div[class].body-height-index {
	height: auto;
}

div.body-height-index div.body-cover {
	background-color: #ffffcc;
	height: 486px;
	min-height: 486px;
}

div.body-height-index div[class].body-cover {
	height: auto;
}

div#body-index {
	padding: 0 0 0 0;
	width: 380px;
}

div#body-index-all {
	padding: 30px 0 0 0;
}

div.body-picture {
	width: 300px;
	text-align: center;
	padding: 0 0 30px 0;
}

div#body-overview-padding {
	padding: 45px 0 0 0;
}

div#body-login {
	margin: 0 0 200px 0;
}

div#body-login div.indent {
	margin: 0 0 5px 50px;
	padding: 5px 0 0 0;
}

div#body-graph {
	text-align: center;
	margin: 0 0 15px 0;
	padding: 5px 0 0 0;
}

div#footer {
	height: 61px;
	background-color: #263a53;
	background-image: url(/maccs/jsp/images/footer.jpg);
	background-repeat: no-repeat;
	width: 100%;
}

div.contact-spacer {
	font-size: 0;
	height: 10px;
}


/* Paragraphs */

p {
	color: #000066;
	font-family: palatino linotype, times new roman, serif; 
	line-height: 22px;
}

li p {
	margin: 0;
}

p.page-link {
	font-size: 14px;
}

p.nomargin {
	margin: 0;
}

p.research-margin {
	margin: 0;
}

div#body-login div.indent p {
	margin: 0;
}

div#body-index ul li p {
	line-height: 30px;
}	

div#body-contact-padding p,
div#body-lostpassword-padding p {
	margin: 0;
	padding: 0;
}

div#ticker p {
	margin: 0;
	font-size: 13px;
	color: #fff;
	line-height: 13px;
}

div#nav ul li p {
	margin: 0;
	display: inline;
	line-height: 24px;
}


/* Headers */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #000066;
	font-family: palatino linotype, times new roman, serif;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 14px 0;
}

h2 {
	font-size: 16px;
}

h3, h4, h5 {
	font-size: 14px;	
}

h6 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

div#body-aboutus-padding h1 {
	padding: 0;
}


/* Images */

a img {
	border: none;
}

img.border {
	border: 1px solid #999;
}


/* Lists */

div#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#nav ul li {
	float: right;
	margin: 0;
	display: inline;
	padding: 0 0 0 2px;
}									   


/* Tables */

table.images {
	width: 75%;
	margin: 10px 0 10px 0;
}

table.images td {
	text-align: center;
	padding: 5px;
}

table.research-images {
	margin: 0;
}

table.form {
	border-collapse: collapse;
	border: 1px solid #999;
	empty-cells: show;
	background-color: #999;
	margin: 5px auto;
}

table.form tr.bglight {
	background-color: #eee;
}

table.form tr.bgdark {
	background-color: #ccc;
}

table.form th {
	padding: 1px 5px 1px 5px;
	border: 1px solid #fff;
	background-image: url(/maccs/jsp/images/button.gif);
	background-repeat: repeat-x;
	background-color: #29292b;
	color: #fff;
}

table.form td {
	padding: 0 5px 0 5px;
	border: 1px solid #fff;
}

div#body-lostpassword-padding table {
	margin: 20px 0 20px 0;
}


/* Forms */

form {
	margin: 0;
}

input.button {
	background-image: url(/maccs/jsp/images/button.gif);
	background-repeat: repeat-x;
	background-color: #29292b;
	color: #fff;
	font-family: palatino linotype, times new roman, serif;
	font-weight: bold;
}

input.text,
textarea {
	width: 99%;
}

#nav * {
	box-sizing: content-box !important;
}