/************************************************************************/
/* SEALTITE - MAIN SITE													*/
/************************************************************************/
html{
overflow-y:scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color:#111;
	margin-left: 0px;
	padding-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}

@media print {
      .noprint { display: none; }
}


/************************************************************************/
/* SEALTITE - DIVS														*/
/************************************************************************/

#container {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg-sides.gif);
	background-color: #F0F0F0;
}

#header {
	width:750px;
	height:72px;
	background-image:url(images/bg_top_bottom.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom:5px;
}

#header_left {
	float:left;
	width:235px;
	height:67px;
	text-align:left;
	padding-left:15px;
	padding-top:5px;
	background-image:url(images/corner_tl.png);
	background-repeat:no-repeat;
}

#header_center {
	float:left;
	width:250px;
	height:72px;
	background-image:url(images/header_bg.png);
	background-repeat:repeat-x;
}

#header_right {
	float:left;
	width:235px;
	height:67px;
	text-align:right;
	padding-right:15px;
	padding-top:5px;
	background-image:url(images/corner_tr.png);
	background-repeat:no-repeat;
	background-position:top right;
}

#navbar {
	clear:both;
	width:746px;
	height:28px;
	padding-top:8px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#d7dfe6;
}

#contents {
	clear:both;
	width:750px;
}

#info {
	width:746px;
	height:87px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}

#info .ll {
	float:left;
	width:11px;
	height:87px;
}

#info .lm {
	float:left;
	width:296px;
	height:87px;
}

#info .lr {
	float:left;
	width:11px;
	height:87px;
}

#info .m {
	float:left;
	width:110px;	
	height:87px;
}

#info .rl {
	float:left;
	width:11px;
	height:87px;
}

#info .rm {
	float:left;
	width:296px;
	height:87px;
}

#info .rr {
	float:left;
	width:11px;
	height:87px;
}

#footer {
	width:750px;
	height:50px;
	padding-top:10px;
	background-image:url(images/bg_top_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#footer .left {
	float:left;
	width:20px;
	height:50px;
	text-align:center;
	background-image:url(images/corner_bl.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#footer .middle {
	float:left;
	width:710px;
	height:45px;
	padding-top:5px;
	text-align:center;
	color:#fff;
}

#footer .right {
	float:left;
	width:20px;
	height:50px;
	text-align:center;
	background-image:url(images/corner_br.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

/************************************************************************/
/* SEALTITE - TABLES													*/
/************************************************************************/

td {
	vertical-align: middle;
	font-size:10px;
	padding-left:5px;
	border: 1px solid #aaa;
}

/************************************************************************/
/* SEALTITE - LINKS														*/
/************************************************************************/

a:link {
	color:#8B9ECF;
	text-decoration: underline;
}
a:visited {
	color:#8B9ECF;
	text-decoration: underline;
}
a:hover {
	color:#4966B1;
	text-decoration: underline;
}
a:active {
	color:#4966B1;
	text-decoration: underline;
}

.nav a:link {
	font-size:12px;
	font-weight:bold;
	color:#28577c;
	text-decoration: none;
}
.nav a:visited {
	font-size:12px;
	font-weight:bold;
	color:#28577c;
	text-decoration: none;
}
.nav a:hover {
	font-size:12px;
	font-weight:bold;
	color:#28577c;
	text-decoration: underline;
}
.nav a:active {
	font-size:12px;
	font-weight:bold;
	color:#28577c;
	text-decoration: underline;
}

/************************************************************************/
/* SEALTITE - TEXT														*/
/************************************************************************/

p {
	margin: 0;
	font-size:12px;
}

p1 {
	margin: 0;
	font-size:10px;
}

h1 {
	margin: 0;
	font-size:18px;
	font-weight:bold;
	color:#000;
}

h2 {
	margin: 0;
	font-size:16px;
	font-weight:bold;
	color:#000;
}

h3 {
	margin: 0;
	font-size:12px;
	font-weight:normal;
	color:#000;
}

li {
	margin: 0;
	font-size:10px;
}

ul {
	margin-top:5px;
}
