

object, embed {display: block}

body {
	background: #ffffff url('../images/bg.gif') repeat-x;
	padding: 0px;
	margin: 0px;

	color: #000000;
	font: 11px/18px arial, verdana, helvetica, sans-serif;
}

h1 {
	color: #779ecb;
	font: bold 16px arial, verdana, helvetica, sans-serif;
	padding: 4px 0px 6px 0px;
	margin: 0px;
}

h2 {
	color: #000000;
	font: bold 11px/18px arial, verdana, helvetica, sans-serif;
	padding: 4px 0px 6px 0px;
	margin: 0px;
}

a {
	color: #456d7e;
}

a:hover {
	color: #002f44;
}

.content {
	color: #000000;
	font: 11px/18px arial, verdana, helvetica, sans-serif;
}

.selected {
	background: #49839c;
	color: white;
}

.row_alternate {
	background: #f3f7f8;
}

/* Structure */

#header {
	width: 800px;
}

#container {
	width: 800px;
	background: url('../images/bg_tile.gif') top repeat-y;
}

	#content {
		width: 800px;
		height: 545px;
		background: url('../images/bg_content.jpg') top no-repeat;
	}

		#content_home {
			width: 800px;
			height: 545px;
			background: url('../images/bg_content_home.gif') top no-repeat;
		}
	
	#content p {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 6px 0px;
	}

	#content a {
		text-decoration: none;
		border-bottom: 1px dotted;
	}
	
	#content a:hover {
		text-decoration: none;
	}

#footer {
	width: 800px;
	height: 97px;
	background: url('../images/bg_footer.gif') top no-repeat;
}

#navigation a, #navigation a:hover {
	border: 0px;
}

#copyright {
	padding: 0px 220px 22px 0px;
	color: #c6ab79;
	font: 11px/14px arial, verdana, helvetica, sans-serif;
}

	#copyright a {
		color: #b79276;
		font: 11px/16px arial, verdana, helvetica, sans-serif;
		text-decoration: none;
	}
	
	#copyright a:hover {
		color: #ff0000;
		font: 11px/16px arial, verdana, helvetica, sans-serif;
	}

/* Buttons */

input {
	color: #214d60;
	font: 11px/18px arial, verdana, helvetica, sans-serif;
	padding: 2px 2px 0px 2px;
}

.button {
	background: #f8fbfd url('../images/bg_button.jpg') center repeat-x;
	color: #738fad;
	font: bold 10px arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	border: solid 1px #dee5e3;
	}

.button:hover {
	background: #ccdde4 url('../images/bg_button_over.jpg') center repeat-x;
	color: #738fad;
	font: bold 10px arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	border: 1px solid #dee5e3;
	cursor: pointer;
	}
	
.borderthis {
	border: 1px solid #b00b0b;
}
.redborder {
	border: 1px solid #b40f09;
}
	