@charset "utf-8";
/* CSS Document */


body{
	background-image: url(images/bgBlueH.jpg);
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: small;
	color:#000000;
	}

#box {
	margin: 0 auto;
	position: relative;
	min-width: 1140px;
	width: 1140px;
	background-image:url(images/bgBox.jpg);	
	text-align: center;
}

#wraps {
margin: 2%;
}

#head {
	background-image:url(images/bgGreen.jpg);
}

#left {
	float: left;
	width: 225px;
	margin: 0;
	padding: 1%;	
	background-color: #ecf3fd;
}

	#logo {

	}

	#navA {

	}
	#navB {

	}
	
#right {
	float: right;
	width: 860px;
	margin: 0;
	margin-top: 0;
	padding: 1%;
	text-align: left;
	background-color: #ecf3fd;	
}
	#slides {
		background-color: #ecf3fd;	
	}

	#text {
		background-color: #ecf3fd;	
	}

#foot {
	clear: both;
	background-image:url(images/bgGreen.jpg);
}

.inline-link-1 {
    display: inline-block;
    margin: 1%;
    padding: 2% 1% 2% 1%;
	width: 82%;
    background: #117c09;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    /* Font styles */
    text-decoration: none;
	font-size: large;
    font-weight: bold;
    color: #ffffff;
}
 
.inline-link-1:hover {
    background: #1c5494;
	text-decoration: none;
}
 
.inline-link-1:active {
    background: #1c5494;
}
 
	
a:link {
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color:#ffffff;
	}
	
a:visited {
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color:#ffffff;
	}
	
a:hover {
	text-decoration: underline;
	outline: none;
	color: #ffffff;
	}
	
img {
	max-width: 100%;
	max-height: auto;
	border: 0;
}

p {
	margin: 5px;
	padding: 3px;
}

.short {
	margin: 2px;
	padding: 2px;
}
.shortNav {
	margin: 2px;
	padding: 2px;
}

.leftside {
	float: left;
	color: #ecf3fd;
	text-align: left;
	margin-left: 10px;
}

.rightside {
	float: right;
	text-align: right;
	color: #ecf3fd;
	margin-right: 10px;
}

.moveLeft {
	float: left;
	text-align: left;
}

.big {
	font-size: medium;
	margin-left: 2%;
}

.bump {
	margin-left: 2%;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}