/*  div { border: 1px dotted red; } */

body {
	font: 12px/18px Arial, sans-serif;
	text-align: center;
	color: #333;
	background-color: #0B2D78;
	background-image: url(media/ui01.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	}
a:link {
	color: #0B2D78;
	background-color: transparent;
	}
a:visited {
	color: #0B2D78;
	background-color: transparent;
	}

a:hover {
	color: #0B2D78;
	text-decoration: none;
	background-color: transparent;
	}
a:active {
	color: #666;
	text-decoration: underline;
	background-color: transparent;
	}
img {
	border: 0px;
	}

#page {
	text-align: left;
	background-color: #FFFFFF;
	width: 800px;
	margin: auto;
	}

#header {
	height: 190px;
	width: 800px;
	}

#content {	
	border-bottom: 2px solid #000;
	margin: 0px 10px 0px 10px;
	padding: 40px 90px 50px 90px;
	}

#footer {
	color: #666666;
	background-image: url(media/ui02.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 10px 50px 10px;
	}
#footer p {
	font-size: 16px;
	font-weight: bold;
	}
#footer ul {
	line-height: 14px;	
	margin: 10px 0px 0px 60px;
	}

.imgLeft {
	float: left;
	margin-right: 10px;
}
table {
	width: 100%;
}
table td {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
table th {
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
cite {
display: block;
text-align: right;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 22px;
}
h3 {
font-size: 18px;
}
#footer2 {
text-align: left;
width: 800px;
margin: auto;
}
#footer2 p {
font-size: 10px;
color: #999999;
margin: 10px 0px 40px 100px;
}
#footer2 p a:link {
color: #666666;
background-color: transparent;
}
