/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 120%;
	color:#003366;
	/*background-image: url(../images/bg.gif);*/
}

/* Text styles */

.small{
font-size: 85%;
}

.sub{
font-weight:bold;
color: #AC006E;
}

a:link {
	color: #AC006E;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #AC006E;
}
a:hover {
	text-decoration: none;
	color: #AC006E;
}
a:active {
	text-decoration: underline;
	color: #AC006E;
}

h1 {font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 170%;
	line-height: 130%;
	color: #AC006E;
}

h2 {font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 140%;
	line-height: 120%;
	color: #AC006E;
}


/* Nav */

#navlist {
	padding:4px 0px 0px 0px;
	margin:0px;
	text-align: left;
	font-size: 100%;
	color:#FFFFFF;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 8px;
padding-left: 8px;

}
#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
text-decoration: underline;
}
#navlist a#current {
	color: #fff;
	text-decoration: underline;
}

/* Form */

.boxes {
	background-color: #fff5cd;
	width: 500px;
	border: #999999 solid 1px;
}
.boxesmall {
	background-color: #fff5cd;
	width: 200px;
	border: #999999 solid 1px;
}
.tick {
	background-color: #fff5cd;
}



/* Sponsors Table */

.table {
 width: 100%;
/* border: 1px solid #003366;*/
/* background-color:#FFF5CD;*/
}
.table .tr {
 background-color: #FFF5CD;
 border-top: 1px dotted #003366;
}
.table .tr2 {
 background-color: #FEEB9C;
 border-top: 1px dotted #003366;
}
.table .td1 {
 float: left;
 width: 13%;
 padding-left: 2%;
 padding-top: 5px;
 padding-bottom: 5px;
}
.table .td {
 float: left;
 width: 82%;
 padding-left: 2%;
 padding-top: 5px;
 padding-bottom: 5px;
 border-left: 1px dotted #003366;
}


/* Div tags */

.clear {
	clear: both;
	line-height: 0px;
}

#header {
	width: 839px;
	height: 110px;
	background-image: url(../images/QIA_header.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#nav {
	width: 839px;
	height: 24px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#content {
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 0px;
	width: 700px;
}
#exhibheader {
	width: 700px;
}
#exhibleft {
	width: 200px;
	float: left;
}
#exhibmain {
	width: 500px;
	float:right;
}
#pic {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.surgery {
 width: 100%;
 border: 1px dotted #003;
	width: 150px;
	padding: 10px 10px 10px 10px;
	background-color:#FEFEFE;
}

#footer {
	width: 700px;
	height: 80px;
	margin-left: 50px;
	/*position:fixed;
	bottom:0; stick to bottom*/
}
#base {
	width: 839px;
	margin:0 auto;
	background-image:url(../images/baseshadow.png);
	background-repeat: no-repeat;
	height:10px;
	}
#container {
	width: 839px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	}

