@charset "utf-8";
#header {
	clear: both;
	width: 100%;
	background-color: #6592ed;
	height: 160px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-repeat: repeat;
	float: none;
	vertical-align: middle;
}
#header-content {
	width: 80%;
	height: 150px;
	margin-right: 10%;
	margin-left: 10%;
	vertical-align:text-bottom;
}

#container {
	background-color: #FFF;
	clear: both;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	
}

#content {
	width: 80%;
	margin-left:10%;
	margin-right:10%;
	color:#9F9F9F;
}

#content-left {
	width: 40%;
	float: left;
	
}

#content-right {
	width: 58%;
	float: right;
}


#footer {
	clear: both;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #d0d0d0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	
}

#nav {
	text-align: right;
	width: 100%;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {
	color: #6592ed;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
	color: #6592ed;
	text-decoration: underline;
}

a:hover   { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #4E4B4B;
}

li.check {
	list-style-image:url(../images/bullet.png);
	font-family: Verdana, Geneva, sans-serif;
	list-style-position:inside;
	alignment-baseline:middle;
	vertical-align: middle;
	font-size:12px;
	margin-right: auto;
	padding-bottom: 10px;
	color: #242337;
	text-align: left;
}

.h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
    font-variant: small-caps;
	font-weight: bold;
	text-align: right;
	color:#fff;
}

.h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	font-weight: bold;
}

.h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #000;
}

.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin-right: auto;
	padding-bottom: 10px;
	color: #000;
	text-align: left;
}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	margin-right: auto;
	padding-left:20px;
	padding-bottom: 10px;
	color: #000;
	text-align: left;
}

.headertext {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	clear: right;
	vertical-align: text-bottom;
	text-align:right;
}

.img{
	border: 3px solid #FFF;
	margin-right: 0px;
	margin-left: 0px;

}
