html{
	height: 100%;
	width: 100%;
}

body{
	height: 100%;
	width: 100%;
	border: 0;
	margin:0;
	font-family: 'Arial';
	color: #2B4F81;
	font-size: 84%;
	background: #fff;
}

#shell{
/* outermost division, contains all other divisions*/
	height: auto;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 0px;
	/*background-color: #F4F2F0; */
}

#top{
/*the top most division*/
	height: 191px;
	width: 100%;
	margin-bottom: 3px;
	border-top: 5px solid #2E9088;
}

#topleft{
/*left side of the top most division*/
	width: 48%;
	float: left;
}

#topright{
/*right side of the top most division*/
	width: 48%;
	float: right;
	
}

#sitetitle{
	font-size: 42px;
	font-family: 'Century Gothic';
	font-weight: normal;
	margin-top: 41px;
}

#siteslogan{
	font-size: 15px;
	font-family: 'Century Gothic';
	padding-top: 7px;
	margin-bottom: 30px;
}

#topmenu{
	clear: both;
	height: 30px;
	width: auto;
	background: #45C3B8;
	color: #ffffff;
	font-weight: bold;
	font-family: 'Arial';
	border-bottom: 4px solid #7DD5CD;
}

#topmenu li{
	width: auto;
	padding-top: 6px;
	padding-bottom: 7px;
	float: left;
	list-style: none;
	border-left: 1px solid #fff;
}

#topmenu li.home{
	width: auto;
	padding-top: 6px;
	padding-bottom: 7px;
	float: left;
	list-style: none;
	border-left: 1px solid #45C3B8;
}

#topmenu li a{
	color: #fff;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
}

#topmenu li:hover{
	color: #fff;
	background-color: #7DD5CD;
	border-bottom: 2px dotted #45C3B8;
}

#topmenu li a:hover{
	border-bottom: 0;
}

#albumen{
/*used inside the shell division, after the division top*/
	width: 100%;
	height: auto;
	padding-top: 15px;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#yolkleft{
	width: 65%;
	padding-right: 3px;
	margin-right: 3px;
	float: left;
}

.yolk{
	height: auto;
	margin-bottom: 30px;
	padding-right: 5px;
	overflow: auto; /*to avoid overlaping with division below*/
}


.yolk h2{
	font-size: 18px;
	height: 23px;
	vertical-align: bottom;
	padding-top: 5px;
	padding-left: 2px;
	margin: 0;
	color: #2E9088;
	background-color: #E1F5F4;
	border-bottom: 1px solid #e5e5e5;
}

.yolk p{
	padding-left: 3px;
	padding-bottom: 1px;
	line-height: 20px;
}

.hot{
	height: auto;
	margin-bottom: 30px;
	padding-right: 0px;
	border-top: 1px solid #F1E9B5;
	border-left: 1px solid #ECE198;
	border-right: 1px solid #ECE198;
	border-bottom: 1px solid #ECE198;
	text-align: justify;
	overflow: auto; /*to avoid overlaping with division below*/
}

.hot h2{
	font-size: 18px;
	height: 25px;
	vertical-align: bottom;
	padding-top: 5px;
	padding-left: 4px;
	margin: 0;
	color: #2E9088;
	background-color: #F7F3C5/*faf8cb*/;
	border-bottom: 1px solid #e5e5e5;
}

.hot p{
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 1px;
	line-height: 20px;
}

.paragraph{
	padding-right: 15px;
	padding-left: 2px;
	text-align: justify;
}

.big{
	padding-bottom: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #45C3B8;
	margin: 0;
	margin-bottom: 8px;
}

.small{
	font-size: 15px;
	letter-spacing: 2px;
}


#yolkright{
	width: 30%;
	padding-left: 3px;
	margin-left: 3px;
	float: right;
	background-color: #fff;
}

.yolkthin{
	margin-bottom: 30px;
	padding-left: 5px;
}

.yolkthin h3{
	font-size: 15px;
	background-color: #CD5555;
	color: #fff;
	height: 22px;
	vertical-align: bottom;
	padding-top: 7px;
	padding-left: 5px;
	margin: 0;
}


#yolkright ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	padding-top: 8px;
	padding-left: 8px;
	margin-bottom: 3px;
	margin-top: 5px;
}

.yolkthin ul li{
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #C1D3EB;
}

.yolkthin ul li a{
	color: #3AB6AB;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 0;
}

.yolkthin ul li a:hover{
	color: #2B4F81;
	text-decoration: none;
	font-size: 14px;
}

#bottom{
	clear: both;
	text-align: center;
	font-size: 12px;
	margin-top: 25px;
	border-top: 2px ridge #2E9088;
	padding: 0;
}

.text{
	width: 70%;
	float: left;
}

.textright{
	width: 70%;
	float: right;
}

.a-z{
	margin-top: 3px;
	padding: 10px;
	font-size: 40px;
	font-family: 'Matisse ITC';
	text-align: center;
	width: auto;
	border: 1px solid;
	background: /*#BBE9E5;*/#C8D9EE;
	color: #fff;
	border-bottom: 1px solid #CD5555;
}

.a-zright{
	float: right;
	margin-top: 3px;
	padding: 10px;
	font-size: 40px;
	font-family: 'Matisse ITC';
	text-align: center;
	width: 22%;
	border: 1px solid #EED59E;
	background: #F0DBAC;/*#2B4F81;*/
	color: #fff
}

.a-zleft{
	float: left;
	margin-top: 3px;
	padding: 10px;
	font-size: 40px;
	font-family: 'Matisse ITC';
	text-align: center;
	width: 22%;
	border: 1px solid #EED59E;
	background: #F0DBAC;/*#2B4F81;*/
	color: #fff;
}

a{
	color: #31978F;
	text-decoration: none;
}

a:hover{
	color: #1F3A5F;
	border-bottom: 1px dotted ;
}

.push{
	height: 40px;
	clear: both;
}

.first{
	margin-left: 40px
}

.second{
}

.bold{
	font-weight: bold;
}

.right{
	text-align: right;
}

.center{
	text-align: center;
}
.a-zcolleft{
	margin: 3px;
	padding: 3px;
	width: 30%;
	float: left;
}

.a-zcolmid{
	margin: 3px;
	padding: 3px;
	width: 30%;
	float: left;
}

.a-zcolright{
	margin: 3px;
	padding: 3px;
	width: 30%;
	float: left;
}

.a-zcolleft li{
	padding-bottom: 10px;
	list-style: none;
	font-size: 13px;
}

.a-zcolmid li{
	padding-bottom: 10px;
	list-style: none;
	font-size: 13px;
}

.a-zcolright li{
	padding-bottom: 10px;
	list-style: none;
	font-size: 13px;
}

.otherlinks{
	margin: 0;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-left: 4px;
	padding-bottom: 5px;
	font-style: italic;
	border-bottom: 2px solid #eee;
}

.otherlinks a{
	color: #CD5555;
	padding-right: 3px;
	padding-left: 2px;
}
.otherlinks a:hover{
	color: #3563A1;
}

.faqQuestion{
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}

.faqAnswer{
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

hr{
	background-color: #E1F5F4;
	height: 20px;
	border: 2px solid #E1F5F4;
}
