/* CSS Document */

/* This is the main style sheet for the FACT 2009 website */
body, address {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.2;
}
body {
background: #007fb1;
}
#wrap {
margin-left: auto;
margin-right: auto;
width: 840px;
background: #fbf1cf;
}
#top {
background: #ffffff;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
border-bottom-width: 5px;
}
#left {
margin-left: auto;
margin-right: auto;
float: left;
width: 25%;
}
#middleTwo{
float: left;
width: 72%;
padding-left: 10px;
padding-right: 10px;
}
#singlecol{
float: left;
width: 100%;
padding-left: 10px;
padding-right: 10px;
}
#slideshow {
text-align: center;
}
#bottom {
clear:both;
border-top:1px solid;
text-align: center;
background: #C8C8CA;
color: #000000;
border-color: #f8981;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(file://///cpdshare01/userhome$/jmarshall/Docs/FACT%202009/styles/media/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}
.bold {
	font-weight: bold;
}


.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(file://///cpdshare01/userhome$/jmarshall/Docs/FACT%202009/styles/media/blockactive.gif) center center repeat-x;
}

.pagetitle {
	font-size:18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.joinlist {
	font-size: 16px;
	text-align:center;
	line-height: 2.5;
}
.leadparagraph {
	color:#333;
	font-weight: bold;
}
blockquote {
	font-size:14px;
	font-family:Geneva, sans-serif;
}
.alphalist {
	list-style-type:lower-alpha;
}
.minitype {
	font-size:9px;
}

