/* Begin Typography & Colors */
html {
	overflow-y: scroll;
	/* height: 100%;
	margin-bottom: 1px; */
}
body {
	color: #336699;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFBB33;
	text-align: center;
	padding: 0px;
	font: small/1.5em Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	}

img {
	border: 0px;
}
a:link {
	color: #a633cc;
	}

a:visited {
	color: #E4616A;
	}

a:hover {
	color: #ff668c;
	}

h1, h2, h3, h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #ff8000;
	text-align: left;
	line-height: 24px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}

h1 {
	font-size: 100%;
	background-image: url(../images/ico_phoenix.gif);
	background-repeat: no-repeat;
	/*
	background-position: 20px 23px;
	*/
	background-position: 5px 8px;
	text-indent: 30px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 6px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #809933;
}
h2 {
	font-size: 110%;
	padding: 0px 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
	margin-top: 0px;
	clear: both;
}
h3 {
	font-size: small;
	padding: 0px;
	width: auto;
	margin-bottom: 6px;
	margin-top: 0px;
}
h4 {
	font-size: 110%;
	margin: 0px;
	padding-top: 6px;
}
P {
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 0px 0px 10px;
}

.breadcrumbs {
	font-size: 80%;
	color: #999999;
	width: 680px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: left;
	text-indent: 24px;
	padding-left: 8px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

/* -- END TYPE */

/* -- START STRUCTURE */
.bodybox {
	width: 480px;
	text-align: justify;
	padding: 10px;
	height: auto;
	line-height: 20px;
}

.left_col {
	width: 416px;
	float: left;
	margin: 10px 0px 0px;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: justify;
}

/* -- IMAGES END */


.link_moreinfo {
	text-align: left;
	background-image: url(../images/ico_info.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 10px 3px;
}

.link_pdf {
	background-image: url(../images/ico_pdf_tiny.gif);
	background-repeat: no-repeat;
	background-position: 32px;
	text-indent: 30px;
	padding-left: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: small;


}
.alignright {
	float: right;
	background: url(../images/p_prame.gif);
	padding: 10px;
	}
	
.alignleft {
	float: left;
	background: url(../images/p_prame.gif);
	padding: 10px;
	}
.link_page {
	background-image: url(../images/ico_info.gif);
	background-repeat: no-repeat;
	background-position: 32px;
	text-indent: 30px;
	padding-left: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: small;
}
.link_page2 {

	background-image: url(../images/ico_info.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	text-indent: 20px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: small;
}
.link_page_right {
	background-image: url(../images/ico_link.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
	text-indent: 20px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: small;
	text-align: right;
	padding-right: 16px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.titlebox {
	width: 510px;
	text-align: justify;
	padding: 0px 10px;
	height: auto;
	color: #DDE6FA;
	font-weight: bold;
}
.bodyboxPOP {

	width: 560px;
	text-align: justify;
	padding: 10px;
	height: auto;
	line-height: 20px;
}
.alignright_free {

	float: right;
	padding: 10px 0px 10px 10px;
}
.alignleftfree {

	float: left;
	padding: 10px 10px 10px 0px;
}

/* thicker border surrounding <p>. This is for decoration purpose */
.thick {
border: 12px; dotted
}

/* thiner border surrounding <p>. This is for decoration purpose */
.thinborder {
border: 1px; border-color: #CCCCCC; border-style: solid; border-top-width: 1px
}
