/* CSS Document */
body { 
  background: fixed url("Images/background.png");
  background-repeat: no-repeat;
  background-position: top;
  background-color: #131347;
}

body.text { 
   background-color: #ffffff;
}
#news {
	position:absolute;
	z-index:100;
	color:#FFF;
	height:113px;
	width:338px;
	margin-left:0%;
	top: 116px;
	left: 662px;
}

.top1 {
float:left;
background-image: url("/images/rc.png");
background-repeat: no-repeat;
background-position: right;
height:220px;
width:300px;
}

.top2 {
float:left;
background-image: url("/images/lc.png");
background-repeat: no-repeat;
background-position: left;
height: 220px;
width:300px;
}

.middle {
background-image: url("/images/middle.png");
background-position: top;
background-repeat: repeat-y;
width:600px;
clear:both;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000;
margin-top:5px;
}

.bottom {
background-image: url("images/bottom.png");
background-repeat: no-repeat;
height: 30px;
}


#topTango1 {
float:left;
background-image: url("/images/rcTango.png");
background-repeat: no-repeat;
background-position: right;
height:220px;
width:450px;
}

#topTango2 {
float:left;
background-image: url("/images/lcTango.png");
background-repeat: no-repeat;
background-position: left;
height: 220px;
width:450px;
}

#middleTango {
background-image: url("images/middleTango.png");
background-position: top;
background-repeat: repeat-y;
width:900px;
clear:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000;
}

#bottomTango {
background-image: url("images/bottomTango.png");
background-repeat: no-repeat;
height: 30px;
width:900px;
}

#topReg {
float:left;
background-image: url("/conference/2010/images/head.png");
background-repeat: no-repeat;
background-position: left;
height: 189px;
width:900px;
}

#middleReg {
background-image: url("/conference/2010/images/middleReg.png");
background-position: top;
background-repeat: repeat-y;
width:900px;
clear:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000;
}

#bottomReg {
background-image: url("/conference/2010/images/bottomReg.png");
background-repeat: no-repeat;
height: 30px;
width:900px;
}

#bodysize {
width: 950px;
}

.bold-red {
	font-weight:bold;
	color:#F00;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
margin: 0px;
padding:4px;
color: #000;
}

li {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
margin: 8px;
}

td {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;

}

td.form {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color:#666;
	margin:120px 10px 10px 20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#666;
	margin: 0px;
	padding: 4px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#666;
	margin: 0px;
	padding: 4px;
}

a:hover {
text-decoration:underline;
}
a {
	text-decoration:none;
	
}

#content {
	margin: 8px;
}

/* pop up code */

DIV.movable 
{ 
position:absolute;
z-index:100;
width:400px;
height:auto;
}

.poptop
{
	background-image:url(images/popup/popImages/poptop.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:100%;
	height:60px;
	clear:both;
}

.popmiddle
{
		background-image:url(images/popup/popImages/popmiddle.png);
		background-repeat:repeat-y;
		width:400px;
		float:left;
}

.popbottom
{
		background-image:url(images/popup/popImages/popbottom.png);
		background-repeat:no-repeat;
		background-position:top;
		width:100%;
		height:75px;
		clear:both;
}

