
#questions {
	margin-left: 10px;
	}
p {
	font-weight: normal;
	color: #666666;
	padding-bottom: 10px;
	}
li {
	list-style-type: disc;
	font-weight: normal;
	color: #666666;
	}
	
/* quote section */

#quotes {
	height: 170px;
	width: 275px;
	}
	
.quote {
	font-weight: bold;
	font-style:italic;
	font-size: 24px;
	color: #666666;
	text-align:center;
	vertical-align:middle;
	}
		
#latest {
	margin-top: 30px;
	margin-left: 0px;
	width: 275px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px solid #f2f2f2;
	background-color: #FFFBD3;
	list-style-type: none;
	}
		
.latest_heading  {
	margin-top: 5px;
	margin-left: 25px;
	line-height: 14px;
	font-size:14px;
	color:#2e6386;
	list-style-type: none;
	}
	
.latest_time {
	margin-top: -14px;
	text-align: right;
	padding-right: 5px;
	line-height: 14px;
	font-size:14px;
	color:#2e6386;
	list-style-type: none;
	}
	
.latest_detail {
	margin-top: 1px;
	margin-left: 25px;
	line-height: 13px;
	font-size:13px;
	list-style-type: none;
	}

#contact_form {
	margin-left: 5px;
	margin-right:5px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFBD3;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 15px;
	}
	
#contact_form input {
	font-size: 12px;
	font-weight: normal;
	position: inherit;
	white-space: pre;
	}

#contact_text {
	display: inline;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	color: #666666;
	padding-bottom: -10px;
	align-text: right;
	}
	
#contact_text a {
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	padding-bottom: -10px;
	}
	
	
