body {
	background-color: #CCCCCC;
    font-family:  Arial, Tahoma, Helvetica, Sans-serif;
    font-size: 11pt;
    margin: 0px;
}

a {
	text-decoration: none;	
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 798px;
}

#main-content {
	background-color: #EEEEEE; 
	min-height: 300px; 
	padding: 20px
}

#footer {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
    font-size: 9pt;
}

.bold {
	font-weight: bold;
}

.top_logo {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
}

.center {
    text-align: center;
}

.caption {
    text-size: 9px;
}

.icon_caption {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.page_title {
	font-size: 20px;
	font-weight: bold;	
}

.faq_li_padding {
	padding-top: 3px;	
}

.faq_question {
	padding-top: 10px;
	text-decoration: none;
	color: #000080;
	cursor: pointer;
	cursor: hand;
	padding-left: 110px;
}

.faq_response {
	padding-left: 130px;
}

.section_title {
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
}

.section_icon_image {
	float: left; 
	padding-right: 10px; 
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EEEEEE;
    text-align: center;
}
.section_icon_text {
	background-color: #EEEEEE;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 120px;
}

.section_description_image_left {
	float: left; 
	padding-right: 10px; 
	padding-top: 10px;  
	padding-bottom: 10px;  
	clear: right;
	background-color: #EEEEEE;
	text-align: center;
}
.section_description_text_left {
	clear: right; 
	min-height: 320px;
	padding-top: 10px;  
	padding-bottom: 10px;  
	background-color: #EEEEEE;
}

.section_description_image_right {
	float: right; 
	padding-left: 10px; 
	padding-top: 10px;  
	padding-bottom: 10px;  
	clear: left;
	background-color: #CCCCCC;
	text-align: center;
}
.section_description_text_right {
	clear: left; 
	min-height: 320px;
	padding-top: 10px;  
	padding-bottom: 10px;  
	background-color: #CCCCCC;
}