/* CSS Document */

body { 
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	text-decoration: none;
	color: #000000;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-align: center;
}
	
div#main-container {
	width: 684px;
	margin: auto;
}
	
div#header {
	width: 694px;
	height: 208px;
	color: #ffffff;
	float: left;
}
	
div#logo {
    background-image: url(../graphics/header/headerrevA.gif);
	width: 684px;
	height: 130px;
}
	
div#main-body {
	text-align: justify;
	float: left;
	width: 684px;
}
	
div#main-sidebar-box {
	width: 24%;
	float: left;
	margin: 0;
	padding: 0;
	/*padding: 7px 5px;*/
}
	
div#main-index-text-box {
	float: right;
	width: 100%;
	padding-bottom: 30px;
}
	
div#main-index-text-box #main-text {
	font-style: normal;
	font-weight: normal;
	text-align:justify;
	color: black;
	padding: 0 20px;
}
	
div#main-text-box {
	float: right;
	width: 75%;
	padding-bottom: 30px;
}
	
div#main-text-box #main-text {
	font-style: normal;
	font-weight: normal;
	text-align:justify;
	color: black;
	padding: 0 20px;
}
		
div#link-list {
	width: 100%;
	float: left;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	color: black;
	background-color: #FFFFee;
}
		
div#footer {
	width: 100%;
	float: left;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	color: black;
	background-color: #FFFFee;
}

/*a:link = { color:"#0000FF"}
a:visited = { color:"#99004D"}*/

#contents {margin-left: 1cm}
#quote {margin-left: 1cm; margin-right: 1cm}
#quote2xindent {margin-left: 2cm; margin-right: 1cm}


.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.white {
	color: #FFFFFF;
}

.red {
	color: #FF0000;
}

.brown {
	color: #B33D04;
}

.green {
	color: #003333;
}

h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

/* tabs */
.tabs {
    height: 78px;
    background-repeat: no-repeat; 
    color: white;
}
.tabs div {
    height: 78px;
	background-repeat: no-repeat;
	background-position: top;
	float: left; 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	font-variant: normal;
	text-align: justify;
}
.tabs a {
    color: #ffffff;
	text-decoration: none; 
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	font-variant: normal;
	text-align: justify;
}
.tabs a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.tabs span {
    display: block;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
.tabs .corner-start-on {
    background-image: url(../graphics/tabs/corner-start-on.jpg);
}
.tabs .corner-start-off { 
    background-image: url(../graphics/tabs/corner-start-off.jpg);
}
.tabs .content-on {
    background-image:url(../graphics/tabs/content-on.jpg);
	color:#ffffff;
}
.tabs .content-off {
    background-image: url(../graphics/tabs/content-off.jpg);
	color:#ffffff;
}
.tabs .corners-mid-off-on {
    background-image: url(../graphics/tabs/corners-mid-off-on.jpg);
}
.tabs .corners-mid-on-off {
    background-image: url(../graphics/tabs/corners-mid-on-off.jpg);
}
.tabs .corners-mid-off-off {
    background-image: url(../graphics/tabs/corners-mid-off-off.jpg);
}
.tabs .corner-end-on {
    background-image:url(../graphics/tabs/corner-end-on.jpg);
}
.tabs .corner-end-off {
    background-image:url(../graphics/tabs/corner-end-off.jpg);
}
.tabs .corner-start-on,.corner-start-off {
    width: 21px;
}
.tabs .corners-mid-on-off,.corners-mid-off-off,.corners-mid-off-on {
    width: 28px;
}
.tabs .corner-end-on,.corner-end-off {
    width: 21px;
}
.tabs .content-on,.content-off {
    background-repeat: repeat-x !important; 
	min-width: 63px;
	width: auto !important;
	width: 63px;
}

#submenu {
	/*width: 505px;*/
position: relative;
	float: left;
	top: -40px;
	width: 100%;
}

#submenu a {
    color: #ffffff;
	text-decoration: none; 
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	font-variant: normal;
	text-align: justify;
}

#submenu a:hover {
    color: #ffffff;
    text-decoration: underline;
}

img.left {
float: left;
padding-right: 10px;
}

img.right {
float: right;
padding-left: 10px;
}

img.center {
margin: auto;
padding-left: 10px;
}
	
.clear {
    clear: both;
}


.enlargedtext {
	font-size: 18px;
}

.smalltext {
	font-size: 12px;
}

table.orangebox {
    background-color: #FFCC66;
}

table.greenbox {
    background-color: #003333;
	border-color: #1693A0;
}

table.blackbox {
    background-color: #000000;
}


div.greenbox {
    background-color: #003333;
	display: block;
	border: 5px double;
	border-color: #1693A0;
	width: 390px;
	margin: auto;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: white;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
}
.bodytextcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
.bodytextcenterbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
.bodytextcenterbolditalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
.bodytextfill {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	text-decoration: none;
	color: #000000;
}
.bodytextfillbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
	text-decoration: none;
	color: #000000;
}
.bodytextfillitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	text-decoration: none;
	color: #000000;
}
.bodytextcenterbolditalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
.bodytextcenteritalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
.bodytextfillitalicbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
	text-decoration: none;
	color: #000000;
}
.bodytextfillboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
	text-decoration: none;
	color: #FF0000;
}
.bodytextfillunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	text-decoration: underline;
}
.bodytextfillboldunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
	text-decoration: underline;
}
.bodytextfillitalicright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	text-decoration: none;
}
.bodytextfillright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	text-decoration: none;
}
.bodytextcenterbrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: #B33D04;
}
.bodytextcentergreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
/*	color: #006666;*/
	color: #003333;
}
.bodytextbrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
	color: #B33D04;
}
.bodytextgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
	color: #003333;
}
.bodytextfillbolditalicgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
	text-decoration: none;
	color: #003333;
}
.bodytextfillbolditalicbrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
	text-decoration: none;
	color: #B33D04;
}
.bodytextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
.header2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
.headeritalic1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
.headeritalic2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
.sectionheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
.sectionheaderitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
.pageheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
.pageheaderbrown {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: #B33D04;
}
.pageheaderitalicbrown {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: #B33D04;
}
.pageheadergreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: #003333;
}
.pageheaderitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
.pageheaderenlarged {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
.pageheaderenlargeditalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
.enlargedtextcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
}
.bodytextfillitalicbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
	text-decoration: none;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
}
.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.sidebartextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
.sectionheaderenlarged {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
.boxedtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
.sectionheaderunderlined {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: underline;
}
.sectionheaderitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
.sidebartextitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.bodytextfillboldright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: right;
	text-decoration: none;
}
.sidebartextred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
	color: #FF0000;
}
.sidebartextgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
	color: #003333;
}
.sidebartextitalicright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.headernonbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
.bodyserif {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 130%;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
}
.bodyserifbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
}
.bodyseriflarger {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
.sectionheadernonbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
.sectionheaderwhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
.sectionheaderwhiteitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
	text-decoration: none;
}
ul.home { /* used on the Home page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
}
ul.normal { /* no italics */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
	text-decoration: none;
}
li {
	padding: 5px 0 5px 0;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
}

.sidebar ul {
    position: relative;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
    list-style: none;
	font-style: normal;
}
.sidebar ul ul {
    padding-left: 15px;
}
.sidebar li {
	padding: 0;
}
