HTML {
	overflow:-moz-scrollbars-vertical;
}
  
BODY {
	background-color:#FFFFFF;
	text-align:center;
	margin:0;
}

IMG {
	display:block;
	border:0;
}

H1, H2, H3, H4, P, UL, LI, FORM {
	padding:0;
	margin:0;
}

H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#164056;
	font-weight:bold;
	text-align:left;
	margin-bottom:12px;
}

H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#164056;
	font-weight:bold;
	text-align:left;
	margin-bottom:6px;
}

H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#164056;
	text-align:justify;
	margin-bottom:12px;
	line-height:120%;
}

P {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#164056;
	text-align:justify;
	margin-bottom:15px;
	display:block;
	line-height:150%;
}

A {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#164056;
	text-decoration:none;
	display:inline;
	text-align:left;
	outline:none;
}

A:HOVER {
	text-decoration:underline;
}

HR {
	width:100%;
	margin:10px 0 10px 0;
	padding:0 0 10px 0;
	border:none;
	height:0px;
	border-bottom:1px solid #E2E2E2;
	clear:both;
	display:block;
}

.space {
	width:inherit;
	height:15px;
	display:block;
}

.clear {
	clear:both;
}



/* MAIN CONTAINER */
#container-main {
	margin:0px auto;
	width:1024px;  
	background-color:#FFFFFF;
}



/* HEADER */
#header {
	width:1024px; 
	height:106px;
}





/* MAIN NAVIGATION */
#navbar {
	width:1024px;
	height:41px;
	clear:both;
	text-align:left;
}

#navbar IMG {
	float:left;
	margin:0;
}





/* CONTENT */
#container-content {
	width:1024px;
	background-color:#FFFFFF;
}

#content {
	width:924px;
	padding:30px 50px 30px 50px;  
	background-color:#FFFFFF;   
}




/* UPPER HORIZONTAL RULES */
#content .hrule {
	width:inherit; 
	height:8px;
	clear:both;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	/*background-color:#cfedfc;*/
	background-color:#5299b6;
}




/* GALLERY */
#table-gallery {
	width:924px;
	vertical-align:top;  
}

.gallery_nav {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#164056;
	font-weight:bold;
	margin-top:10px;
}

.gallery_nav A {	
	color:#164056;
	text-decoration:none;
	margin:0 5px 0 5px;
}

.gallery_nav A:HOVER {
	color:#b3b0af;
}

.gallery_nav A.pages_link_active {
	color:#b3b0af;
	text-decoration:none;
}




/* TEXT AREA */
#container_text {
	width:924px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#164056;
	text-align:justify;
	margin-bottom:18px;
	display:block;
	line-height:150%;
}

.text_column {
	float:left;
	width:447px;
}

.spacer_column {
	float:left;
	width:30px;
}




/* PAGE IMAGES */	
.page_img {
	width:447px;
}

.page_img IMG {
	border:1px solid #CCCCCC;
	margin:0 0 20px 0;
}





/* FOOTER */
#container-footer {
	clear:both;
	width:1024px;
	background-color:#FFFFFF;
}

#content-footer {
	width:924px;
	background-color:#FFFFFF;
	padding:0 50px 0 50px;
}

#content-footer P {
	color:#b3b0af;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	line-height:120%;
}

#content-footer A {
	color:#b3b0af;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:120%;
	text-decoration:none;
}

#content-footer A:hover {
	text-decoration:underline;
}






/* ENCODED STYLES */
.titleA {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#458db0;
	text-align:left;
	margin-bottom:6px;
}

A.linkA {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#164056;
	text-decoration:none;
	display:inline;
	text-align:left;
}

A.linkB {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#164056;
	text-decoration:none;
	font-weight:bold;
	display:inline;
	text-align:left;
}

A.linkA:HOVER, A.linkB:HOVER {
	text-decoration:underline;
}





/* BULLETS */
.bulA {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#164056;
	line-height:120%;
	
	padding-left:15px; 
	background-image:url(../images/bullets/bulletA.gif); 
	background-position:0px 2px;
	background-repeat:no-repeat;
	margin-bottom:4px;
	display:block;
}




/* SINGLE TAGS */
.indent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#164056;
	line-height:120%;
	margin-left:35px;
	display:block;
}

.backtotop {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#164056;
	margin:12px 0 24px 0;
	text-decoration:underline;
	display:inline;
}



