@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #666666;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(images/bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#contentWrapper {
	background-image: url(images/bkleft.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#contentWrapper_front {
	background-image: url(images/bkleft.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #000066;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h3 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #990000;
}
.image {
	padding: 4px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	border: 1px dashed #990000;
}

.thumb {
	padding: 3px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	border: 1px dashed #990000;
	cursor:hand;
	cursor:pointer;
}

a,  a:link {
  color: #4095df;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #4870aa;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:focus {
  color: #2170bd;
}
a:active {
  color: #039;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	min-width: 900px;
	text-align: left;
	width: 900px;
	border: 3px solid #000033;
}
#header {
	background-color: #000033;
	font-size: 18px;
	font-weight: bold;
	height: 150px;
	line-height: 15px;
	padding: 0px;
	width: 900px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#leftColumn {
	background-color: #202A5B;
	float: left;
	padding: 10px;
	width: 200px;
	background-repeat: repeat-y;
	background-position: center top;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000033;
}
#leftColumn h2 {
	color: #FFFFFF;
}
#leftColumn h1 {
	color: #FFCC33;
}

#content {
	margin: 0 0 0 220px;
	padding: 10px 10px 10px 10px;
}

#content_front {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding: 0px;
}
.clearFloat {
  clear: left;
  display: block;
}
#footer {
	background-color: #202A5B;
	padding: 10px 10px 10px 10px;
	background-repeat: repeat-y;
	background-position: left top;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #990000;
}


.just {
	text-align: justify;
}
#navbar {
	background-color: #10102C;
	height: 23px;
	padding-top: 2px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 70px;
}

</style>
<style type="text/css" media="print">

body {
  background-color: #fff;
  background-image: none;
  border-color: #000;
  color: #000;
}

.cursor {  
  cursor:hand;
  cursor:pointer;
}
