/* general styling css*/

body {
	color: black;
	margin-top:20px;
	text-align:center;
	font-size: .9em;
	font-family: helvetica, verdana, trebuchet, sans;
	background: #ccccff;
}

img	{
}


a:link {color: #9999ff; text-decoration: none;}
A:visited {color: #4646c1; text-decoration: none;}
A:hover {color: #ffcc00; text-decoration: underline;}

h1	{
	margin-top:0px;
	margin-bottom:0px;
}

h2	{
	color: #4646c1;
	margin-top:0px;
	margin-bottom:0px;
}


/*this is the styling applied to the whole floating white part of the page */

.wholePage	{
	margin: auto;
	text-align: center;
	width: 800px;
	background: #ffffff;
}

/* definitions of the 3 main sections of the page: header, contentarea, and footer */

.header {
	position:relative;
	margin: auto;
	text-align: left;
	width: 800px;
}

.contentarea	{
	position:relative;
	margin: auto;
	text-align: left;
	width: 800px;
}

/* styling for individual elements of the interface */

.titlebanner	{
	text-align: left;
	width: 790px;
	padding: 5px;
	border-style: none;
}

.titlebanner a:link {color: #ffffff; text-decoration: none;}
.titlebanner A:visited {color: #ffffff; text-decoration: none;}
.titlebanner A:hover {color: #ffffff; text-decoration: none;}

.language_selector a:link {color: #000000; text-decoration: none;}
.language_selector A:visited {color: #000000; text-decoration: none;}
.language_selector A:hover {color: #000000; text-decoration: none;}

.topnav	{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	font-weight: bold;
	background: #4646c1;
	width: 780px;
}

.topnav a:link {color: #ffffff; text-decoration: none;}
.topnav A:visited {color: #ffffff; text-decoration: none;}
.topnav A:hover {color: #ffcc00; text-decoration: none;}


.sitelocation	{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: .8em;
	background: #9999ff;
	text-align: left;
	width: 780px;
}

.sitelocation a:link {color: #4646c1; text-decoration: none;}
.sitelocation A:visited {color: #4646c1; text-decoration: none;}
.sitelocation A:hover {color: #ffcc00; text-decoration: underline;}


.leftnav	{
	margin-left: 10px;
	font-size:.8em;
}

.footer		{
	text-align: center;
	margin: auto;
	font-size: .8em;
	background: #9999ff;
	padding-top:5px;
	padding-bottom:10px;
}

.footer a:link {color: #ffffff; text-decoration: none;}