/* CSS Document */

#html, body {
	width: 100%;
	margin: 0px auto;
	background-image: url(images/yellow_bg.jpg);
	background-repeat: repeat;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	border: 1px dotted #666;
}
table img {
	text-align: center;
	border: 0px;
}	
td,th {
	/* border: 1px dotted #999; */
	font-size: 12px;
	background-color:white;
	text-align: center;
}
td {
	vertical-align: top;
}
th {
	background-color: #004271;
	font-size: 14px;
	font-weight: bold;
	color: white;
}
p {
	font-size: 12px;
	margin-top: 0px;
}
h1 {
	font-size: 16px;
	font-weight: 800;
	color: #B9080F;
	text-transform: uppercase;
	/* text-align: center; */
}
h2 {
	font-size: 14px;
	font-weight: bold;
	clear:left;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color:#B9080F;
	margin-bottom: 0px;
}
img {
	border: 0px;
}
a {
	color: #000;
	text-decoration: none;
}
ul li {
	font-size: 12px;
	list-style: square;
}
ol li {
	font-size: 12px;
}
a:hover {
	color: #B9080F;
	text-decoration: underline;
	font-weight: bold;
}
#page {
	background-color: transparent;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	float: left;
	width: 100%;
}
#logo img {
	display: block;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
}
#nav {
	float: left;
	width: 760px;
	background-image: url(images/bg-gradient-blue-sm.jpg);
	background-repeat: repeat-x;
	margin-top: 8px;
	margin-bottom: 2px;
	padding: 0px;
	font-size: 10px;
}	
#nav ul li {
	display: inline;
	font-size: 13px;
	text-transform: uppercase;
}
#content {
	float: left;
	width:95%;
	background-color: #98dafc;
	-moz-border-radius: 8px;
	margin-top: 8px;
	padding: 18px;
}
#content img {
	/* background-color: transparent; */
 	border: 0px;
	margin: 8px;
}	 
#footer {
	float:left;
	width:95%;
	background-color: #a1d4f1;
	-moz-border-radius: 8px;
	margin-top: 8px;
	padding: 16px 18px;
	text-align:center;
}
.floatRight {
	float: right;
	margin-left: 8px;
}
.clearLF {
	clear: left;	
}

