/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		html, body {
			background-color: #aa9b77;
		}
		
		#page {
			width: 775px;
			margin: 0px auto;
			border: 1px solid #000;
		}
		
		#navigation {
			height: 29px;
			background-color: #244c9d;
		}
		
		#content {
			position: relative;
			font-family: Times, 'Times New Roman', Serif;
			font-size: 16px;
			color: #000;
			width: 100%;
			height: auto;
			background: url(images/converge-bg.jpg) top left no-repeat #e7eae6;
		}
		
		#contentBox {
			float: left;
			height: 578px;
			width: 443px;
			margin-left: 6em;
			overflow: auto;
			display: inline;
		}

		.smallText {
			font-size: 13px;
		}
		
		.day {
			font-weight: bold;
		}
		
		#offsetTop {
			height: 86px;
		}
		
		#rightBox {
			position: absolute;
			width: 208px;
			top: 8px;
			right: 8px;
			z-index: 5;
			background: url(images/boxBG.gif) repeat-y;
		}

		#rightBox .top {
			height: 10px;
			background: url(images/boxTop.gif) no-repeat;
		}

		#rightBox .bottom {
			height: 10px;
			margin-top: 4px;
			background: url(images/boxBottom.gif) no-repeat;
			overflow: hidden;
		}

		#rightSpecial {
			position: absolute;
			width: 208px;
			top: 200px;
			right: 8px;
			z-index: 5;
		}

		.clear {
			font-size: 1px;
			height: 1px;
			clear: both;
		}
		
		a.highlights {
			display: block;
			width: 199px;
			height: 100px;
			background: url(../images/highlightbutton.gif) no-repeat;
		}

		a.highlights:hover {
			background: url(../images/highlightbutton2.gif) no-repeat;
		}

		a.highlights span {
			display: none;
		}

	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
		h1 {
			color: #1b4998;
			font-size: 24px;
		}
		
		.largeTitle {
			color: #1b4998;
			font-size: 16px;
			font-weight: bold;
		}
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		a {
			color: #666;
			text-decoration: none;
		}
		
		a:hover {
			color: #ae1313;
		}
		
		/* Top Logo */
		
		a#homeLogo {
			display: block;
			height: 72px;
			background: url(images/rmo-logo.gif) left no-repeat;
			border-bottom: 1px solid #000;
		}
		
		a#homeLogo span {
			display: none;
		}

		/* Horizontal Navigation */

		#navigation a {
			float: left;
			display: block;
			height: 29px;
		}

		#navigation a span {
			display: none;
		}
		
		a.nav-about {
			width: 97px;
			background: url(images/about-up.gif) no-repeat;
		}
		
		a.nav-about:hover {
			background: url(images/about-over.gif) no-repeat;
		}

		a.nav-mission {
			width: 106px;
			background: url(images/mission-up.gif) no-repeat;
		}
		
		a.nav-mission:hover {
			background: url(images/mission-over.gif) no-repeat;
		}

		a.nav-president {
			width: 189px;
			background: url(images/letter-up.gif) no-repeat;
		}
		
		a.nav-president:hover {
			background: url(images/letter-over.gif) no-repeat;
		}

		a.nav-conference {
			width: 135px;
			background: url(images/conference-up.gif) no-repeat;
		}
		
		a.nav-conference:hover {
			background: url(images/conference-over.gif) no-repeat;
		}

		a.nav-contact {
			width: 153px;
			background: url(images/contact-up.gif) no-repeat;
		}
		
		a.nav-contact:hover {
			background: url(images/contact-over.gif) no-repeat;
		}

		a.nav-press {
			width: 95px;
			background: url(images/press-up.gif) no-repeat;
		}
		
		a.nav-press:hover {
			background: url(images/press-over.gif) no-repeat;
		}
		
		/* Floatie Box */
		
		#rightBox a {
			display: block;
			font-family: Helvetica, Arial, Sans-serif;
			font-size: 13px;
			line-height: 20px;
			color: #003797;
			height: 20px;
			padding-left: 0.8em;
			text-decoration: none;
		}

		#rightBox a:hover {
			color: #539bb1;
			text-decoration: none;
		}

		a .printBtn {
			display: block;
			border: 1px solid #737068;
			margin-left: 2px;
			padding-top: 4px;
			width: 206px;
			height: 19px !important;
			height: 26px;
			text-align: center;
			font-family: Arial, Verdana;
			font-size: 9pt;
			font-weight: bold;
			color: #375ba9;
			background-color: #d6d3cb;
		}
		
		a:hover .printBtn {
			text-decoration: none;
			background-color: #bfbfb7;
		}

	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
	
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
	
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/