html, body, form {
	height: 100%;
}
body {
	margin: 0;
	font-family: Roboto, Arial;
	font-smooth: always;
	color: #3b3b3b;
}
a:link, a:visited, a:active
{	
	text-decoration: none;
	color: #a252ca;
	font-weight: bold;
}		
a:hover	
{	
	text-decoration: underline;
	color: #3b3b3b;
	font-weight: bold;
} 
@media all and (min-width: 1200px) {
	#header div, #container, #footer div {
		width: 1170px;
		margin: 0 auto;
	}
	#header {
		width: 100%;
		background-color: #702f90;
		height: 120px;
		border-bottom: 5px solid #3a3a3a;
	}
	#header ul {
		list-style-type:none;
		margin:0;
		padding:0;
		margin-top: 70px;
		display: inline-block;
		float: right;
	}
	#header ul li {
		text-align: right;
		font-size: 12pt;
		padding-left: 20px;
		color: #ffffff;
		display: inline-block;
	}
	#header ul li a:link {
		display: block;
		padding: 6px;
		-webkit-transition: all 0.25s linear;
		-moz-transition: all 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
	}
	#header ul li a:hover, #header ul li a:focus{
		color: #ffffff;
	}
	#header img {
		float: left;
	}
	#welcome {
		width: 60%;
		float: left;
		line-height: 20pt;
		text-align: justify;
		padding-top: 30px;
	}
	#announcements {
		width: 40%;
		float: left;
		padding-top: 30px;
	}
	#footer div {
		padding-top: 25px;
	}
	#footer img {
		float: right;
	}
	#footer p {
		width: 500px;
		display: inline-block;
	}
	.da-slide h2 {
		color: #d5db38;
		font-size: 36px;
	}
	.da-slide p {
		font-size: 16px;
		line-height: 22px;
		width: 85%;
	}
	#welcome h2, #welcome p {
		padding-right: 30px;
	}
	#content h2 {
		font-size: 20pt;
		margin-top: 10px;
	}
	#welcome h2, #welcome p, #announcements h2, #announcements p {
		margin-left: 80px;
	}
	#container {
		padding-top: 25px;
	}
	#content {
		display: inline-block;
		padding-bottom: 30px;
		clear: both;
	}
	#page_container {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -170px;
	}
	#footer, #push {
		height: 170px;
		clear: both;
	}
}
@media all and (min-width: 1000px) and (max-width: 1199px) {
	#header div, #container, #footer div {
		width: 95%;
		margin: 0 auto;
	}
	#header {
		width: 100%;
		background-color: #702f90;
		height: 120px;
		border-bottom: 5px solid #3a3a3a;
	}
	#header ul {
		list-style-type:none;
		margin:0;
		padding:0;
		margin-top: 70px;
		display: inline-block;
		float: right;
	}
	#header ul li {
		text-align: right;
		font-size: 12pt;
		padding-left: 20px;
		color: #ffffff;
		display: inline-block;
	}
	#header ul li a:link {
		display: block;
		padding: 6px;
		-webkit-transition: all 0.25s linear;
		-moz-transition: all 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
	}
	#header ul li a:hover, #header ul li a:focus{
		color: #ffffff;
	}
	#header img {
		float: left;
	}
	#welcome {
		width: 60%;
		float: left;
		line-height: 20pt;
		text-align: justify;
		padding-top: 30px;
	}
	#announcements {
		width: 40%;
		float: left;
		padding-top: 30px;
	}
	#footer img {
		float: right;
	}
	#footer p {
		width: 500px;
		display: inline-block;
	}
	.da-slide h2 {
		color: #a252ca;
		font-size: 36px;
	}
	.da-slide p {
		font-size: 16px;
		line-height: 22px;
		width: 90%;
	}
	#welcome h2, #welcome p {
		padding-right: 30px;
	}
	#content h2 {
		font-size: 20pt;
		margin-top: 10px;
	}
	#footer div {
		padding-top: 25px;
	}
	#welcome h2, #welcome p, #announcements h2, #announcements p {
		margin-left: 80px;
	}
	#container {
		padding-top: 25px;
	}
	#content {
		display: inline-block;
		padding-bottom: 30px;
		clear: both;
	}
	#page_container {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -170px;
	}
	#footer, #push {
		height: 170px;
		clear: both;
	}
}
@media all and (min-width: 640px) and (max-width: 999px) {
	#header div, #container, #footer div {
		width: 95%;
		margin: 0 auto;
	}
	#header {
		width: 100%;
		background-color: #702f90;
		height: 140px;
		border-bottom: 5px solid #3a3a3a;
	}
	#header div {
		text-align: center;
	}
	#header ul {
		list-style-type:none;
		margin:0;
		padding:0;
		margin: 0 auto;
		margin-top: 5px;
	}
	#header ul li {
		display:inline-block;
		font-size: 12pt;
	}
	#header ul li a:link {
		display: block;
		padding: 6px;
		-webkit-transition: all 0.25s linear;
		-moz-transition: all 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
	}
	#header ul li a:hover, #header ul li a:focus{
		color: #ffffff;
	}
	#header img {
		margin: 0 auto;
	}
	#welcome {
		width: 100%;
		line-height: 20pt;
		text-align: justify;
		padding-top: 30px;
	}
	#announcements {
		width: 100%;
		padding-top: 30px;
	}
	#footer img {
		display: none;
	}
	#footer p {
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	.da-slide h2 {
		color: #a252ca;
		font-size: 26px;
	}
	.da-slide p {
		font-size: 16px;
		line-height: 22px;
		width: 90%;
	}
	#content h2 {
		font-size: 18pt;
		margin-top: 10px;
	}
	#footer div {
		padding-top: 25px;
	}
	#welcome h2, #welcome p, #announcements h2, #announcements p {
		margin-left: 80px;
	}
	#container {
		padding-top: 25px;
	}
	#content {
		display: inline-block;
		padding-bottom: 30px;
		clear: both;
	}
	#page_container {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -170px;
	}
	#footer, #push {
		height: 170px;
		clear: both;
	}
}
@media all and (min-width: 0px) and (max-width: 639px) {
	#container, #footer div {
		width: 95%;
		margin: 0 auto;
	}
	#header {
		width: 100%;
		background-color: #702f90;
		border-bottom: 5px solid #3a3a3a;
	}
	#header div {
		text-align: center;
	}
	#header ul {
		list-style-type:none;
		margin:0;
		padding:0;
		margin: 0 auto;
		width: 100%;
	}
	#header ul li {
		font-size: 12pt;
		color: #ffffff;
		border-top:solid #572371;
		border-top-width:1px;
		width: 100%;
	}
	#header ul li a:link {
		display: block;
		padding: 6px;
		-webkit-transition: all 0.25s linear;
		-moz-transition: all 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
	}
	#header ul li a:hover, #header ul li a:focus{
		background: #F2F2F2;
		color: #a252ca;
	}
	#header img {
		margin: 0 auto;
		padding-bottom: 10px;
	}
	#welcome {
		width: 100%;
		line-height: 20pt;
		text-align: justify;
	}
	#announcements {
		width: 100%;
	}
	#footer img {
		display: none;
	}
	#footer p {
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	.da-slider {
		display: none;
	}
	#content h2 {
		font-size: 14pt;
		margin-top: 10px;
	}
	#footer div {
		padding-top: 5px;
		font-size: 10pt;
	}
	#welcome img, #announcements img {
		display: none;
	}
	#content {
		display: inline-block;
		padding-top: 10px;
		padding-bottom: 10px;
		clear: both;
	}
	.tname {
		font-size: 10pt;
	}
	#page_container {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -160px;
	}
	#footer, #push {
		height: 160px;
		clear: both;
	}
}
#header div {
	padding-top: 12px;
	margin: 0 auto;
}
#header A:link, #header A:visited, #header A:active {	 
	text-decoration:	none;
	color: #ffffff;
	font-weight: normal;
}		
#header A:hover {	
	text-decoration:	none;
	color:	#a252ca;
	font-weight: normal;
} 
.photo {
	width: 50%;
	height: 375px;
	float: left;
	text-align: right;
}
.news {
	width: 50%;
	height: 375px;
	float: left;
	line-height: 18pt;
}
.news h2, .news p {
	padding-right: 35px;
	text-align: justify;
}
.news h2 {
	color: #d5db38;
	font-size: 20pt;
	padding-top: 10px;
}
.news p {
	font-size: 13pt;
}
#content {
	display: inline-block;
	clear: both;
}
#welcome img, #announcements img {
	float: left;
}
#announcements h2 {
	line-height: 20pt;
}
#announcements A:link, #announcements A:visited, #announcements A:active {	 
	text-decoration:	none;
	font-weight: bold;
	color: #a252ca;
}
#announcements A:hover {	
	text-decoration:	none;
	color:	#3a3a3a;
}
#footer {
	background-color: #3b3b3b;
	font-size: 11pt;
	clear: both;
}
#footer A:link, #footer A:visited, #footer A:active {	 
	text-decoration: none;
	color: #d5db38;
	font-weight: normal;
}		
#footer A:hover {	
	text-decoration: none;
	color: #cacaca;
	font-weight: normal;
} 
#footer div {
	color: #cacaca;
}
.testimonial {
	display: table;
	padding-bottom: 30px;
}
.comment {
	vertical-align: top;
	width: 100%;
	padding-bottom: 20px;
	background-color: #d5db38;
	color: #ffffff;
}
.tname {
	float: left;
	padding: 5px;
	font-weight: bold;
}
.photo {
	float: left;
	width: 55px;
	height: 55px;
	border-radius: 10px;
	vertical-align: top;
}
.speech
{
	position: relative;
	width: 100%;
	background-color: #666666;
	color: #ffffff;
	margin-bottom: 25px;
	border-radius: 10px;
}
.speech:after
{
	position: relative;
	content: ' ';
	top: 15px;
	left: 30px;
	border-left: 12px solid #666666;
	border-right: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-top: 12px solid #666666;
	font-size: 0;
	line-height: 0;
}
.speech p {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}