body {
	background: url(images/flag-bkg2.jpg);
	font-size: 76%;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	}
p, td, ul, ol, { font-family: "Trebuchet MS",Verdana,Arial,Sans-serif; font-size:1em;}
a { color: rgb(50,52,139);
}
a:link { color: rgb(50,52,139);
}
a:visited { color: rgb(50,52,139);
}
a:hover { color: rgb(240,75,78);
}

a img {border:none;}
h1, h2, h3 { margin: 2px auto;}
h1 { font-size: 1.8em; margin-top: 20px;padding: 0px 42px;}
h2 { font-size: 1.6em;}
h3 { font-size: 1.2em;}

/* Page Sections */
#header {
	width:760px;
	margin: 0px auto;
	padding: 0px;
	margin-bottom: 0px;
}
#container {
	width:746px;
	margin: 0px auto;
	/* margin-top: -12px; */
	border-left: 7px solid black;
	border-right: 7px solid black;
	border-bottom: 7px solid black;
	background:white;
}
#content {font-size:1.1em;}
#footer { text-align:center; font-size:.9em; margin-top:5px;}
.rfloat {float:right;}
.lfloat {float:left;}
img.rinline {float:right; border:1px solid black; margin:5px; margin-right:0px;}
img.linline {float:left; border:1px solid black; margin:5px; margin-left:0px;}
.small {font-size:.8em;}
.big {font-size:1.2em;}.clickable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#content .col {
	float: left;
	width: 49%;
}

