/*  CSS Document  */

body {
	background: white;
	text-align: center;
	margin: 15px auto 0 auto;
	padding: 0; 
}

a {
	font-size: 12px;
	color: #6D6D6D;
	font-weight: bold;
	
}

a img { border: 0; }

div.top,
div.bottom {
	display: block;
	width: 816px;
	height: 24px;
	margin: 0 auto 0 auto;
	clear: both;
}
div.top { background: white url(top.jpg) no-repeat 0 0; }
div.bottom { background: white url(bottom.jpg) no-repeat 0 0; }


div.middle {
	display: block;
	width: 816px;
	margin: 0 auto 0 auto;	
	background: white url(middle.jpg) repeat-y 0 0;
}

h1 {
	font-family: "Trebuchet MS","Georgia","DejaVuSans", sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	text-indent: 35.5px;
	color: #4D4D4D;
	margin: 24px 0 0 0 ; 
	padding: 0;
	clear: both;
}

div.middle a {
	display: block; 
	/*height: 99px;*/
	width: 230px;
	margin: 10px 0 0 27.5px;
	float: left;	
	text-align: center;
}

div.middle a.small {
	display: block; 
	width: 115px;
	margin: 15px 0 0 11px;
	float: left;
	font-size:10px;
	font-weight: bold;
	text-align: bottom;
	color:  #6D6D6D;
	border:0;
	text-decoration: none;
	text-align: center;	
}
div.middle a.smallright {
	display: block; 
	margin-right:30px;
	float: right;
	font-size:10px;
	font-weight: bold;
	text-align: bottom;
	color:  #6D6D6D;
	border:0;
	text-decoration: none;
	text-align: center;	
}


div.middle a.top { margin-top: 24px; }
div.middle form
{
display: inline;
}
div.middle p.bigblue
{
        font-family: "Trebuchet MS","Georgia","DejaVuSans", sans-serif;
	font-size:20px;
        font-weight: bold;
        text-align: bottom;
        color:  #0068B1;
        border:0;
        text-decoration: none;
        text-align: center;

}
div.middle a.left 
{
	font-size:10px;
	font-weight: bold;
	text-align: bottom;
	color:  #6D6D6D;
	border:0;
	text-decoration: none;
	margin-left: 27.5px;	
}

a:hover { color: #0068B1; }

div.footer {
	width:800px;
	margin: 0 auto;
}
div.flags {
	float:right;
	display: block;
	width: 650px;
	text-align: right;
}
div.bugs {
	float:left;
	display: block;
	width: 140px;
	padding: 0 5px;
	text-align: left;
}


.footer br,
.middle br {display: block; clear: both; }

.Fright
{
	float:right;
}

.Fleft
{
	float:left;
}

