/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	margin: 0px;
	padding: 0px;
	background-color:#003366;
}
#masthead {
	background-repeat: repeat-x;
	background-color: #000;
}
h1 {
	margin: 0px;
	font-size: 1.75em;
	letter-spacing: 0.2em;
	color:#CC0000;
	font-weight:bold;
	line-height:2em;
}
h2 {
	margin: 0px;
	font-size: 1.50em;
	letter-spacing: 0.2em;
	color:#FF6;
	font-weight:bold;
	font-style:italic;
	line-height:2.00em;
}
h3 {
	margin: 0px;
	font-size: 1.00em;
	letter-spacing: 0.2em;
	color:#FF6;
	font-weight:bold;
	font-style:italic;
	line-height:1.00em;
	text-align:center;

}
h4 {
	margin: 0px;
	font-size: 1.00em;
	letter-spacing: 0.2em;
	color:#FF6;
	font-weight:bold;
	line-height:1.00em;
	text-align:left;

}

#footer {
	margin: 0px auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FF9;
	text-align:center;
}
#footercontent {
	padding: 12px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

a:link {
	color: #FF0!important;
}
a:visited {
	color: #00F!important; 
}
a:hover {
	color: #00F!important; 
}
a:active {
	color: #00F!important; 
}
.img {
	border: thin groove #000000;
	background-color: #FFF;
	margin: 05px 05px 05px 05px;
	text-align: center;
}
p {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	line-height:20px;
	font-weight:bold;
}
.Cltext {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FF6;
	line-height:20px;
	font-weight:bold;
	text-align: center;
}
.Smtext {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FF6;
	line-height:20px;
	font-weight:bold;
	text-align: center;
