/* CSS Document */

/* --- PAGE DEFAULTs --- */

body {
	margin: 0;
	background-color: #626a7d;
	text-aligin: left;
	font-family: georgia,times new roman,times,serif;
	font-size: 12px;
	color: #333;
	}

h1,h2,h3,h4,h5,h6,img,a,form,p,fieldset {
	padding: 0;
	margin: 0;
	border: none;
	}

p {
	margin: 3px 0;
	padding: 3px 0;
	line-height: 140%;
	text-align: left;
} 

h1 {
	margin: 6px;
	font: 25px/33px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #626a7d;
}

h2, h3, h4, h5, h6 {
	font-family: times new roman,times,georgia,serif;
	font-weight: normal;
	text-align: left;
	color: #000;
}

h2 {
	font-size: 250%;
	letter-spacing: -1px;
}

h3 {
	color: #333;
	font-size: 140%;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: -1px;
}

h4, h5, h6 {
	font-family: Gill Sans, Verdana;
	color: #666;
	font-size: 80%;
	line-height: 1.2;
	letter-spacing: 1px;
}

h4 {
	text-transform: uppercase;
	margin-top: 3px;
}

h5 {
	margin-bottom: 12px;
}

h6 {
	text-transform: uppercase;
	text-align: right;
	letter-spacing: -1px;
}

h6 { padding-top:4px; padding-bottom:4px; }


/* --- DIV IDs --- */

div#frame {
	margin: 0 auto;
	width: 752px;
	_width: 750px;
}

div#globalwrap {
	border-top: 2px solid #262c31;
	border-right: 1px solid #262c31;
	border-left: 1px solid #262c31;
	background-color: #fff;
}

div#header {
}

div#wrap {
	padding: 10px 45px;
}

div#Introduction {
	margin: 10px 0;
	padding: 10px 0;
}

div#articles {
	width: 100%;
	padding: 20px 0;
	display: block;
	border-bottom: 1px dashed #666;
}

div#DBAwardsWrapper {
	margin: 10px;
	margin-top: 30px;
	width: 30%;
	float: right;
}

div#Database {
	margin: 0;
	padding: 10px;
	border: 1px dotted #ccc;
	background-color: #f4f4f4;
}

	div#Database h1 {
		font: 16px/18px Arial, Helvetica, sans-serif;
		font-weight: bold;
	}

div#Awards {
	margin: 0;
	padding: 20px 0;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
}

div#footer {
	border-right: 1px solid #262c31;
	border-left: 1px solid #262c31;
	border-bottom: 1px solid #262c31;
	background-color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 8px;
	width: 100%;
}

/* --- DIV CLASSes --- */

div.Section {
	margin: 0;
	padding: 3px 6px;
	font: 16px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	background-color: #edf2f7;
	width: 100%;
}

div.shortTitle {
	float: left;
	margin: 0;
	padding: 6px;
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	background-color: #f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	width: 100%;
}

	div.shortTitle a {
		color: #444;
	}

div.article {
	margin: 0;
	padding: 10px;
	border-right: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background-color: #fdfdfd;
	width: 100%;
}

div.articleImage {
	margin: 5px 0 5px 5px;
	padding: 4px;
	float: right;
	background-color: #f9f9f9;
	border: 1px solid #eee;
}

	div.articleImage p {
		font-size: 75%;
	}

div.BackToTop {
	padding: 10px;
}

/* -- CLASSes -- */

a.title {
	font-size: 12px;
}

span.author {
	float: right;
	vertical-align: bottom;
	text-align: right;
	width: 40%
}

a.more, a.less {
	color: #0a3b6d;
	text-decoration: none;
	vertical-align: middle;
	font: 9px/9px Arial, Helvetica, sans-serif;
}

a.more:hover, a.less:hover {
	text-decoration: underline;
}

.Clear {
	clear: both;
	font-size: 0px;
	line-height: 0;
	height: 0px;
	width: 100%;
}
