/* BODY -------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #666;
	background: #165071 url(../../images/site/bg_main.gif) repeat-y 50% 0;
}

/* MENU ------------------------------------------------------------------------- */
#mainMenu ul {
	white-space: nowrap;
}
#mainMenu li {
	display: inline;
	list-style-type: none;
}
#mainMenu a {
	padding: 3px 10px 3px 10px;
	border: 1px #eee solid;
}
#mainMenu a:link, #mainMenu a:visited {
	border: 1px #eee solid;
	text-decoration: none;
	color: #165071;
}
#mainMenu a:hover, #mainMenu a:active {
	border: 1px #999 solid;
	text-decoration: none;
	color: #165071;
	background-color: #eee;
}

/* TEXT ------------------------------------------------------------------------- */
h1 {
	font-size: 15px;
	color: #165071;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	color: #333;
}
p {
	text-align: justify;
	line-height: 17px;
}

/* LINKS ------------------------------------------------------------------------ */
img {
	border: 0;
}
a:link, a:visited {
	color: #165071;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

/* LAYOUT -------------------------------------------------------------------- */
#tblMain {
	width: 700px;
}
#tblMain_cell001 {
	height: 126px;
}
#tblMain_cell002 {
	padding: 0 25px 25px 25px;
	text-align: left;
}

#tblHeader {
	width: 650px;
	height: 76px;
	background-image: url(../../images/site/bg_header.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#tblHeader_cell001 {
	width: 152px;
}
#tblHeader_cell002 {
	width: 498px;
}
#tblHeader_cell002a {
	height: 45px;
}
#tblHeader_cell002b {
	text-align: right;
}