/* 
  ----------------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Layout 21: 2 column 760 Sidebar Right PMM
  ----------------------------------------
*/
body {
	min-width: 760px;
}

#logo {
	text-align: center;
}

#tnav-center {
	width: 760px;
	border-left: 0 !important;
}

#columnwrapper {
	width: 760px;
	background-image: url(img/p7iq_2colSBR760.jpg);
	color: #000000;
}

#columns-top {
	background-image: url(img/p7iq_2colSBR760Top.jpg);
}

#c1, #c2 {
	width: 220px;
	margin-right: 20px;
}

#c1 {
	width: 520px;
}

#c2 {
	margin-right: 0px;
}

#columns-bottom {
	background-image: url(img/p7iq_2colSBR760Bottom.jpg);
}

#footer {
	width: 760px;
}

#footer p {
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {	
	color: #006600;
	margin-bottom: 20px;
	font: bold 1.5em "Comic Sans MS", "Monotype Corsiva","Times New Roman";
}

h2 {
	color: #660066;
	margin-top: 10px;
	font: bold 1.3em "Comic Sans MS", "Monotype Corsiva","Times New Roman";
}

h2.lastone {
	padding-bottom: 15px;
}

p {
	font: 1.2em "Comic Sans MS", "Monotype Corsiva", "Times New Roman";
	text-align: justify;
}

a {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #660066;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #660066;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #006600;
	text-decoration: underline;
}

img.floatright {
	float: right;
	border: 1px solid #660066;
	margin-left: 20px;
	margin-bottom: 15px;
}

#c2 img {
	border: 1px solid #006600;
	margin-bottom: 10px;
}


.rightalign {
	text-align: right;
	padding: 3px;
}

#c2 label {
	font: bold 1.1em "Comic Sans MS", "Monotype Corsiva", "Times New Roman";
	color: #660066;
}

.formfielda { 
 	background-color: #FFFF00; 
 	border: 1px solid #006600;
	font: 1.1em "Comic Sans MS", "Monotype Corsiva", "Times New Roman";
	width: 180px;
	margin-top: 2px;
	margin-bottom: 10px;
	color: #660066;
}

#c2 table.forma {
	margin: 3px;
	width: 200px;
}

.leftFloat {
  float: left;
	clear: both;
	margin-right: 40px;
}

.rightFloat {
  float: left;
	margin-left: 40px;
}

.rightFloat p {
	text-align: right;
}