/* CSS Document */

body {
	padding:0;
	margin:0;
	color:#3256B6;
	background-color: #e5eaf8;
	font-family: "Century Gothic";
	font-size: 12px;
}
div, h1, h2, p, form, label, input, textarea, img, span {
	margin:0;
	padding:0;
}
ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.spacer {
	clear:both;
	font-size:0px;
	line-height:0px;
}
/*------------------------------------------------body start---------------------*/
#body {
	width:100%;
	height:449px;
	left: 0px;
	top: 0px;
}
/*------------------------------------------------body end---------------------*/

/*------------------------------------------------footer start---------------------*/
#footer {
	width:100%;
	height:81px;
	position: absolute;
	bottom: 0px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-color: #000000;
}
/*------------------------------------------------footer end---------------------*/
.footer a {
	color: #06F;
	text-decoration: none;
	padding: 1px 3px 1px 3px;
}
.footer a:hover {
	text-decoration: none;
	background-color:#06F;
	color:#FFF;
	border:1px solid #06F;
	padding: 1px 3px 1px 3px;
}
.style4 {
	color: #FFFFFF;
	font-size: 10;
}
a:link {
	text-decoration: none;
	color: #9EB1E4;
}
a:visited {
	text-decoration: none;
	color: #9EB1E4;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style5 {
	font-family: "Century Gothic"
}
.style6 {
	color: #FFFFFF
}
.style7 {
	font-size: 18px;
	font-weight: bold;
}
.headerv {
	font-family: "Century Gothic";
	font-size:36px;
	font-weight:600;
	letter-spacing:-2px;
	color:#06F;
}
.subheaderv {
	font-size:18px;
	font-weight:600;
	letter-spacing:-1px;
	color:#3586FF;
}
.subheader2v {
	font-size:14px;
	font-weight:600;
	letter-spacing:-1px;
	color:#3586FF;
}
#content {
	min-height:800px;
}
.thumbimg {
	margin-right:5px;
	margin-bottom:5px;
	border:3px solid #fff;
}
.thumbbimg {
	margin-bottom:5px;
}
.thumbimg a {
	margin-right:5px;
	border:3px solid #FFF;
}
.clause{
	font-style:italic;
	text-transform:capitalize;
	font-size:10px;
	}