﻿/*
	Defaults
*/
body
{
	background-color: #ffffff;
	font-family: Arial, Sans-Serif;
	/* BD: adjusted body font-size to .80em.  Commented out font-size on <p>.
    */
	font-size: .80em;
	color:#656565; 
}

a:link,
a:visited
{
	color: #2a3d89;
}


a:hover,
a:active
{
	text-decoration: none;
}

img
{
	border-color: Transparent;	
}

p
{
	margin-top: 0.3em;
	margin-bottom: 1em;
	/*BD: Use inherited <body> size
	font-size: .80em;
    */
}
/* BD: CREATED THIS AFFECTS THE NAV BARS TEXT SIZE
/*
ul
{
	
	font-size: .80em;
}
*/

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Sans-Serif;
	font-weight: bolder;
	color: #2a3d89;
	margin-top: 0.3em;
	margin-bottom: 1em;
}

h4
{
	font-size: 1em;
}
h3
{
	font-size: 1.25em;
}
h2
{
	font-size: 1.5em;
}
h1
{
	font-size: 2em;
}


/*
	Visual elements
*/
div#language-icons
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 30px;
	padding-left: 5px;
	background-color: #ffffff;
}
div#language-icons img
{
	margin-top: 4.5px;
	padding: 5px;
}

div#message
{
	position: relative;
	left: 10px;
	top: 30px;

	width: 540px;
	height: 105px;
	padding: 20px 30px;
	overflow: visible;

	background-image: url('../images/gray-box-600.png');
	background-position: left top;
	background-repeat: no-repeat;

	font-family: Arial, Sans-Serif;
	font-size: 26px;
	color: #ffffff;
}

div#logo
{
	position: relative;
	margin-top: -145px;
	text-align: right;
}

div#copyright
{
	float: left;
	margin-left: 7px;

	font-size: 80%;
	color: gray;
}

div#contact
{
	float: right;
	margin-right: 7px;

	font-size: 80%;
	color: gray;
	text-align: right;
}

img.icon-language
{
	padding: 3px 0px 2px;
	border: 0px;
}

.content-column-33
{
	padding: 2em;
	width: 16em;
}


/*
	Studies list
*/
dl.studies-list
{
}

dl.studies-list dt
{
	font-size: larger;
	font-style: italic;
}

dl.studies-list dd
{
	margin: 0.5em 0em;
}

/*
	News list
*/
dl.news-list
{
}

dl.news-list dt
{
	font-size: larger;
	font-style: italic;
	margin: 1.5em 0em 0em;
}

dl.news-list dd
{
	margin: 0.3em 0em;
}
