/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
	color: #000000;
	font: 11px Verdana, sans-serif;
	text-align: center;
	background-image: url(../im/block4.gif);
}
a:link {
	text-decoration: none;
	color: #666666;
	list-style-image: none;
	list-style-type: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
	list-style-type: none;
}
a:hover {
	color: #003399;
	text-decoration: none;
	list-style-type: none;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
	list-style-type: none;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #000000;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #000000;
}

p {
	margin: 2em 0;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.1em;
}

a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

#container-page {
  margin: 0 auto;
  width: 950px;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-head {
	padding-top: 1em;
	padding-left: 0px;
}

#head {
	padding: 1em;
	background-image: url(../im/title.gif);
	height: 105px;
	background-repeat: no-repeat;
}

#container-content {
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 40px;
	padding-left: 0em;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
	width: 60%;
	float: right;
	padding-top: 0px;
	padding-right: 170px;
	position: relative;
}

#content-sec {
	width: 175px;
	float: left;
	height: 400px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	background-repeat: no-repeat;
}

#content-sec ul,#content-sec ul li {
	line-height: 200%;
	vertical-align: absmiddle;
	list-style-position: inside;
	padding-left: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#container-page #container-content #content-pri li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
}


#container-foot {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#foot {
  padding: 0 1em;
  line-height: 40px;
}
#footerr {
	text-align: right;
	float: right;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
#footerl {
	text-align: left;
	float: left;
	margin-left: 20px;
	padding-top: 10px;
}
#container-page #container-content #content-pri #content-pic {
	height: 250px;
	width: 131px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-left: 30px;
}
#container-page #container-content #content-pri #content-news {
	height: 200px;
	width: 131px;
	position: absolute;
	right: 0px;
	top: 375px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 20px;
}

