
/* ---------- */ 
/* page */
/* ---------- */ 

html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
}

body {
}

#wrapper {
	position: relative; /* needed for footer positioning*/
	margin: auto; /* center, not in IE5 */
	width: 1004px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6 treats this as modern css 'min-height' */
	min-height: 100%; /* real browsers */
}

#wrapper .full{
	width: 100%;
}

#container {
	margin: 0;
}

/* ---------- */ 
/* page header */
/* ---------- */ 

#header {
	display: block;
	margin: auto; /* center, not in IE5 */
	width: 1004px;
	height: 100px;
	padding: 5px 0 1px;
}

#pagename{
	display: block;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #000099;
	background-image: url(../media/banner.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#content {
	margin: 1em 5px;
	padding: 0 10px;
	display: block;
}

#leftpane {
	width: 180px;
	float: left;
	margin-right: 10px;
	text-align: right;
}

#leftpane a {
	display: block;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #000099;
	text-decoration: none;
}

#leftpane a:hover{
	color: black;
}

#middlepane {
	width: 580px;
	float: left;
	margin-right: 10px;
}

#rightpane {
	float:right;
	width: 19%;
	margin-top: 0px;
	margin-right: 0px;
/*	text-align: center; */
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bolder;
	color: #000099;
	height: auto;
	overflow: hidden;
	font-size: small;
}

#rightpane .h3 {
	font-weight: bold;
	color: #000000;
	text-align: left;
}
#rightpane p {
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-color: blue;
	padding-left: 2px;
}

#pagename {
	font-weight: bolder;
	padding-left: 10px;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	 }

#rightpane ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;

}

#footer {
	background: url(../media/banner.jpg) right no-repeat;
	position: relative;
	width: 1004px;
	display: block;
	clear: both;
	line-height: 1.5em;
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
}
#footer div {
	color: #black;
	text-align: center;
	font-size: 75%;
}

#footer a:link, #footer a:visited {
	color: #000099;
}

#footer a:hover {
	color: black;
}

#weebox {
	width: 545px;
	border: thin solid #000000;
	background-image: url(../media/blue_background.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 10px;
	font-size: small;
	padding: 1em;
}

#sitemap {
	font-size: 0.75em;
}

/* ---------- */

ul {
	list-style: none; 
}

div#navpath {
	font-size: 10px;
	margin: 1em 0;
}

/* ---------- */ 

div.attention {
	margin: 10px 0;
	border: 1px solid red;
	border-width: 1px 0;
	padding: 5px 0;
	margin: 10px 0;
}

div.attention div {
	font-size: larger;
	height: 32px;
	line-height: 32px;
	margin-bottom: 1em;
}

div.attention div img {
	float: left;
	padding-right: 10px;
}

div.hr {
	border: 0;
	border-bottom: 1px solid red;
	margin: 10px 0;
}

div.hr hr {
	display: none;
	clear: both;
}

div.hr h2 {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}

/* ---------- */

#summary {
	font-size: 14px;	
}

/* ---------- */

#links td {
	padding: 0 10px 10px 0;
}

#links img {
	border: 1px solid #ddd;
	background-color: white;
	padding: 3px;
}

#links img:hover {
	border: 1px solid black;
}

/* ---------- */
