* {
	margin: 0;
}
html, body {
	height: 100%;
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right :auto;

}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 802px;
	margin: 0 0 -4em;
	border-right: 1px solid Black;
	border-left: 1px solid Black;
	background-image: url(../images/wespro-watermark.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.footer, .push {
	height: 4em;
}

/* General Styling */

body {
	font-family: verdana, arial;
}

body h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 9px;
}
body h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 3px;
}
body h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 3px;
	
}
body p{
	font-size: 11px;
	line-height: 20px;
	margin-left: 50px;
}
body ul{
	list-style: disc inside;
	font-size: 12px;
	font-weight: bold;
	margin-left: 50px;
	padding-top: 11px;
}


.table, td{
	font-size: 12px;
}

#header {
}

#toolbar {
}

#navcontainer ul{
	padding-left: 0;
	padding-top: 0;
	text-indent: 0;
	margin-left: 0;
	background-color: #0142AA;
	color: White;
	float: left;
	width: 800px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #0142AA;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	background-color: #FFF;
	color: #0142AA;
}

#toolbar_internal {
	margin-top: 1;
	clear: both;
}

#navcontainer_internal ul{
	padding-left: 0;
	padding-top: 0;
	text-indent: 0;
	margin-left: 0;
	margin-top: 1;
	background-color: #CCE6FF;
	color: #0142AA;
	float: left;
	width: 800px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

#navcontainer_internal ul li { 
	display: inline; 
}

#navcontainer_internal ul li a {
	padding: 0.2em 1em;
	background-color: #CCE6FF;
	color: #0142AA;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer_internal ul li a:hover {
	background-color: #FFF;
	color: #0142AA;
}

#body-text {
	position: relative;
	top: 10px;
	left: 10px;
	margin-right: 35px;
	width: 710px;
	text-align: left;
	
	
}
