body {
	background-color: #bfcbef;
}

div#allcontent {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	color: black;
}

div #logo {
	background-color: white;
	border: none;
	margin: 5px;
	float: left;
	width: 150px;
}

div #title {
	background-color: white;
	padding-top: 10px;
	padding-left: 150px;
	padding-right: 140px;
	border-bottom: medium solid gray;
	line-height: normal;
	text-align: center;
	color: #008DC6;
}

a:link {
	color: #008DC6; 
}
a:visited {
	color: #9C2C86;
}
a:hover {
	color: #DF0024; 
}
h2 {
	text-align: center;
	color: #008DC6;
	font-size: 120%;
}
h3 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
	text-decoration: underline;
	font-weight: normal;
}
div #leftside {
	float: left;
	vertical-align: top;	
	width: 140px;
	/* background-color: #e7e7f7; */
	margin-top: 10px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 20px;
}
p.leftinfo {
	width: 130px;
	/* background-color: #e7e7f7; */
	margin-top: 50px;
	border-top: thin solid #6c6c6c;
	padding-top: 20px;
	padding-left: 5px;
}

div #rightside {
	float: right;
	vertical-align: top;
	width: 125px;
	/* background-color: #e7e7f7; */
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}

	p.important {
		color: #DF0024;
			font-weight: bold;
	}
	 p.grab {
	 	color: #DF0024;
		font-weight: bold;
	 	font-size: large;
	 }
		.attention {
			font-weight: normal;
			text-align: center;
			color: #DF0024;
			}
div #maincontent {
	margin-left: 155px;
	margin-right: 143px;
	margin-top: 10px;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 20px;
}
div #mission {
	border-top: thin solid #c5c5c5;
	padding-top: 20px;
}

		p.link {
			text-align: center;
			font-size:80%;
			}
		.underline	{
		 	text-decoration: underline;			
			}
		h2#rtsecond {
			border-top: thin solid #c5c5c5;
			padding-top: 20px;
		}


		  
