@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	background-color: #FFFFFF;
}



a:link {
	color: #006699;
}

a:visited {
	color: #006699;
}

a:hover {
	color: #3399CC;
}

a:active {
	color: #006699;
}


p {
	padding: 0px;
	margin: 15px 0;
}



h2, h3, h4{
	color: #0F3473;
	margin: 5px 5px 0 5px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 16px;
}
h2 {
	font-size: 20px;
}


#wrapper {
	width: 965px;
	background-color: #FFFFFF;
	margin: 0 auto;
}




#header {
	padding-top: 15px;


}





#navbar {
	background-color: #4ABAFF;
	background-image: url(../images/navbar_bg.jpg);
	background-repeat: no-repeat;
	height: 33px;
	color: #FFFFFF;
	font-size: 1.3em;
	padding-left: 15px;
	width: 943px;
	padding-top: 2px;
}


#navbar_links {
	width: 600px;
	padding-top: 5px;
	
}

#navbar_links a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#navbar_links a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navbar_links a:hover {
	border-top: 2px solid #006699;
	color: #fff;
	text-decoration: none;
}
#app_button {
	text-align: center;
}
#app_button img {
	float: none;
}





#left_float {
	float: left;
	width: 320px;
	margin-bottom: 10px;
	
}
#middle_float {
	float: right;
	width: 315px;
	margin-bottom: 10px;
	margin-right: 3px;
}
#right_float {
	float: right;
	width: 320px;
	margin-bottom: 10px;
}

.box_top {
	background-image: url(../images/rc_top.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 310px;
	margin-top: 10px;
}
.inner_box {
	padding: 10px;
}
.inner_box img {
	float: right;
	padding: 10px;
	border: none;

}
#programs_graphic {
	text-align: center;
}
#programs_graphic img {
	float: none;
}




.box_middle {
	background-image: url(../images/rc_mid.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 310px;
}
.box_bottom {
	background-image: url(../images/rc_bottom.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 310px;
}
#home_top_right_box {
	width: 623px;
	border: thin solid #6FECFE;
	float: right;
	margin-top: 10px;
	padding-left: 5px;
	margin-bottom: 20px;
	margin-right: 6px;
}
#home_top_right_box img {
	float: right;
}


#home_top_middle_box {
	margin-top: 10px;
}
#mini_blog {
	overflow: auto;
	height: 360px;
	text-align: center;
}

#footer {
	font-size: 0.9em;
	background-color: #E8E7F1;
	text-align: center;
	clear: both;
	margin-top: 5px;
	padding: 10px;
}
#like_button {
	height: 25px;
	width: 100px;
	margin: 20px 0 20px 30px;
}
#biz_groups {
	clear: both;
	text-align: center;
}
#biz_groups img {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
	border: none;
}

