/* Basic CSS */

body {
background-color:#dfdfdf;
background-image:url(/images/body-bg.jpg);
background-position:bottom;
background-repeat:no-repeat;
font-family: Gill Sans,Verdana, Arial, Helvetica, sans-serif ;
}

h2 {
	font-size:1.3em;
	color:#333333;
}

h3 {
	font-size:1em;
	color:#333333;
}

a img {
	border: 0px;
}

table#main {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

td {
	vertical-align: top;
}

td#leftbar {
	background-color:#000000;
}

td#toprow img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

td#navbar p{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border-top: 2px solid #454e53 ;
	border-bottom: 2px solid #454e53 ;
	padding: 0.3em;
}

#navbar a {
	padding: 0 0.5em;
}

td#content {
	padding: 0 1em;
}

td#content p{
	margin-top: -0.5em;
}

p {
	text-align: justify;
}

p small {
 	float:right;
 	margin-top: -1em;
 	color:#aeb7c6;
	font-size:smaller;
}

.centered {
	clear: both;
	margin-left:auto;
	margin-right: auto;
	text-align:center;
}

.small {
	margin-top: -1em;
	color:#666666;
	font-size:small;
}

iframe {
	width: 100%;
	height:23em;
}

#navbar a, #content a {
	text-decoration: none;
	font-weight: bold;
	color:#454e53;
	}

#navbar a:hover, #content a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#aeb7c6;
	}
