/* CSS Document */

/*******  UNIVERSAL  *******/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#000;
}

h1 {
	font-size:1.7em;
	line-height:1.3em;
	padding:5px 0;
	font-weight:normal;
}

h2 {
	font-size:1.4em;
	line-height:1.3em;
	padding:5px 0 10px;
	font-weight:normal;
}
.small	{
	font-size:11px;
}
p {
	padding:10px 0;
}

p.left {
	text-align:left;
}

p.just {
	text-align:justify;
}

a, a:visited {
	color:#666;
	text-decoration:underline;
}

a:hover {
	color:#999;
	text-decoration:underline;
}

a:active {
	outline:none;
}

input.text {
	border:1px solid #666;
	padding:2px;
	font-size:11px;
	line-height:15px;
}

ul, ol {
	display:block;
	margin-left:20px;
	padding-bottom:10px;
}

ul li, ol li {
	display:list-item;
	padding:0 0 15px;
}

ul li {
	list-style-type:disc;
}

ol li {
	list-style-type:decimal;
}

sup {
	font-size:.8em;
	position:relative;
	top:-5px;
}



/*******  SPLASH  *******/

#splashwrapper {
	position:absolute;
	width:650px;
	height:400px;
	top:50%;
	left:50%;
	margin-left:-325px;
	margin-top:-200px;
	text-align:center;
}




/*******  BODY  *******/

#mainWrapper {
	margin:0 auto;
	width:800px;
}

/** MASTHEAD **/
#masthead {
	float:left;
	display:inline;
	width:800px;
}

#masthead div#emailLink {
	float:right;
	display:inline;
	clear:left;
	padding:10px 0;
}

#masthead div#emailLink a {
	font-size:11px;
}

/** CONTENT **/
#content {
	float:left;
	display:inline;
	width:800px;
	padding-bottom:20px;
}

div.clear {
	clear:left;
	height:1px;
}

.row {
	width:800px;
	clear:left;
}

.row div.col1 {
	float:left;
	display:inline;
	width:250px;
	text-align:right;
	padding:5px;
}

.row div.col2 {
	float:left;
	display:inline;
	width:450px;
	text-align:left;
	padding:5px;
}

.pastEvent {
	float:left;
	display:inline;
	border:1px solid #ccc;
	margin:10px;
	padding:10px;
	width:358px;
	font-size:11px !important;
}

.pastEvent a, .pastEvent a:visited {
	color:#666;
	font-size:11px;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
}

.pastEvent a:hover {
	color:#999;
	font-size:11px;
	border-bottom:1px solid #ccc;
	text-decoration:none;
}

.pastEvent a.image {
	float:left;
	display:inline;
	border:1px dotted #ccc;
	padding:5px;
}

a.image {
	float:left;
	display:inline;
	border:1px dotted #ccc;
	padding:5px;
	margin:0 10px 10px 0;
}