* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: -.02em;
  line-height: 1.5em;
	background: #3f4c6b url(../grafics/body_bg.jpg) top center no-repeat;
	color: #36393D;
}
table {
	border: none;
	border-collapse: collapse;
}
img {
	border: none;
  margin: .5em 0;
}
a {
	color: #356AA0;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: -.06em;
  line-height: 1em;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: -.02em;
  line-height: 1em;
  margin-bottom: .5em;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
  letter-spacing: -.02em;
	color: #356AA0;
	border-bottom: 1px solid #C3D9FF;
  margin-top: .4em;
  margin-bottom: .2em;
}
#content_right h2 {
  margin: 0;
}
p {
	margin-bottom: .8em;
}
p.right {
  text-align: right;
}
ul {
  display: block;
	list-style: none;
}
blockquote {
  margin: .5em 2em;
  font-style: italic;
  color: gray;
}
img, div {
  behavior: url(../iepngfix.htc);
}
.clearfix:after {
	float: left;
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
.floating {
  float: left;
  margin-right: .5em;
}

/*Get the shadows*/
#page_wrapper {
	width: 100%;
}
#dropshadow_top {
	float: left;
	width: 100%;
	height: 80px;
	background: transparent url(../grafics/dropshadow_top.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#container_shadow {
	float: left;
	width: 100%;
	background: transparent url(../grafics/container_shadow.png);
	background-position: top center;
	background-repeat: repeat-y;
}
#dropshadow_bottom {
	float: left;
	width: 100%;
	height: 80px;
	background: transparent url(../grafics/dropshadow_bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#container {
	width: 100%;
	margin: -40px 0;
}

/*Header with horizontal navigation */
#header {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 160px;
	background-image: url(../grafics/logo.jpg);
	background-position: top center;
	border-bottom: 3px solid #C3D9FF;
	z-index: 1;
}
#hornav {
	position: absolute; bottom: 5px; left: 10px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
}
#hornav ul {
	list-style: none;
}
#hornav ul li {
	float: left;
}
#hornav ul li a {
	padding: 0 5px;
	color: white;
	text-decoration: none;
}
#hornav ul li a:hover {
	text-decoration: underline;
}

/*Main content area*/
#content {
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
	background-color: white;
	/*background-image: url(../grafics/content_bg.jpg);*/
	background-position: left top;
	background-repeat: no-repeat;
}
#content_right {
	float: right;
	width: 236px;
	margin-right: -15px;
  line-height: 1em;
}
#content_right a {
	color: #4096EE;
}
.content_right_module {
	border: 3px solid #C3D9FF;
	border-top: none;
	border-bottom: none;
	color: #eeeeee;
	background: #3f4c6b url(../grafics/content_right_bg.jpg) top center no-repeat;
	margin-bottom: 10px;
}
.content_right_content {
	padding: 0 10px;
}
.content_right_top {
	margin: 0 -3px 0 -3px;
	background-image: url(../grafics/content_right_top.jpg);
	height: 10px;
}
.content_right_bottom {
	margin: -10px -3px 0 -3px;
	background-image: url(../grafics/content_right_bottom.gif);
	height: 10px;
}
#content_main {
	margin-right: 230px;
	padding: 10px;
}
#content_bottom {
	padding: 20px;
	border-top: 3px solid #C3D9FF;
	border-bottom: 3px solid #C3D9FF;
	background-color: #3f4c6b;
	color: #eeeeee;
}
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #ffffff;
	text-align: center;
	font-size: 0.9em;
	color: #356AA0;
}