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

body {
	font: 10pt Arial, Helvetica, sans-serif;
	background: #D4E3F7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link, a:visited {
	color: #1B559F;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration:underline;
}
h3, h4, h5 {
	font-weight: bold;
	color: #964300;
}
h3 {
	font-size: 11pt;
	
}
h4 {
	font-size: 10pt;

}	
h5 {
	font-size: 10pt;
	font-style:italic;
}
.highlight {
	font-weight: bold;
	color: #1B559F;
}
#container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding: 5px;
	height: 100%;
}
#header {
	height: 85px;
}
#header h1 {
	display: none;
}
#header #heading {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 75px;
	width: 250px;
	background-position: left top;
	margin-top: 10px;
	margin-right: 200px;
}
#header #login {
	float:right;
	width:270px;
	margin-top: 0px;
	font-size: 9pt;
	vertical-align: middle;
}
#login table {
	float: right;
}
#login .inputfield {
	height: 17px;
	width: 170px;
	border: 1px solid #000000;
}

#image {
	padding-bottom: 5px;
	padding-top: 3px;
}

#content h2 {
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	margin: 0px;
	background-image: url(../images/head_blue_245x32.jpg);
	font-size: 12pt;
	line-height: 32px;
	font-weight: normal;
}
#wp ul li.linkcat {
	list-style: none;
}
#wp ul {
	padding-left: 0;
	margin-left: 0;
}
#wp ul li ul {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#content h2 a {
	color: #FFFFFF;
	font-weight: normal;
}

#content .inside p {
	margin: 0px;
	padding-bottom: 10px;
}
.inside {
	background-image:url(../images/bg_short.jpg);
	background-color: #F0F5FC;
	background-repeat: repeat-x;
	background-position: bottom;
	border-right: 1px solid #D4E3F7;
	border-bottom: 1px solid #D4E3F7;
	border-left: 1px solid #D4E3F7;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#footer {
	text-align: right;
}
#footer p {
	margin: 0px;
	padding: 10px 0px;
}
#footer a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
}
.clearleft {
	clear:left;
	height:0;
	line-height: 0px;
}
.clearright {
	clear:right;
	height:0;
	line-height: 0px;
}
.fltright {
	text-align: right;
}
form table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form table td {
	padding-right: 10px;
	vertical-align: top;
	font-weight: bold;
}
