/* CSS Document */
body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, 
helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	background-color: #FFFFFF;
	text-align: center;
}

* {
	padding: 0;
	margin: 0;
}

/* Make sure the table cells show the right font */
td { font-family: "Lucida Grande", verdana, arial, 
helvetica, sans-serif; }

/*--------------------------------------
GLOBALS & GENERAL CASES
---------------------------------------*/

a {text-decoration: underline; padding: 1px; }
a:link {
	color: #999999;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
	font-style: normal;
}
a:hover {
	color: #333333;
	background-color: #EEEEEE;
	text-decoration: none;
	padding: 1px;
	width: 78px;
	height: 21px;
	cursor: auto;
}


/*--------------------------------------
TYPOGRAPHY
---------------------------------------*/
h1, h2, h3, h4, h5, h6 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
}

/* approx 21px*/
h1 {
	font-size: 24pt;
	margin-top: 2em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #666666;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	font-size: 24pt;
	margin-top: 2em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	padding: 0px;
	background-color: #FFFFFF;
}



.images {
	width: 33%;
	float: left;
	border-right-style: solid;
	border-right-width: 3px;
	border-right-color: #FFFFFF;
	cursor: auto;
}
.textbox {
	width: 65%;
	float: right;
	margin-left: 0px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}


/* approx 16px*/
h2 {
	font-size: 1.6em;
	margin-bottom: 1em;
	line-height: 21px;
}

/* approx 14px*/
h3 {
	font-size: 9pt;
	line-height: 21px;
	text-transform: none;
	color: #999999;
}

/* approx 12px*/
h4 {
	font-size: 14pt;
	font-weight: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 11pt;
	line-height: 14pt;
}
h6 {
	font-size: 7pt;
	font-style: italic;
}



/* approx 11/14 */
p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0;
	margin-bottom: 1em;
}
#container {
	width:90%;
	text-align: center;
	min-width: 64em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

#contentframe {
	width: 90%;
	text-align: left;
	float: none;
	background-color: #FFFFFF;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 3em;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
#contentframe2 {
	width: 90%;
	text-align: left;
	float: none;
	background-color: #FFFFFF;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 3em;
	color: #666666;
	border: 1px none #FFFFFF;
}
#c2 {
	width: 25%;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-left: 0px;
	padding-left: 3px;
}
#imagemainpage {
	float: right;
	width: 65%;
	text-align: right;
}
#headimage {
	float: right;
	width: 65%;
	text-align: right;
	padding-top: 9mm;
}
