body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body.splash {
	background-color: #254B70;
}

body.main {
	background-color: #1B3A59;
}

.hiliteimg{ filter:alpha(opacity=90); -moz-opacity:0.9;}

/* FORMATING */

div, span, ul, ol, li, span, td, p, font, input, textarea {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #7C7C7C;
	line-height: 200%;
}

p {
	margin: 0px;
	padding: 0px;
}

a, a:visited, a:link, a:visited, a:active {
	color: #7187C0;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color: #3872AD;
}


a.link_blue, a.link_blue:visited, a.link_blue:link, a.link_blue:visited, a.link_blue:active {
	color: #71879D;
	text-decoration:none;
}

.link_blue font {
	color: #71879D;
	text-decoration:none;
}

a.link_blue:hover {
	color: #134988;
	text-decoration:none;
}


h1 {
	font-size: 10px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	margin: 2px;
	margin-left: 0px;
}

h1:first-letter {
	font-size: 17px;
	font-family: Tahoma, Helvetica, sans-serif;
}

h2 {
	font-size: 10px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	margin: 2px;
	margin-left: 0px;
}

h2.blue  {
	font-size: 12px;
	color: #71879D;
}

h3 {
	margin: 2px;
	margin-bottom: 5px;
}

h3, h3 font, h3 u {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

ul {
	margin-left: 0px;
	padding-left: 15px;
}

.formfield {
	border: 1px #BFCEDC solid;
	background: url('../images_site/i_p-input_bg.gif') repeat-x;
	padding: 5px;
	width: 200px;
}

.formbutton {
	font-size: 10px;
	color: white;
	background-color: #71879D;
	border: 0px;
	padding: 5px;
}


/* UI */

.nav_bg {
	background: url(../images_site/i_p-nav_bg.gif) repeat-x;
}



.page_side_l {
	background: url(../images_site/i_p-pageside_l_bg.gif) repeat-y;
}

.page_side_r {
	background: url(../images_site/i_p-pageside_r_bg.gif) repeat-y;
}

.page_bg {
	background: url(../images_site/i_p-page_bg.gif) repeat-y;
}

.page_content_title {
	background: url(../images_site/i_p-page_top_bg.gif) no-repeat;
	width: 631px;
	height: 102px;
	text-align: right;
}

	.page_content_title img {
		margin-top: 33px;
		margin-right: 43px;
	}

.page_content_inner {
	padding-left: 58px;
	padding-right: 58px;
}

.page_btm_div {
	background: url(../images_site/i_p-footer_rule.gif) center no-repeat;
}


.footer_bg {
	background: url(../images_site/i_p-footer_bg.gif) repeat-x bottom;
}

.footer_content {
	padding-left: 20px;
	padding-right: 20px;
    line-height: 140%;
}

/* CONTENT */

table {
	border: 0px;
}

.contentframe_indent {

}

	.contentframe_indent .l {
		background: url('../images_site/i_p-content_indent_l.gif') bottom left no-repeat;
	}
	
	.contentframe_indent .bg {
		background: url('../images_site/i_p-content_indent_bg.gif') bottom repeat-x;
		padding-top: 20px;
		padding-bottom: 5px;
	}

	.contentframe_indent .r {
		background: url('../images_site/i_p-content_indent_r.gif') bottom right no-repeat;
	}

.imgframe_shdw_cont {
	margin: 10px;
}

	.imgframe_shdw_cont .tl {
		background: url('../images_site/i_p-img_brdr_tl.gif') no-repeat;
		width: 13px;
		height: 13px;
	}
	
	.imgframe_shdw_cont .t {
		background: url('../images_site/i_p-img_brdr_t.gif') repeat-x;
		height: 13px;
	}
	
	.imgframe_shdw_cont .tr {
		background: url('../images_site/i_p-img_brdr_tr.gif') no-repeat;
		width: 14px;
		height: 13px;
	}
	
	.imgframe_shdw_cont .l {
		background: url('../images_site/i_p-img_brdr_l.gif') repeat-y;
		width: 13px;
	}
	
	.imgframe_shdw_cont .r {
		background: url('../images_site/i_p-img_brdr_r.gif') repeat-y;
		width: 14px;
	}
	
	.imgframe_shdw_cont .bl {
		background: url('../images_site/i_p-img_brdr_bl.gif') no-repeat;
		width: 13px;
		height: 14px;
	}
	
	.imgframe_shdw_cont .b {
		background: url('../images_site/i_p-img_brdr_b.gif') repeat-x;
		height: 14px;
	}
	
	.imgframe_shdw_cont .br {
		background: url('../images_site/i_p-img_brdr_br.gif') no-repeat;
		width: 14px;
		height: 14px;
	}
	
/* GALLERY STYLES */

#imageContainer {
	position:relative;
	margin:auto;
	width:500px;
	border:0px none;
}

/* styles unrelated to the application follow */

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

