#racgp_logo {
	margin-top: -150px;
	margin-left: 615px;
}

#aapm_logo {
	margin-top: -220px;
	margin-left: 750px;
}

body {
	background: #008093 url(../images/structure/bg_html.jpg) repeat-x top;
 	margin: 0;
	padding: 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
}

#bodyHome {
	background: #008093 url(../images/structure/bg_html_home.gif) repeat-x top;
 	margin: 0;
	padding: 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
}

#header {
	height: 298px;
	margin: 0 auto;
	width: 900px;
	position: relative;
	z-index: 100;
	border-bottom: 4px solid #fff;
}

#headerHome {
	height: 793px;
	margin: 0 auto;
	width: 900px;
	position: relative;
	z-index: 100;
	border-bottom: 4px solid #fff;
	background-color:#FFF;
}

#header_ie6 {
	display: none;
}

#hostedBy_ie6 {
	display: none;
}

a.img {
	border: 0;
}

img.img {
	border: 2px solid #095F6E;
	background: #fff;
	padding: 5px;
	margin: 5px;
}

#header a {
	display: block;
	position: relative;
	background: none;
	width: 900px;
	height:300px;
}

#rotator {
	position: absolute;
	margin-top: 214px;
	margin-left: 0;
	padding: 0;
	width: 2187px;
	left: 0;
	z-index: 50;
}

#rotator li {
	width: 100%;
	margin: 0;
	list-style-type: none;
	height: 85px;
}

#rotator li#rotator1 {
	background: url(../images/structure/banner1.jpg) top no-repeat;
}

#rotator li#rotator2 {
	background: url(../images/structure/banner2.jpg) top no-repeat;
}

#rotator li#rotator3 {
	background: url(../images/structure/banner3.jpg) top no-repeat;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#colLeftTop {
	float: left;
	width: 275px;
	height: 38px;
	background: url(../images/structure/sidebar_top.png) no-repeat right;
}

#colLeft {
	background: url(../images/structure/sidebar_shadow.png) repeat-y right;
	float: left;
	display: block;
	width: 275px;
}

#hostedBy {
	text-align: center;
	padding-bottom: 80px;
	margin-bottom: 0;
	height: 490px;
}

#colRight {
	width: 575px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 25px;
	float: right;
}




a {
	color: #ddd;
}

a:hover {
	color: #fff;
}

/* Main content area stuff */

#colRight h1 {
	font-size: 26px;
	font-weight: bold;
	padding: 10px 13px;
}

#colRight p, #colRight ul, #colRight table {
	padding: 0 13px;
	line-height: 18px;
}

#colRight h2, #colRight h3 {
	padding: 2px 13px;
}

#colRight ul li {
	margin-left: 15px;
	list-style-type:disc;
}

ul#newsBox {
	border: 2px solid #A50133;
	color: #A50133;
	background: #fde6ec;
	width: 90%;
	margin: 10px auto;
}


ul#newsBox li {
	list-style: none;
	display: block;
	line-height: 40px;
	padding: 10px auto;
}

#newsBox a {
	color: #BF4C6D;
}

#newsBox a:hover {
	color: #A50133;
}

.pdf {
	background: url('../images/icons/page_white_acrobat.png') no-repeat left;
	padding: 4px 0 4px 20px;
}

.doc {
	background: url('../images/icons/page_white_word.png') no-repeat left;
	padding: 4px 0 4px 20px;
}

/* side bar */

#colLeft h3 {
	background: #0a5f6f;
	font-weight: bold;
	padding: 5px 13px;
}

/* display table */

table.table-display, table.table-display-small, table.table-sidebar {
	border-collapse: collapse;
	width: 520px;
	margin: 1em;
	padding: 0;
	border-bottom: 1px solid #75BBC5;

}

table.table-sidebar {
	width: 250px;
}

table.table-display th, table.table-display-small th, table.table-sidebar th
{
	width: 200px;
	margin: 0;
	text-align: left;
	padding: 5px;
	border-top: 1px solid #75BBC5;
	font-weight: bold;
}

table.table-sidebar th {
	width: 150px;
	font-size: 80%;
}

table.table-display-small th {
	width: 100px;
}

table.table-display td, table.table-display-small td, table.table-sidebar td
{
	width: 300px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #75BBC5;
}

table.table-display-small td {
	width: 400px;
}

table.table-sidebar td {
	width: 100px;
	font-size: 80%;	
}

/* Form styling */

form.styled-form fieldset {
  margin: 1em;
  border: 0;
}
form.styled-form legend {
  padding: 0 2px;
  font-weight: bold;
}
form.styled-form label {
  display: inline-block;
  line-height: 1.8;
  width: 100px;
  vertical-align: top;
}
form.styled-form input[type=text] {
	width: 300px;
}

form.styled-form textarea {
	font: 13px Arial, Helvetica, sans-serif;
	height: 100px;
	width: 300px;
}

