@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 1000px;
	  margin-left: auto ;
  margin-right: auto ;

}
a:link {
	color:#fff;
	text-decoration: none;
}
a:visited {
	color:#fff;
	text-decoration: none;
}
a:hover {
	color:#0099ff;
	text-decoration: none;
}

H1 {
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	margin-top: 30px;
	margin-bottom: 0px;
}
H1 a:link {
	color:#FFF;
	text-decoration: none;
}
H1 a:visited {
	color:#FFF;
	text-decoration: none;
}
H1 a:hover {
	color:#0099ff;
	text-decoration: none;
}


.subtext {
	font-size: 18px;
	color:#666;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 00px;
}
.grouptitle {
	font-size: 18px;
	color:#0099ff;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
}
.border img{
border: 2px solid #666;
padding: 2px;
}

.borderit img{
border: 2px solid #666;
padding: 2px;
}

.borderit:hover img{
border: 2px solid #0099ff;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

.spacing {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.grouping {
	width: 1000px;
	float:left;
}
.large {
	width: 650px;
	float: left;
	margin-right: 40px;
}
.largeedm {
	width: 650px;
	float: left;
	margin-right: 40px;
	background-color: #FFF;
}
.largeedm600 {
	width: 600px;
	float: left;
	margin-right: 40px;
	background-color: #FFF;
}

.largecontent {
	color:#666;
	width: 300px;
	float: left;
	margin: 0px;
}