/* CSS Document */

body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	background-position: top;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 20px;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 10px 20px;
	text-align:justify;
}
table {
	width: 80%;
	margin: 0 auto;
}
#wrapper {
	width:70%;
	margin:0 auto;
	text-align:center;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-image: url(images/gradient_muted.png);
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	height:240px;
}
#header-logo {
	position:relative;
	top:10px;
}
#header-menu {
	/* height: 25px; */
	text-align: center;
	border-top: thick solid #000000;
	border-bottom: thick solid #000000;
	padding: 5px;
	position:relative;
	top:20px;
}
#content {
	width:80%;
	margin:0 auto;
}
#box {
	float:left;
	width:100%;
	text-align: left;
	background-image:url("images/yellowbg.png");
	background-repeat:repeat;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}
#footer {
	clear:both;
	height:50px;
	text-align: center;
	font-size:10px;
	border-top: thick solid #000000;
	border-bottom: thick solid #000000;
	padding: 5px;
}
#box-top {height:25px;}
#box-tl{float:left;}
#box-tr{float:right;}
#box-bottom {height:25px;}
#box-bl{float:left;}
#box-br{float:right;}
a:link {text-decoration: none;	color: #0076a3;}
a:hover {color: #0076a3;	text-decoration: underline;}
a:visited {color: #0076a3;}

