html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	/*
	background-color: #ebf3f7;
	*/
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #000;
}

p {
	line-height: 16px;
}

#holder {
	width: 726px;
	margin: 0 auto;
	padding: 0 6px 12px 12px;
	background-color: #f7f7f7;
	/*
	border-left: 1px solid #e3ebf0;
	border-right: 2px solid #d6e3ea;
	border-bottom: 2px solid #d6e3ea;
	*/
}

#header {
	padding: 0;
	margin: 0;
}

#middle {
	margin: 0;
	padding: 0;
}

#footer {
	padding: 0;
	margin: 0;
}

#line {
	margin: 18px 0 0 0;
	width: 720px;
	height: 24px;
	border-top: 6px solid #008ED7;
	border-bottom: 6px solid #008ED7;
}

.logo {
	float: right;
	padding: 12px 6px;
}

.splash {
	position: absolute;
	top: 170px;
	left: 590px;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.col3 {
	width: 720px;
	margin: 18px 6px 0 0;
	padding: 0;
}

.col2 {
	width: 357px;
	margin: 18px 6px 0 0;
	padding: 0;
}

.col1 {
	width: 236px;
	margin: 18px 6px 0 0;
	padding: 0;
}

.col1x2 {
	width: 472px;
	margin: 18px 6px 0 0;
	padding: 0;
}

.image {
	cursor: pointer;
	position: relative;
	float: left;
}

.image .text {
	position:absolute;
	left: 0px;
	bottom: 0px;
}

.image .text p {
	line-height:20px;
	display: inline;
	padding: 2px 6px;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
}

.col3 .image .text {
	width: 720px;
	position: relative;
	padding: 3px 0;
	left: 0px;
	top: 0px;
	border-bottom: 3px solid #008ED7;
}

.col3 .image .text p {
	line-height:24px;
	padding: 0;
	margin: 6px 0 6px 0;
	color: #008ED7;
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	background-color: #f7f7f7;
}

.link {
	line-height:24px;
	padding: 0;
	margin: 6px 0 6px 0;
	color: #008ED7;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border-bottom: 1px dashed;
}

.biglink {
	line-height:24px;
	padding: 0;
	margin: 6px 0 6px 0;
	color: #008ED7;
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px dashed;
}




.left {
	float:left;
}

.right {
	float:right;
}

.clearfix {
	clear: both;
}

.badge {
/*	margin: 6px 6px 0 0;*/
	width: 357px;
	padding: 6px 0;
	color: #fff;
	background-color: #008ED7;
}

.badge h2 {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 48px;
	font-weight: bold;
	margin: 0 6px;
	padding: 6px;
	border-top: 1px solid #fff;
	background-color: #008ED7;
}

.badge p {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 6px;
	padding: 4px 0 14px 6px;
	border-bottom: 1px solid #fff;
	background-color: #008ED7;
}

.badge a {
	color: #fff;
}

.collapsed {
	display: none;
	width: 720px;
}

.content p {
	margin: 0 0 12px 0;
}

.content img {
	margin: 0 0 12px 0;
}

.transparent {
	/*filter: alpha( opacity = 75 );*/	/* ie  */
	-moz-opacity: 0.75;				/* old mozilla browser like netscape  */
	-khtml-opacity: 0.75;			/* for really really old safari */
	opacity: 0.75;					/* css standard, currently it works in most modern browsers like firefox,  */
}

.close {
	cursor: pointer;
	text-transform: uppercase;
	padding: 6px;
	color: #fff;
	font-weight: bold;
	background-color: #008ED7;
}

h1 {

}

h2 {
	padding: 12px 0;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

h3 {
	padding: 12px 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
}