/* Global Section */
body, p, table, td, th, ul, li, dd, dt, dl, h1, h2, h3, h4, h5, h6, div, span, input {
/*    font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;*/
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
}
body {
	background: url('images/page-background.gif') center top repeat-y;
}
#content {
	margin: auto;
	width: 526px;
	padding: 20px;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
	font-size: 21px;
	margin: 1em auto;
	width: 566px;
}
h2 {
	font-size: 17px;
}

.boxed {
    padding: 1em;
    border: 1px solid black;
    margin: 1em;
}

h1 img {
	vertical-align: middle;
}

a{
	color: #436976;
	text-decoration:none;
}
a:visited{
	color:#617176;
}
a:hover{
	color: #4369aa;
	text-decoration:underline;
}

a img {
	border: 0;
}

.page-context-line {
    text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

