body {
	background-color: #003366;
	/*
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#mainbody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 480px;
	width: 640px;
	background-color: #FFFFFF;
	background-image: url(images/corner-bottom-right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: auto;

}
#mainbody #header #navigation {
	clear: both;
	text-decoration: none;
	text-align: center;
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	float: none;
	width: 100%;
}
#mainbody #header #navigation a {
	text-decoration: none;
	background: none;
	color: #FFFFFF;
}

#mainbody #content {
	/*
	background-attachment: scroll;
	overflow: auto;
	*/
	text-align: justify;
	width: 630px;
	height: 410px;
	left: 0px;
	clear: both;
	float: left;
	/* margin-top: 20px; */
	margin-left: 10px;
	overflow: auto;
}
#mainbody #contentblock
{
	width: 600px;
	margin-left: 2px;
	margin-right: 8px;
}
#mainbody #header #breadcrumb {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	background-color: #FFFFFF;
	background-position: center;
}
#mainbody #header #stamp {
	height: 48px;
	margin-top: 5px;
	margin-left: 20px;
	float: left;
}
#mainbody #header #title {
	height: 48px;
	margin-top: 5px;
	margin-left: 20px;
	float: left;
	padding-right: 10px;
}
#mainbody #header {
	width: 100%;
	clear: none;
	float: none;
	background-image: url(images/corner-top-left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#copyright {
	text-align: center;
	color: #FFFFFF;
	font-size: 0.7em;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.75em;
	font-weight: bold;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

a {
	outline: none;
	color: #003366;
	text-decoration: none;
	background: url(images/dott.gif) repeat-x bottom;
	padding: 0 0 2px 0;
}
a:hover {
	color: #C00;
}
a:focus{
	color: #C00!important;
}
a.external {
	padding-right: 13px;
	background: url(images/external_link.gif) center right no-repeat;
}
