/* CSS Document */
body {
	font-family: Arial;
	color: #363636;
	background-color: #ffffff;
	font-size: 16pt;
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 13pt;
}

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

img {
	border: none;
}

li {
	padding-bottom: 10px;
}

.strong {
	color: #9a272a;
	font-weight: 900;
}

.smaller {
	font-size: 11pt;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.full_centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.odm_box {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1.0em;
}

.emphasis {
	font-style: italic;
	color: #7c7c7c;
}

.right_side {
	float: right;
}

.left_side {
	float: left;
}

#container {
	width: 805px;
	height: 605px;
	margin-left: auto;
	margin-right: auto;
}

#slide {
	width:800px;
	height:600px;
	float: left;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
}

#right_frame {
	width: 5px;
	height: 595px;
	float: left;
	position: relative;
	top: 5px;
	background-color: #cccccc;
}

#bottom_frame {
	width:795px;
	height:5px;
	float: left;
	position: relative;
	left: 5px;
	top: -1px;
	background-color: #cccccc;
}

#corner_frame {
	width: 5px;
	height: 5px;
	float: left;
	position: relative;
	left: 5px;
	top: -1px;	
	background-color: #cccccc;
}

#header {
	width: 760px;
	height: 90px;
	background-color: #393e4f;
	padding: 0px 20px 0px 20px;
	color: #ffffff;
	overflow: hidden;
}

#content {
	width: 770px;
	height: 430px;
	padding: 10px 5px 10px 25px;
	background-color: #ffffff;
	overflow: hidden;
	font-weight: 900;
}

#footer {
	height: 50px;
	background-color: #ffffff;
}

#navigation {
	font-size: 9pt;
	text-align: center;
	width: 154px;
	float: right;
	padding-right: 30px;
	line-height: 1.0em;
}

#navigation .navigation_buttons {
	padding-top: 3px;
	float: left;
	width: 77px;
}

#copyright {
	width: 600px;
	color: #7c7c7c;
	font-size: 7pt;
	float: left;
	position: relative;
	top: 0px;
	left: 20px;
	line-height: 1.0em;
}

#copyright p {
	font-size: 9pt;
	line-height: 2.0em;
}
#copyright a {
	color: #7c7c7c;
	text-decoration: none;
}

#copyright a:hover {
	color: #9a272a;
	text-decoration: underline;
}

#contact {
	padding-top: 10px;
	text-align: center;
	width: 100%;
	font-size: 9pt;
}
/* not used currently */
#contact a {
	color: #363636;
	text-decoration: none;
}
/* not used currently */
#contact a:hover {
	color: #9a272a;
	text-decoration: underline;
}