body
{
	background-image: url('../images/back.gif');
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	color: #2B3278;
	line-height: 210%;
	letter-spacing: 0.6px;
	word-spacing: 0.5px;
}

a
{
	text-decoration:none; color: #2B3278;
}

a:hover
{
	text-decoration:underline;
}

a img
{
	border: none;
}

div.container
{
	width: 879px;
	min-height: 850px;
	background-image: url('../images/shadow.gif');
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	position: relative;
}

div.content
{
	padding: 31px 15px 0 15px;
	position: relative;
}

#translations
{
	height: 40px;
	width: 150px;
	position: absolute;
	right: 20px;
	top: 23px;
	text-align: right;
}

div.topgrad
{
	width: 879px;
	min-height: 850px;
	background-image: url('../images/topback.gif');
	background-repeat: no-repeat;
}

div.bottomshadow
{
	height: 44px;
	width: 879px;
	background-image: url('../images/botshadow.gif');
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
}

div.leftnav
{
	float: left;
	width: 208px;
	padding: 0 18px 0 18px;
}

div.nav
{
	background-color: #1D95D2;
	font-size: 110%;
	padding: 10px 0 14px 10px;
}

div.nav a
{
	color: White;
	text-decoration: none;
	display: block;
	padding-left: 32px;
	padding-top: 4px;
	height: 25px;
}

div.nav a:hover
{
	background-image: url('../images/selectedmenuitem.gif');
	background-repeat: no-repeat;
	text-decoration:underline;
}

div.maincontent
{
	width: 581px;
	float: left;
}

div.clear
{
	clear: both;
}

div.footer
{
	padding: 0 0 0 40px;
}

div.copyright
{
	float: left;
	width: 220px;
}

div.footermenu
{
	width: 508px;
	float: left;
}

div.footerlinks
{
	background-color: #1D95D2;
	color: White;
	text-align: left;
	padding: 0 0 0 10px;
	text-align: center;
}

div.footerlinks a
{
	text-decoration:none;
	color: White;
}

div.footerlinks a:hover
{
	text-decoration:underline;
}

img
{
	padding: 0;
	margin: 0;
}

/* BOXES */

div.sidebox
{
	width: 208px;
	min-height: 10px;
	margin-bottom: 18px;
}

div.sidebox_top
{
	width: 208px;
	height: 5px;
	background-image: url('../images/sidetop.gif');
	background-repeat: no-repeat;
	font-size: 1px;
}

div.sidebox_bot
{
	width: 208px;
	height: 5px;
	background-image: url('../images/sidebot.gif');
	background-repeat: no-repeat;
	font-size: 1px;
}

div.mainbox
{
	width: 581px;
	min-height: 10px;
}

div.mainbox_top
{
	width: 581px;
	height: 5px;
	background-image: url('../images/midtop.gif');
	background-repeat: no-repeat;
	font-size: 1px;
}

div.mainbox_bot
{
	width: 581px;
	height: 5px;
	background-image: url('../images/midbot.gif');
	background-repeat: no-repeat;
	font-size: 1px;
}

div.box_content
{
	border-left: 5px solid #2B3278;
	border-right: 5px solid #2B3278;
}

/* END BOXES */

h1
{
	font-size: 140%;
}

h2
{
	font-size: 120%;
}
