body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000000;
	/* IE5.x uses this */
	font-size: medium;
	/* IE5.x is confused by this */
	voice-family: "\"}\"";
  	voice-family: inherit;
	/* Modern browsers use this */
  	font-size: medium;
	background: url(../homeimages/background_new.jpg) no-repeat top center;
}
/* Be Kind to Opera rule */
html>body {
	font-size: medium;
}
p, li, td, textarea, body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #000000;
}
h1 {
     font-size: 1.5em;
     line-height: 1.2em;
     margin: 24px 0px 20px 0px;
     padding: 0px 0px 0px 0px;
}
h2 {
    font-size: .8em;
    line-height: 1.2em;
    margin: 10px 0;
	padding: 0;
	font-weight: bold;
}
a {
	color: #770000;
	text-decoration: none;
}
a:hover {
	color: #770000;
	text-decoration: underline;
}
img {
	border: 0;
}
ul{
	list-style-type:square;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 1.5em;
}
li {
	margin: 0px 0px 6px 0px;
}
/*** MAIN ******************************/

#main {
	width: 845px;
	margin: 0 auto;
}
#header {
	background-image: url(kinsey-institute-head.png);
	height: 100px;
}
#flash-column {
	width: 645px;
	float: right;
}
#center-column {
	width: 360px;
	float: left;
	padding: 10px;
}
#right-column {
	background: url(grey.jpg) no-repeat top center;
	width: 240px;
	float: right;
	padding: 10px;
	font-size: .95em;
}
#photo-left {
	float: left;
	margin: 10px 10px 10px 0;
}
#photo-right {
	float: right;
	margin: 10px 0 10px 10px;
}

#center-column p {
	margin-bottom: 10px;
}

/*** NAV COLUMN ************************/

#nav-column {
	width: 200px;
	float: left;
	padding-top: 1em;
	background: url(gray.jpg) no-repeat bottom center;
}
#nav-column a:hover {
	text-decoration: none;
}
#nav-column ul {
	list-style: none;
	margin: 0 0 0 -24px;
}
#nav-column li {
	margin: 0;
	padding: 0;
}
#nav-column ul li a {
	display: block;
	padding: 5px 2px 5px 20px;
	margin: 0;
	font-size: 1.1em;
	color: #ffffff;
}
#nav-column ul li a:hover {
	background: #528c8c;
	text-decoration: none;
	font-weight: bold;
}

#button {
	margin: 5px;
	padding: 3px;
	background: #770000;
	border: 1px solid #ffffff;
	color: #ffffff;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
}
#button h2 {
	margin: 5px;
	color: #ffffff;
	font-family: "Trajan Pro", Georgia, serif;
}
#button:hover {
	background: #669999;
}

/****************************************
 * SEARCH BOXES
 ***************************************/

#toolkit {
	text-align: left;
	width: 184px;
	list-style-type: none;
	margin: 0px;
	padding: 15px 0px 0px 20px;
}

#toolkit form {
	margin: 0px;
	padding: 0px;
}
#toolkit form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
#toolkit form fieldset #searchbox {
	font-size: .7em;
	margin: 0px;
	padding:0;
}
#toolkit form fieldset #go {
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
}

#toolkit form fieldset a {
	font-size: .7em;
	font-weight: bold;
	margin: 0px;
	padding:0;
}

/****************************************
 * Footer
 ****************************************/

#footer {
	clear: both;
	width: 1023px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	border-top: 1px solid #cccccc;
}
#footer p {
	text-align: center;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
	padding-left: 8px;
	padding-right: 3px;
	margin: 0;
	border-right: 1px solid #cccccc;
}

#footer ul li.lastlink {
	border-right: none;
}

#iufooter {
	clear: both;
	width: 600px;
	padding: 10px 0px 0px 212px;
	margin: 0px;
	text-align: center;
}
.links {
	font-weight: bold;
	font-size: .9em;
}

.copyright {
	font-size: .8em;
}

.center {
	text-align: center;
}
