@charset "UTF-8";

body {
	margin: 0px;
	color: #fff;
	font-size: 100%;
	font-family: Arial, Verdana, Univers;
	background-image: url(images/banner2011.jpg);
	background-repeat: no-repeat;
	background-position:top;	
}

h1 {
	color:#330033;
	font-size: 1.5em;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #330033;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #330033;
/*	margin-top: 1.0em;*/
	margin: 0px 0px 10px 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

ul li{list-style:circle; padding-bottom:0.5em}
ul.diamond li{list-style:url(images/diamond.png);}	
ul.diamond ul li{list-style:circle; padding:2px 0;}	

a          {color:#660033;}
a:link     {color:#660033;}
a:visited  {color: black; }
a:hover    {color:#663333; }

a:link img {color: #666; text-decoration:none}

.imageright a:link, .imageright a:visited  {
font-size:0.8em;
font-style:italic;
text-decoration:none}

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}


/* BANNER AREA */
.bannerArea {
	width: 100%;height: 120px;
}

.bannerArea .container {
	height:120px;
}

.bannerArea h1, .bannerArea a:link, .bannerArea a:visited {
	color:#330000;
	text-align:center;
	font-size:1.5em}

.bannernav {
	padding-top: 0px;
	float: right;
	color: #112c4c;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.bannernav a { color: #ffffff; text-decoration: none; }
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover { color: #112c4c; text-decoration: none; }

.toplogo {
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom:2px;
	text-align:center;
}


/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
	}

.topnavigationgroup {
	margin: 0 0 1px 0;
	float: right;
	width:100%;
}
.topnavigationgroup ul {
	margin:0;
	}


/* CONTENT AREA */
.contentArea {
	width: 100%;
	background-color: #f0eff0;
	color:#777777
}

.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* intro page overrides*/
.container1{font-family:Georgia,"Times New Roman",Times,serif}
.container1 a:visited{color:#CCFFCC}

.contentleft {
	width: 650px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
}

.contentright {
	/*padding-top: 20px;*/
	float: left;
	padding-left: 30px;
	width: 210px;
}

.imageright {
	margin-left: 10px;
	float: right;
	text-align:center;
	font-size:80%;
}
.imageleft {
	margin-right: 10px;
	float: left;
	font-size:80%;
}

table caption{text-align:left;
	font-weight:bold}

table.uline td{ border-bottom: 1px dashed #666666}

table.proceedings td{font-size:0.90em}
.proceedings input{ border-top:1px solid #999; border-bottom:1px solid #999; padding:2px 0}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #000;
	border-top-style: solid;
	border-top-color:#660033;
	border-top-width: 4px;
}

.footerArea .container {
	height: 77px;
	background-color:#000
}
.footerArea .container a:visited{color:#996666}

.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* registration form button */
INPUT { background-color: #CCCCFF;
border-color: #333;
color: #333;
font-size: 1.1em;
}

INPUT:hover { background-color:#e6e6ff;}
INPUT:active { background-color: #f0eff0;}
