/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/
.fullWidth {
	width: 100%;
	margin-bottom: 1%;
}

.spacerClass {
	height: 1%;
	margin: 1%;
}

.backColor {
	background-color:#a5caee;
}

.backOval {
	background-image:url(../images/oval.jpg);
	background-repeat: no-repeat;
}

.bgTile {
	background-image:url(../images/tileBlue.jpg);
	background-repeat:repeat;
}

.bgImg {
	background-image:url(../images/banner02.png);
	background-repeat:no-repeat;
	height:350px;
	width: 1173px;
}

.verspace {
	height:4px;
	width: 100%;
}

.alignCenter {
	text-align: center;
	align-content:center;
}

form {
	width: 45%;
}

ul {
	list-style-image:url(../images/circle.png);
}