/* 
FONT: Myriad Pro, Myriad, Corbel, Arial
COLORS: white   - light background
		#00427E - dark background
		#00486B - Titles
		#F9A94A - Conference title
		#DCDCDE - Year title
		#388EBA - Light Lines
		black   - General text
*/

body 
{
	background-color: white;
	background-image: url('backlines.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	padding: 0;
	font-family: "Corbel", "Myriad Pro", "Myriad", "Arial";
	font-size: 10pt;
	color: black;
}

hr
{
	margin: 16pt;
	padding: 0;
	color: #00427E;
	background-color: #00427E;
	border-width: 1px 0 0 0;
	border-style: solid;
}

h2
{
	color: #00486B;
	font-size: 16pt;
	line-height: 110%;
	padding: 11pt 0 3pt 0;
	margin: 4pt 0 4pt 0;
}

.white
{
	color: white;
}

p
{
	font-size: 10pt;
	line-height: 110%;
}

.center
{
	text-align: center;
}

.larger
{
	font-size: 11pt;
}

.larger2
{
	font-size: 12pt;
}

.bold
{
	font-weight: 700;
}

.nospace
{
	margin: 0;
	padding: 0;
}

#ConfTitle
{
	color: #F9A94A;
	font-size: 35pt;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 120%;
}

#YearTitle
{
	color: #DCDCDE;
	font-size: 116pt;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 100%;
}

.lightTitles
{
	color: white;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 120%;
	font-weight: 400;
}

.size30
{
	font-size: 30pt;
}

.size20
{
	font-size: 20pt;
}

.size16
{
	font-size: 16pt;
}

.size13
{
	font-size: 13pt;
}

.bluebox
{
	background-color: #00427E;
	color:white;
}

.bluelines
{
	background-color: #00427E;
	background-image: url('Lines1.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
}

.bluelines2
{
	background-color: #00427E;
	background-image: url('Lines2.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
}

ul
{
	list-style: square url("sqblue.gif");
}

a
{
	color: #00427E;
	text-decoration:none;
}

a:hover
{
	color: #00427E;
	text-decoration:underline;
}

a:visited
{
	color: #00427E;
}

a:active
{
	color: #00486B;
}

a.alight
{
	color:white;
	text-decoration:none;
}

a.alight:hover
{
	color:white;
	text-decoration:underline;
}

a.alight:active
{
	color:white;
}

a.alight:visited
{
	color:white;
}

.red
{
	color: red;
}
