@charset "UTF-8";
body  {
	color: #000000;
	margin: 0px;  /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background: #CCCCCC repeat-y center;
	}



p { 
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif; 
	margin-top: 0px; 
	text-align: left;
	}
/*h1 {
	font: italic bold 1.5em Georgia, "Times New Roman", Times, serif; 
	margin-bottom: 0px; 
	color: #336699;
	}
h2 {
	font: italic normal 1.2em Georgia, "Times New Roman", Times, serif; 
	margin-bottom: 0px; 
	color: #006666;
	}*/
	
h3 {
	font: italic bold 1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	color: #CC0033;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #669933;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #660033;
	}





#container {
	width: 955px;  /* using 20px less than a full allowable width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/column.png) repeat-y left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
		} 
#header {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #006633;
	border-bottom: 6px solid #006633;
		} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
		}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #fff; */ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #006633;
	}

#sidebar1 h3 {
	margin-bottom: 0px;
	color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	}
	
#mainContent {
	margin: 0 0 0 235px;
	padding: 0 30px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		} 


/*  The floating boxes for IMPORTANT CALL OUT INFO .....................

NOTE: this portion of code based on 'Tranquille' by Dave Shea, found on CSSzengarden.com. css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/

........................................................................ */


#quickSummary {
	clear:both;
	background-color: #99CCFF;
	margin: 20px 20px 20px 10px;
	width: 185px;
	float: right;
	}
#quickSummary p {
	text-align:left;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	}

#preamble {
	clear: right; 
	padding: 0px 10px 0px 10px;
	}
#supportingText {
	padding-left: 10px; 
	margin-bottom: 40px;
	}
	
	/* END the floating boxes for IMPORTANT CALL OUT INFO..................
	.....................................................................*/

/*  Misc Text stuff ............................*/

.PlenaryTableLinks {
	font-size: .8em;
	padding: 2px 5px 2px 0px;
	}

.PlenaryTableHeadingDarkText {color: #FFFFFF}
					
td {
	padding: 1px 5px 1px 5px;		
	}

/*END Misc Text stuff .........................*/


/*  The Navigation ...........................................
	these all need to be renamed more intuitivly. but for now it is three sections of lists with slightly different styling.*/



#linkList {
	margin-left: 0px;
	}
	
#linkList2 {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	/*background: transparent url(paper-bg.jpg) top left repeat-y; */
	padding: 10px;
	margin-top: 0px;
	width: 175px;
	}
	
#linkList h3.select { 
	/*background: transparent url(h3.gif) no-repeat top left; */
	margin: 10px 0px 5px 0px; 
	width: 97px; 
	height: 16px; 
	}
	
#linkList h3.select span {
	display:none
	}
	
#linkList h3.favorites { 
	/*background: transparent url(h4.gif) no-repeat top left; */
	margin: 25px 0px 5px 0px; 
	width: 60px; 
	height: 18px; 
	}
	
#linkList h3.favorites span {
	display:none
	}
	
#linkList h3.downloads { 
	/*background: transparent url(h5.gif) no-repeat top left; */
	margin: 25px 0px 5px 0px; 
	width:57px; 
	height: 14px; 
	}
	
#linkList h3.downloads span {
	display:none
	}
	
#linkList h3.resources { 
	/*background: transparent url(h6.gif) no-repeat top left; */
	margin: 25px 0px 5px 0px; 
	width:63px; 
	height: 10px; 
	}
	
#linkList h3.resources span {
	display:none
	}

#linkList ul {
	margin: 0px;
	padding: 0px;
	}
	
#linkList li {
	line-height: 1.2em; 
	list-style-type: none;
	/*background: transparent url(cr1.gif) no-repeat top center; */
	display: block; 
	padding-top: 5px; 
	margin-bottom: 3px;
	margin-left: 5px;
	}
	
#linkList li a:link {
	color: #FFFFFF;
	}
	
#linkList li a:visited {
	color: #CCCC99;
	}


/* End Left Hand Navigation sidebar here .................... */

/*Information for footer..............................
	includes special link styles for the footer */

#footer {
	width: 925px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: auto;
	background:#DDDDDD;
	border-bottom: 6px solid #006633;
	border-top: 6px solid #006633;
} 
#footer p {
	line-height: 1em;
	text-align: right;
	font: .8em Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a:link { 
	font-weight: normal; 
	color: #003366;
	text-decoration: none; 
	}
#footer a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #669933;
	}
#footer a:hover, a:active { 
	color: #660033;
	text-decoration: none; 

	}

/*Extra elements for floating.............................
*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* ==================================================================================== */
#contentwrapper {
	padding: 0px;
	width: 800px;
	border-style: none;
	text-align: left;
	margin: 0px auto;
}
/*Top_*/
#contentwrapper #topsection{
	margin: 0px;
	width: 783px;
	overflow: hidden;
	background-color: #006633;
	border-bottom: 1px solid #999966;
	padding: 7px 10px 5px 7px;
	height: 32px;
	vertical-align: bottom;
	float: left;
}
/*main logo*/
#contentwrapper #topsection #uidlogo {
	float: left;
	width: 536px;
	margin: 0px;
	padding: 7px 5px 0px 0px;
	height: 26px;
}
/*Decorative bar_*/
#contentwrapper #decorativebar {
	background-color: #003300;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 12px;
	width: 800px;
	border-bottom: 1px solid #C1C17F;
	font-size: 9px;
	overflow: hidden;
}

/* ==================================================================================== */
/*Dining options table*/
#diningtablefontpt08 {
	font-size:1em;
	padding: 2px 5px 2px 0px;
	font: Arial, Helvetica, sans-serif;
}

.diningtablefont1pt5 {
	font-size: 1.7em;
}

.diningtablefont1pt2 {
	font-size: 1.4em;
}

.diningtablefont0pt9 {
	font-size:1.1em;
}

/* ==================================================================================== */
/*Table colors */

.greentableborder 
{
	border: solid #006633;
}

.solidtablecellcolor 
{
	background-color: #FFFF33;
}
#container #mainContent .style4 {
	background: #999999;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	display: none;
	clear: none;
	float: none;
	height: 50px;
	width: 300px;
	border: medium inset #FFCC00;
}
h7 {
	font-family: serif;
	margin-bottom: 36px;
	color: #006633;
	font-size: 12pt;
	font-weight: bold;
}
h8 {
	font-family: serif;
	margin-bottom: 36px;
	color: #006633;
	font-size: 16pt;
	font-weight: bold;
}
h9 {
	font: sans-serif;
	color: #003300;
	font-size: 10pt;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
}
h10 {
	font: italic bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #FF6633;
	line-height: 25px;
	}

/* ==================================================================================== */
/* Large quotation marks for quotes */

.blockquote {

		 background-color: #66FF99;
}

.bqstart {
     float: left;
     height: 45px;
     margin-top: -60px;
     margin-left: -30px;
     padding-top: 45px;
     font-size: 400%;
     color: #006633;
 }


 .bqend {
    float: right;
     height: 25px;
     margin-top: -80px;
     margin-right: -30px;
     padding-top: 45px;
     font-size: 400%;
     color: #006633;
	 
 }
 
