/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
	padding: 10px;
	margin: 0;
	width: 730px;
}
#oldbrowser
{
	text-align: center;
}
#masthead 
{
	padding: 10px;
}
#masthead h1
{
	display: inline;
}
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#rightColumn
{
	float: right;
	width: 200px;
}
#contentColumn
{
	width: 500px;
	margin-left: 199px;
}
#innerLeftColumn, #innerContentColumn, #innerRightColumn
{
	padding: 10px;
}
#footer
{
	clear: both;
}
#innerFooter
{
	padding: 10px;
}
#innerContentColumn
{
	
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 40px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

#clear
{
	clear: both;
	padding: 10px;
}

/*---- Borders ----*/
#pageFrame
{
	width: 800px;
	border: solid 1px #666666;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, #innerContentColumn
{
	border: solid 0px #666666;
}
#footer
{
	border-top-width: 0px;
}
#masthead
{
	border-bottom-width: 0px;
}
#innerLeftColumn, #innerContentColumn
{
	border-right-width: 0px;
}
#contentColumn
{
	border-left-width: 0px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #ddd;
	color: #000;
	padding: 20px;
	margin: 0;
}
#pageFrame
{
	background-color: #fff;
	color: #000;
	min-width: 500px;
}
H1
{
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	color: #4966A3;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
H2
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #4966A3;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}
H3
{
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #D77C3F;
	font-weight: bold;
	text-decoration: none;
}
H4
{
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	color: #D77C3F;
	text-decoration: none;
}
H5
{
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	text-decoration: none;
}
H6
{
	font-size: 60%;
	font-family: Arial, Helvetica, sans-serif;
	color: #4966A3;
	text-decoration: none;
	font-weight: normal;
	z-index: 100;

}
P {
	/* margin-top: 10px;
	margin-bottom: 5px; */
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#innerContentColumn UL {
	color: #555555;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-image: url(../images/reunions/bullet_blue.gif);
}
OL {
	color: #555555;
	margin-top: 5px;
	margin-bottom: 5px;
}
LI {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-left: -12px;
}
LI p{
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-left: -12px;
	list-style-image: url(../images/reunions/bullet_blue.gif);
}
strong
{
	color: #2D5986;
	text-decoration: none;
}

.columnSpacer {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 100%;
	border: 0px;
	background-image: url(../images/reunions/fade.jpg);
	background-repeat: no-repeat;
	top: -16px;
	position: relative;
	z-index: 1;

}
.smallText {
	font-size: xx-small;
}
.breadcrumb {
	font-size: 10px;
	position: relative;
	top: -20px;
	font-family: Arial, Helvetica, sans-serif;
	left: -10px;
}
a:link {
	color: #4966A3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4966A3;
}
a:hover {
	color: #364D7A;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #4966A3;
}

