html {
	height: 100%;
	border: 0px;
}

body {
	height: 100%;
	background-color:#eeeeee;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:2px;
	font-family:Times, Times New Roman, Palatino, serif;
}

body#internal {
	background-image:url("/images/internal/body_bg.gif");
	background-repeat:repeat-y;
	background-position:left;
}

img {
	border:0px;
}

div.bborder {
	height:2px;
	width:757px;
	background:black;
	font-size:1px;
}

div#header {
	background-image:url("/images/header_bg.gif");
	background-repeat:repeat-y;
	background-position:center;
	width:757px;
	height:93px;
	position:relative;
}

div#header div#logo {
	width:59px;
	height:93px;
	background-image:url("/images/logo.gif");
	position:absolute;
	left:425px;
}

div#header div#text1 {
	width:226px;
	height:12px;
	background-image:url("/images/text1.gif");
	position:absolute;
	top:12px;
	left:176px;
}

div#header h1 {
	padding:0px;
	margin:0px;
	width:375px;
	height:38px;
	position:absolute;
	top:24px;
	left:35px;
}

div#header div#text3 {
	width:206px;
	height:18px;
	background-image:url("/images/text3.gif");
	position:absolute;
	top:62px;
	left:35px;
}

div#header div#text4 {
	width:72px;
	height:18px;
	background-image:url("/images/text4.gif");
	position:absolute;
	top:62px;
	left:338px;
}

div#header div#text5 {
	width:240px;
	height:18px;
	position:absolute;
	top:26px;
	left:515px;
	color:white;
	font-size:10px;
	font-family:Arial, Helveltica, san-serif;
}

div#nav {
	position:absolute;
	height:18px;
	width:757px;
	top:99px;
	background:white;
}

div#nav div#navcontent {
	margin-left:30px;
	font-size:12px;
	font-weight:bold;
	margin-top:1px;
}

div#nav div#navcontent a {
	text-decoration:none;
	color:black;
	padding-right:10px;
	padding-left:10px;
	padding-top:0px;
	padding-botton:0px;
	margin:0px;
	border-right:1px solid black;
}

div#nav div#navcontent a#lastcontent {
	border:0px;
}

div#nav div#navcontent a:hover {
	color:green;
}