*
{
	margin:0;
	padding:0;
}

BODY
{
	width:100%;
	min-width:1180px;

	background-color:#014493;

	font-family:century gothic;
	font-weight:bold;
	font-size:14pt;
}

DIV#header
{
	position:relative;

	float:left;
	clear:both;

	width:100%;
	height:246px;
	overflow:hidden;

	margin:0 0 10px 0;
}

DIV#header-logo
{
	position:relative;
	left:100%;

	float:left;

	width:356px;
	height:246px;

	margin-left:-100%;
}

DIV#header-rght
{
	position:relative;
	left:100%;

	float:left;

	width:391px;
	height:246px;

	margin-left:-411px;
}

DIV#header-center
{
	position:relative;
	left:330px;

	height:42px;

	margin:38px 735px 0 0;

	background:url('../imgs/header-tp.png') repeat-x;
}

DIV#header-text
{
	position:relative;
	left:240px;

	margin:20px 360px 0 0;

	white-space:nowrap;
}

DIV#menu
{
	position:relative;

	float:left;
	clear:both;

	width:100%;
	overflow:hidden;
}

DIV#brdr-lft
{
	position:relative;
	left:282px;
	top:200px;

	float:left;

	width:100%;

	background:url('../imgs/body-lft.png') repeat-y;
}

DIV#content
{
	position:relative;
	left:10px;
	top:-200px;

	float:left;

	width:200%;

	margin:0 0 0 -30px;

	background:url('../imgs/body-bg.png') repeat-y;
}

DIV#brdr-rght
{
	position:relative;
	left:50%;

	float:left;

	width:100%;

	margin-left:-365px;

	background:url('../imgs/border-rght.png') left top repeat-y #014493;
}

DIV#content-wrap
{
	position:relative;
	right:100%;

	float:right;

	width:50%;
}
DIV#content-padding
{
	overflow:hidden;

	margin:5px 0 0 407px;
	padding:10px 65px 15px 40px;
}
DIV#content-text
{
	position:relative;

	width:100%;
	overflow:hidden;

	font-size:14px;
	color:#e3eaf7;
	text-align:justify;
}

DIV#menu-bar
{
	position:relative;
	left:103px;

	float:left;

	width:282px;
	overflow:hidden;

	margin-left:-50%;
	padding-bottom:160px;

	background-color:#014493;
}

DIV#border-bar
{
	position:relative;
	left:375px;

	float:left;

	width:40px;
	overflow:hidden;

	margin-left:-50%;
}

DIV#border-bar2
{
	position:relative;
	left:-40px;
	top:40px;

	float:left;


}

DIV#menu-bar DIV.menu
{
	width:282px;
	height:231px;

	padding-top:103px;
	margin-bottom:-200px;

	background:url('../imgs/menu.png') no-repeat left top transparent;

	font-size:20px;
	font-weight:bold;
	text-align:center;
}
DIV#menu-bar DIV.a
{
	background:url('../imgs/menu-a.png') no-repeat left top transparent;
}
DIV#menu-bar DIV.h
{
	background:url('../imgs/menu-h.png') no-repeat left top transparent;
}
DIV#menu-bar A
{
	color:#000;
	text-decoration:none;
}

DIV#columns DIV
{
	position:relative;

	float:left;

	width:50%;

	margin:20px 0 0 0;

	text-align:left;
}

.fleft
{
	float:left;
}
.fright
{
	float:right;
}
.rel
{
	position:relative;
}
.abs
{
	position:absolute;
}

H1
{
	margin:20px 0 25px 0;
	padding:0 0 34px 20px;

	background:url('../imgs/h1.png') no-repeat bottom left;

	color:#a5eff4;
	font-size:38px;
}

H2
{
	padding:0 50px;

	font-size:18px;
	text-align:center;
}

H3
{
	padding:0 50px;

	font-size:16px;
	text-align:center;
}

P
{
	margin:10px 0;
	padding:0 50px 0;
}
P:first-letter
{
	padding-left:20px;
}

UL
{
	padding:0 50px;
}
UL LI
{
	margin:10px 0 10px 20px;
}

OL
{
	padding:0 50px;
}
OL LI
{
	margin:10px 0 10px 20px;
}

.left
{
	text-align:left;
}
.center
{
	text-align:center;
}
.right
{
	text-align:right;
}

TH, TD
{
	border-bottom:1px solid #002374;
	border-right:1px solid #002374;
	padding:2px 5px;

	text-align:left;
}
TH
{
	font-size:16px;
}
TD
{
	font-weight:normal;
}

A
{
	color:#a5eff4;
	text-decoration:none;
}

DIV#dom_checker INPUT, DIV#dom_checker SELECT
{
	border:1px solid #779bc6;
	padding:4px;

	background-color:#0076b9;

	font:14px "Century Gothic";
	font-weight:bold;
	color:#fff;
}
DIV#dom_checker SELECT
{
	padding:3px;
}
DIV#dom_checker OPTGROUP
{
	font-style:normal;
	font-weight:bold;
	color:#00f1ec;
}
DIV#dom_checker OPTION
{
	font-weight:normal;
	color:#fff;
}
DIV#dom_checker INPUT.subm
{
	border:none;
	padding:0;
	background:transparent;
	color:#fff;
	cursor:pointer;
}
DIV#dom_checker INPUT.subm:hover
{
	margin-top:-3px;
	margin-left:-3px;
	font-size:14pt;
}
