/* GENERAL */

body {
	background: #00B2D1 url(../img/bg.gif);
	color: #000;    
	margin: 0px;
	padding: 12px;
}

p, ol, ul, dl, li, dd, dt, form, td, th, body, textarea, select, input {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
}

a {
	color: #004A87;
	text-decoration: underline;
}

a:hover {
	color: #908A83;
	text-decoration: none;
}

div#main {
	min-width: 750px;
	max-width: 964px;
	background: #FFF;
	padding: 6px;
}

div#content {
	margin: 0 16px 0 131px;
}

div#content p {

}

h1 {
	margin: 0;
	background: url(../img/bg_h1corner.gif) no-repeat;
}


h2 {
	font-family: Arial, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #004A87;
	margin: 24px 0 24px 0;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #908A83;
	margin: 24px 0 0 0;
}



/* PAGE BORDER */

div#brdtop {
	font-size: 1px;
	background: url(../img/bg_brdtop.gif) repeat-x left;
	height: 12px;	
}

div#brdright {
	background: url(../img/bg_brdright.gif) repeat-y top right;
	padding: 0 12px 0 0;
}

div#brdbot {
	font-size: 1px;
	background: url(../img/bg_brdbot.gif) repeat-x right;
	height: 12px;
}

div#brdleft {
	padding: 0 0 0 12px;
	background: url(../img/bg_brdleft.gif) repeat-y top left;
}


/* TOP FLASH */

table#bgflash {
	height: 156px;
	background: #004A87 url(../img/bg_flash.jpg) repeat-x 14px 0px;	
}

table#bgflash th {
	width: 100%;
	background: url(../img/bg_top2.gif) repeat-x bottom left;	
}


/* PAGE HEADER */

table#h1 {
	background: #F7F5F1 url(../img/bg_h1.gif) repeat-x;
	margin-bottom: 25px;	
}

table#h1 th {
	width: 100%;
	text-align: right;
	padding-right: 16px;
}


/* MAIN PAGE CONTENT */

table#mpage {
	margin: 0 16px 0 12px;

}

table#mpage td {
	width: 50%;
	vertical-align: top;
}

table#mpage td {
	height: 119px;
	padding-left: 119px;
}

table#mpage p {
	margin-bottom: 16px;
}

td#icon1 {
	padding-right: 40px;
	background: url(../img/icon1.jpg) no-repeat top left;
}

td#icon2 {
	padding-right: 40px;
	background: url(../img/icon2.jpg) no-repeat top left;
}

td#icon3 {
	background: url(../img/icon3.jpg) no-repeat top left;
}

td#icon4 {
	background: url(../img/icon4.jpg) no-repeat top left;
}


/* BOTTOM MENU */

div#bottom, div#bottom table {
	width: 100%;
	text-align: center;
}

p#copy  {
	font-size: 7pt;
	padding-bottom: 16px;
	margin: 8px 0 4px 0 !important;
}

div#bottom p  {
	margin: 32px 0 0 0;
}


/* SPECIALS */

span.h2end {
	font-size: 7pt;
	color: #004A87;	
}

span.h3end {
	font-size: 7pt;
	color: #908A83;	
}

ul {
	list-style-type: square;
	color: #004A87;
}

li {
	color: #000;
}