/* Standard HTML Elements */
body {
	margin: 0;
	padding: 2px;
	background-image: url('../images/background.gif');
	background-color: #eeeeee;
	font-family: Verdana, Sans Serif;
}


br.clear { 
	clear: both; 
}

p { 
	margin: 0; 
	padding-bottom: 1em;
}

h1 {
	margin: 0; 
	padding: 0;
	font-size: 1.8em; 
}

h2 {
	margin: 0; 
	padding: 5px 0 1ex 0;
	font-size: 1.3em; 
}

dl {
	margin: 0;
	padding: 0 0 1em 0;
}
dl dd {
	margin-left: 0;
	padding-bottom: 1ex;
}
dl dt {
	font-weight: bold;
}

a:link, a:active, a:visited {
	color: #c42a27;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

form {
	margin: 0;
}

label {
	width: 10em;
	font-weight: bold;
	display: block;
	margin: 5px 0 2px 0;
}
label:first-letter { text-decoration: underline; }

input.text, textarea.text {
	border: 1px solid #005091;
	background-color: transparent;
	padding: 2px;
	color: #c42a27;
}
input.text {
	width: 15em;
}

acronym {
	cursor: help;
	border-style: dotted;
	border-width: 0;
	border-bottom-width: 1px;
}

table {
	width: 100%;
}
thead {
	font-weight: bold;
}
td {
	vertical-align: top;
	border-bottom: 1px solid #005091;
	padding: 1px;
	margin: 0;
}

/* Custom markup */
#main {
	width: 750px;
	margin-left: auto; margin-right: auto;
}

#toplogo {
	background-image: url('../images/top_background.gif');
	background-repeat: no-repeat;
	height: 80px;
	font-size: 20px;
	font-weight: bold;
	color: #005091;
	clear: both;
	margin-bottom: 2px;
	vertical-align: middle;
	padding-top: 20px;
}

#toplogo img {

	margin: 0 15px 0 15px;
	vertical-align: middle;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
#menu ul li {
	float: left;
	margin: 0 0 0 2px;
}

#menu {
	padding: 0 15px 0 15px;
	height: 25px;
	margin-bottom: 2px;
}

#menu a:link, #menu a:active, #menu a:visited, a.button:link, a.button:active, a.button:visited
{
	background-image: url('../images/button.gif');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	
	width: 100px;
	height: 25px;
	line-height: 25px;
	
	display: block;
	color: #c42a27;
	
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	
}

#menu a:hover, a.button:hover
{
	background-image: url('../images/button_over.gif');
	background-repeat: no-repeat;
	color: #005091;
}
.header {
	background-image: url('../images/header_background.gif');
	background-repeat: no-repeat;
	height: 40px;
	padding: 10px 10px 0px 15px;
	font-size: small;
	color: #c42a27;
	clear: both;
}

.content {
	color: #005091;
	background-color: #ffffff;
	background-image: url('../images/content_background.gif');
	background-repeat: repeat-y;
	padding: 0px 10px 0px 15px;
	font-size: small;
	
}
.footer {
	background-image: url('../images/footer_background.gif');
	background-repeat: no-repeat;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	text-align: right;
	padding: 0 15px 0 15px;
	font-size: x-small;
	color: #005091;
}

.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.required {
	margin-left: 5px;
	font-weight: bold;
	color: #c42a27;
}

.left {
	float: left;
	clear: right;
	margin-right: 2px;
}

ol li {
	line-height: 140%;
	margin-bottom: 0.5em;
}