@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffcc66;
	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;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FF9933;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0px;  /* 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. */
} 
.twoColFixLtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


h2 {
text-align:center;
margin-bottom: 30px;
}

#topnav ul {
list-style:none;
padding-top: none;
margin: 10px 0px 0px -30px;
}

#topnav li {
float:left;
margin: 0 0.15em 0 0;
}

#entdate {
text-align:center;
width : 320px;
background-color:#FFFFCC;
border :1px solid black;
margin-bottom: 25px;
padding: 12px;
}

.writer
{font-size:.8em;
font-style:italic;}


#topnav li a
{
height: 2em;
line-height: 2em;
float: left;

display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
font-size:.9em;
width: 7.5em;
}

#topnav li a:hover
{
height: 2em;
line-height: 2em;
float: left;
font-size:.9em;
width: 7.5em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
background-color:#FFFF66;
text-decoration: none;
text-align: center;
}



/* Hide from IE5-Mac \*/
#topnav li a
{
float: none
}
/* End hide */


#topnav
{
text-align:center;
width:780px;
margin-left : 45px;
margin-bottom: 10px;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}


#mainContent  h1{
text-align:center;
}




#mainContent {
	margin-top:30px;
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	line-height:130%;
}


.container {
overflow: hidden;
}

#footeraddressholder {
	width : 770px;
	position: relative;
	bottom: 0;
	clear: both;
	background-color:black;
	color:#FFCC66;
	font-family: arial, helvetica, verdana;
	font-size: .9em;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 5px;
	 	font-weight: bold;
}

.footeraddress {
	float: left;
	text-align: left;
	width: 69%;
 
}

.footerphone {
float: right;
text-align: right;
width: 29%;
}

.spacer {
clear: both;
}






.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:.7em;
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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 */
}
.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;
}


#redbox {
background-color: red;
border: 2px solid black;
text-align:center;
width :250px;
padding:10px;
}

.white {
color:white;
}

.bigboldyellow {
font-weight:bold;
color: yellow;
font-size:1.5em;
}

.bigboldblue {
font-weight:bold;
color:#0033FF;
font-size:1.5em;
}

.bigboldred {
font-weight:bold;
color: red;
font-size:1.5em;
}


.smallboldblack {
font-weight:bold;
color:black;
font-size:.8em;
}

.blackbold {
font-weight:bold;
color:black;
}

.greenbold {
font-weight:bold;
color:green;
}

.bluebold {
font-weight:bold;
color:blue;
}

.redbold {
font-weight:bold;
color:red;
}