@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #e0e6c0;
	margin: 0; /* 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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	color: #10929c;
	font-size: 1.1em;
	margin:0px;
	padding-bottom:20px;
	width:100%;
	border-bottom: #666 solid 1px;
	font-weight:normal;
}

.byline {
	color:#333;
	font-size:0.7em;
}

img {border:none;}

h2 {
	color: #10929c;
	font-size: 0.9em;
	font-weight:normal;
}
h3 {
	color: #10929c;
	font-size: 0.8em;
	font-weight:normal;
}
th {
	color:#333;
	font-size:0.8em;
}
td {
	color:#333;
	font-size:0.8em;
}
p {
	color:#333;
	font-size:0.8em;
}
li {
	color:#333;
	font-size:0.8em;
}

.twoColFixRtHdr #container { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/middle.jpg);
	background-repeat:repeat-y;
} 
.twoColFixRtHdr #header { 
	background: #e0e6c0;
	padding: 10px 0 0 8px;  /* 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. */
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* 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 */
	padding: 20px 30px;
	margin:0px;
}
.twoColFixRtHdr #sidebar1 h2 {
	color: #10929c;
	font-size: 1.1em;
	margin-top:0px;
	padding-bottom:20px;
	width:100%;
	border-bottom: #666 solid 1px;
	font-weight:normal;
}

#topbox {
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	height:28px;
	width:940px;
	float:left;
	clear:both;
}
#bottombox {
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	height:28px;
	width:940px;
	float:left;
	clear:both;
}
.twoColFixRtHdr #mainContent { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 30px 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width:580px;
} 

.twoColFixRtHdr #menu { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:56px;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
} 
.twoColFixRtHdr #menu ul {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	list-style:none;
}
.twoColFixRtHdr #menu li {
	display:inline;
	width:170px;
	text-align:center;
}
.twoColFixRtHdr #menu a {
	text-decoration:none;
	width:128px;
	float:left;
	display:block;
}

.twoColFixRtHdr #menu a {
	text-decoration:none;
	background:none;
	color:#333;
}

.twoColFixRtHdr #menu a:hover {
	text-decoration:none;
	background:#e0e6c0;
	color:#10929c;
}

#menu a.uber {
	background:#e0e6c0;
}

.twoColFixRtHdr #footer { 
	padding: 20px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:56px;
} 
.twoColFixRtHdr #footer p {
	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 */
	color:#999;
}
.twoColFixRtHdr #footer a {
	text-decoration:none;
	font-size:0.7em;
	color:#999;
}

.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}



.picturebox {
	width:300px;
	height: 360px;
	margin:auto;
	text-align:center;
	font-size:0.7em;
	color:#333;
}
.picturebox  a {
	color:#333;
}
.picturebox a:hover {
	color:#10929c;
}
.smalltxt {
	font-size:0.7em;
}
.largetxt {
	font-size:1.3em;
}

.greentxt {
	color:#10929c;
}
.orangetxt {
	color:#FF9900;
}
.schedule td {
	padding:4px;
	text-align:center;
}
.schedule th {
	padding:4px;
	text-align:center;
}

.imgguild img {text-align:center; border:0px; padding-left:40px;}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}

#example2 div{ /*CSS specific to demo 2*/
margin-bottom: 5px;
}

#example2 div a{ /*CSS specific to demo 2*/
text-decoration: none;
}

#example3 a{ /*CSS specific to demo 3*/
}

#example3 p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}

code{ /*CSS for insructions*/
color: red;
}
