/* CSS Document */

body {font-family:Verdana, Geneva, sans-serif;
		font-size:.80em;
		color:#00003d;
		margin:0px;
		background-color:#ffffff;
		background-image:url(pbimg/brushed_alu.png);
		background-repeat:repeat;
}

#bed {text-align: left;
	width: 680px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
}

#header { margin-top: 0px;
			margin-left:auto;
			margin-right:auto;
			background-image:url(pbimg/ac.png);
			background-repeat:no-repeat;
			height:270px;
			width:670px;
}

#nav { margin-top: -30px;
			margin-left:auto;
			margin-right:auto;
			height:22px;
			width:auto;
			font-size:30px;
			text-align:center;
			font-family: "Georgia";
			padding-top:0px;
			padding-bottom:11px;
			color:#211B2A;
}

#content { width: 660px;
		margin-top:0px;
			margin-left:auto;
			margin-right:auto;
		padding: 5px;
		text-align: justify;
		min-height:310px;
}

#footer {font-family:Verdana, Geneva, sans-serif;
			text-align:center;
			width:auto;
			padding:5px;
			margin-top:-10px;
			font-size:8pt;
			background-image:url(pbimg/acbg.png);
			background-repeat:no-repeat;
}

a, a:link, a:active, a:visited {text-decoration:none; 
	color:#054a8f;
}

a:hover, a:focus {text-decoration:none; 
		color:#7c6c5e;	
		transition: 1s;
}

a.menu, a.menu:link, a.menu:active, a.menu:visited {text-decoration:none; 
	color:#ffffff;
	text-shadow: 1px 1px 3px #103a7b, -1px -1px 3px #103a7b; 
	padding:2px;

}

a.menu:hover, a.menu:focus {text-decoration:none; 
		color:#00003d;
		padding:2px;
			transition: 1s;
}


h1 {color: #000f5e;
		margin: 0;
	padding: 0;
	font-family: "Georgia";
	font-weight:normal;
	font-variant:small-caps;
	margin-bottom:-10px;
	text-align:center;
}

h2 {color: #000f5e;
		margin: 0;
	padding: 0;
	font-family: "Georgia";
	font-weight:normal;
	font-variant:small-caps;
	margin-bottom:-10px;
}

h4 {color: #000f5e;
		margin: 0;
	padding: 0;
	font-family: "Georgia";
	font-weight:normal;
	font-variant:small-caps;
	margin-bottom:-10px;
	text-align:center;
	}

strong, u, em {color:#7c6c5e;
}

ul {list-style-type:circle;
}

p.bttn {text-indent:00px;
text-align:center;
}

p {text-indent:10px;
}

p.date {text-align:center;
font-weight:bold;
}

.clearfloat { clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {
margin:3px;
}

table {text-align:center;
margin-left:auto;
margin-right:auto;
}

table.lo {text-align:center;
margin-left:auto;
margin-right:auto;
width:80%;

}

td.link { background-image:url(pbimg/acbg.png);
			background-repeat:no-repeat;
padding:5px;
}

td.ex {background-image:url(pbimg/acbg.png);
			background-repeat:no-repeat;
			background-color:#f3fdfe;
			padding:5px;
}