﻿body
{
	width:1000px;
	font-family:Verdana, Arial;
}
#Content
{
	background-color:White;
	color:Black;
}
#Header
{
 background-color:White;
 	height:106px;

}
#Main
{
}

.LogoLeft
{
	float:left;
	width:50%;
	background-image:url('Images/Itec2009.jpg');
	background-position:left;
	background-repeat:no-repeat;
	height:106px;
}
#LogoRight
{
	float:right;
	width:50%;
	background-image:url('Images/Head02.gif');
	background-position:right;
	background-repeat:no-repeat;
	height:106px;
}
#LogoBottom
{
	padding-top:10px;
	background-image:url('Images/Head04a.png');
	background-position:center;
	background-repeat:no-repeat;
	height:30px;
	background-color:White;

}
#ColumnLeft
{
	float:left;
	width:130px;
	text-align:center;
}
#ColumnLeft h4
{
		font-size:0.8em;
		font-weight:normal;
}

#ColumnRight
{
	width:740px;
	 background-color:#CCFFFF;
	color:Black;
	font-size:0.8em;
}
#ColumnRight h2
{
	text-align:center;
}
#ColumnRight p
{
	padding-left:10px;
	padding-right:10px;
}
.Center
{
	text-align:center;
}
.IdeasSubText
{
	font-size: 0.8em;
	text-align:center;
}
#Footer
{
	clear: both;
	text-align: center;
	font-size: x-small;
}
.DP
{
	font-size: xx-small;
}

.ThemeTitle
{
	width:640px;
	height:20px;
	font-weight:bold;
	float:left;
	padding:5px;
	cursor:pointer;
	vertical-align:middle;

}
.ThemeDescription
{
	width:640px;
	height:0px;
	overflow:hidden;
}