form.styled-form fieldset ol {
  margin: 0;
  padding: 0;
}
form.styled-form fieldset li {
  list-style: none;
  width: 510px;
	margin: 0;
	text-align: left;
	padding: 5px;
	border-top: 1px solid #75BBC5;
	font-weight: bold;
}
form.styled-form fieldset fieldset {
  border: none;
  margin: 0;
}
form.styled-form fieldset fieldset legend {
  color: #fff;
}
form.styled-form fieldset fieldset label {
  display: block;
  width: auto;
}
form.styled-form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.styled-form label {
  width: 120px; /* Width of labels */
}
form.styled-form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.form-small {
	font-size: 80%;
}

form.form-small label {
	float: left;
	clear: left;
	border: 0;
}

form.form-small fieldset input[type=text] {
	float: left;
	width: 200px;
	clear: left;
	font-size: 95%;
}

form.form-small fieldset ol li {
	border: 0;
	float: left;
}

form.form-small fieldset fieldset {
	float: left;
	padding: 0;
	margin-top: 5px;
	clear: left;
}

form.form-small fieldset fieldset legend {
	margin-top: 10px;
}

form.form-small fieldset fieldset label {
	margin-left: 0;
	width: 250px;
}

form.form-small fieldset input[type=submit] {
	float: left;
	display: block;
	font-size: 95%;
}

/* Footer */

#footer {
	width: 100%;
	background: #073846;
	height: 200px;
}

#footerInner {
	width: 650px;
	height: 150px;
	padding: 50px 0 0 300px;
	margin: 0 auto;
}

#footerImg {
	display: block;
	float: left;
	margin-top: -190px;
	margin-left: -250px;
}

#footer a {
	color: #fff;
	font-weight: bold;
}

/* General */

a img { border: 0; }
.clear { clear: both; }
.center { text-align: center; }
.float-left {
	float: left;
}

.img-float-right {
	float: right;
	margin: 5px 0 5px 5px;
}

.box-float-right {
	width: 200px;
	float:right;
	border: 1px dashed #0A5F6F;
	margin: 5px;
}

.button {
	border: 3px solid #073846;
	background: #0A5F6F;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px;
	margin: 20px auto;
	text-align: center;
	width: 70%;
}
#tblrego, #tblrego2 { margin-left: 10px; border: 3px solid #006A78; border-collapse: collapse; }
#tblrego td,  #tblrego2 td { padding: 4px 2px; vertical-align: top; border: 1px solid #026C79; }

.styledTable { margin-left: 10px; border: 3px solid #006A78; border-collapse: collapse; }
.styledTable th { padding: 4px 2px; background: #006A78; border: 1px solid #026C79; }
.styledTable td { padding: 4px 2px;  border: 1px solid #026C79; }

.button:hover {
	background:#073846;
	color: #fff;
}

.tableBlueRow {
	color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#E6EEF7;
	vertical-align:top;
}

.tableWhiteRow {
	color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	vertical-align:top;
}
.tableHeaderRow {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#5B96D6;
	vertical-align:top;
}

/* NEW HOME PAGE styles  */

#customHomeTop {
	width:900px;
	height:585px;
	vertical-align:top;
	background: url(../images/structure/HomePage/bg_shade.gif) repeat-x bottom #ffffff;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	border:0px;
}

#tblregistration {
	position:absolute;
	width:286px;
	height:390px;
	right:12px;
	top:12px;
	
}
#shapeOurFuture {
	position:absolute;
	width:580px;
	height:150px;
	float:left;
	top: 12px;
	left:12px;
}

#conferencePgrm {
	position:absolute;
	width:580px;
	height:220px;
	float:left;
	top:182px;
	left:12px;
	background-color:#F7F7F7;
}

#ConferencePgrmLeft {
	position:absolute;
	width:380px;
	height:220px;
	top:0px;
	left:0px;
	padding:10px;

}

#ConferencePgrmRight {
	position:absolute;
	width:200px;
	height:212px;
	top:0px;
	left:380px;
	padding:10px;

}

#speakers {
	position:absolute;
	width:876px;
	height:145px;
	top:414px;
	left:12px;
	padding:0px;
}

.tableHome {
	color: #13516C;
	font-size:12px;
}

.tableHome td {
	padding:5px;

}

.tableHome a {
	color: #13516C;
	text-decoration:underline;

}

.buttonRed {
	border: 3px solid #5F0C1D;
	background: #95122C;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 5px;
	margin: 20px auto;
	margin-bottom:0px;
	text-align: center;
	width: 90%;
}

.buttonRed:hover {
	background:#5F0C1D;
	color: #fff;
}

.titleRed {

	color: #93122C;
	font-size: 20px;
	font-weight: bold;

}

.titleRedSmall {

	color: #93122C;
	font-size: 14px;
	font-weight: bold;

}

.titleRedSmall a {

	color: #93122C;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;

}

.titleGreen {

	color: #006575;
	font-size: 20px;
	font-weight: bold;

}

.carouselPhoto {
	float:left;
}

.carouselText {
	float:right; 
	width:150px; 
	padding-right:15px; 
	padding-left:10px;
	font-size:10px;
}
/*  END OF HOME PAGE STYLES */
