/* start general items */

body {
	padding : 0px;
	/*background-color : #EDEDED;*/
	background-color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: center; /*to center the page layout for IE */
	}

.global-container {
	margin: 0 auto; /*to center the page layout for all browsers, except IE */
	width: 772px;
	}
	
h1#headerblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3ex;
	margin-top: 20px;
	margin-bottom: 8px;
	color:#A4C0E2;
	/*text-transform: uppercase;*/
	text-align: left;
	letter-spacing: 4px;
	background-color: #FFFFFF;
	padding: 6px;
	border: solid #E5E5E5 1px;
	border-left: 9px solid #C7F780;
	}
	
h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #0000A0;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 1px;
	text-align: left;
	padding-top: 15px;
	}
	
p, td {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	/*line-height: 14pt;*/
	line-height:1.5em;
	}

.contents-box {
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: 20px;
	text-align:left;
	}

.contents-box-top-image {
	width: 528px;
	background-image:  url("pics/common/textbox_top.gif");
	margin-top: 25px;
	padding: 5px 0 0 0;
	background-repeat: no-repeat;
		}
		
.contents-box-middle-image { /* this is for the right textbox middle grey part */
	width: 528px;
	background-image:  url("pics/common/textbox_middle.gif");
	background-repeat: repeat-y;
	}
		
.contents-box-bottom-image {/* this is for the right textbox bottom grey part */
	width: 528px;
	background-image:  url("pics/common/textbox_bottom.gif");
	padding: 0 0 20px 0;
	background-repeat: no-repeat;
		}

.bottom-banner-image { /* this is for the bottom banner */
	width: 528px;
	background-image:  url("pics/common/bottom_banner_box.gif");
	margin-top: 10px;
	padding: 0 0 10px 0;
	background-repeat: no-repeat;
		}

.contents-title-color {
	font-size: 1.1em;
	letter-spacing: 1px;
	margin-top: 25px;
	margin-bottom: 15px;
	padding: 6px;
	font-weight: bold;
	color: #333333;
	border-bottom: 2px solid #C7F780;
	border-left: 9px solid #C7F780;
	}
	
.contents-subtitle {
	font-size: 1.1em;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 6px;
	font-weight: bold;
	color: #333333;
	border-left: 9px solid #C7F780;
	/*border-top: 2px solid #C7F780;*/
	}
	
	
	
.footer {
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
	}
	
.smallprint {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	}
	
.image {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	}

.image_inline {
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	}

a {
	color: #005BC6;
	}
	
a:hover {
	text-decoration: none;
	color: #009900;
		}

/* end general items */


/*start navigation bar */

.navbar-container {
	width: 216px;
	background-image:  url("pics/common/menu_top.gif");
	margin-top: 25px;
	padding: 20px 0 0 0;
	background-repeat: no-repeat;
		}
/*
.top_links {
	text-align: center;
	padding: 5px;
	margin: 33;
	}*/
		
.navbar a {
	font: 10.5px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	padding: 5px 0 5px 9px;
	display: block;
	text-align: left;
	/*border-left: 3px solid #A4C0E2;*/
	border-left: 5px solid #C7F780;
	background-color: #FFFFFF;
	margin-top: 5px;
}

.navbar_left_right_margin {
	padding: 0 15px 0 15px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	background-color: #F7F7F7;
}


.navbar a:hover {
text-decoration: none;
background-color: #A4C0E2;
color: #FFFFFF;
}

/*	
.bottom_links {
	font-size: 8pt;
	text-align: center;
	padding: 5px;
	letter-spacing: 1px;
	}*/
	
/* end navigation bar */	



/* start forms */
/*
INPUT, TEXTAREA, SELECT {
    color: #777777;
    background-color: #ffffff;
    font: normal 9pt verdana;
    border: 1px solid #666666;
}

INPUT.button {
    border: 0px solid #ffffff;
}

INPUT.buttonGray {
    background-color: #f2f2f2;
    border: 0px solid #ffffff;
}

INPUT.checkbox {
    border: 0px solid #ffffff;
}

INPUT.checkboxGray {
    background-color: #f2f2f2;
    border: 0px solid #ffffff;
}

INPUT.radio {
    border: 0px solid #ffffff;
}

INPUT.radioGray {
    background-color: #f2f2f2;
    border: 0px solid #ffffff;
}
*/
/* end forms */

