body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #C2C8E9;
	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;
}



li 
{
	padding-bottom: 0.5em;
	list-style-type: none;
	color: #743; 
}

a
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #FF0000;
}

.twoColFixLtHdr #container { 
	width: 1002px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/background.png);
	background-repeat: repeat-x; 
  	position:relative;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	height: 120px;
	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. */
	margin: 0 0 0 0;
	background-image: url(images/bg.jpg);
	position:relative;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: white;
}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 50%; /* the left margin on this div element creates the column down the left 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr div#footer a
{
	display: inline;
	padding-right: 15px;
	font-weight: 700;
	}
.twoColFixLtHdr #footer p {
	font-size: 10px;
	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 */
	text-align: center;
}


.twoColFixLtHdr div#navigation a:hover
{
	text-decoration: none;
}

.twoColFixLtHdr div#navigation a
{
	color: black;
	display: inline;
	padding-right: 0px;
	font-weight: 700;
}

.twoColFixLtHdr div#logo img
{
	padding: 7px 7px 7px 7px;
	margin: 0 0 0 0;
	border: 0;
}

.twoColFixLtHdr div#address p
{
	font-size: 14px;
	color: white;
}

.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;
}

.StarBurstDiv{
  position:absolute;
  top: 350px;
  left: -50px;
}

div#lefttext
{
	width: 550px;
	border: 1px solid;
	border-color:#CCC;
	float: left;
	padding: 2px 10px 10px 10px;
	margin-left: 20px;
	margin-right: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
	border-radius: 20px;
}

div#bigboxright
{
	width: 550px;
	border: 1px solid;
	border-color:#CCC;
	padding: 2px 10px 10px 10px;
	float: right;
	margin-left: 1px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
	border-radius: 20px;
}


div#righttextindex
{
	width: 330px;
	border: 1px solid;
	border-color: #CCC;
	float: right;
	padding: 2px 10px 10px 10px;
	margin-left: 1px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
	border-radius: 20px;
}


div#righttext
{
	width: 360px;
	border: 1px solid;
	border-color: #CCC;
	float: right;
	padding: 2px 10px 10px 10px;
	margin-left: 1px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
	border-radius: 20px;
}


div#lefttextsmall
{
	width: 440px;
	border: 1px solid;
	border-color:#CCC;
	float: left;
	padding: 2px 10px 10px 10px;
	margin-left: 20px;
	margin-right: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #FFFFFF;
	border-radius: 20px;
}

div#righttextsmall
{
	width: 440px;
	border: 1px solid;
	border-color: #CCC;
	float: right;  
	padding: 2px 10px 10px 10px;
	margin-left: 1px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #FFFFFF;
	border-radius: 20px;
}


div#logo
{
	float: left;
	width: 100px;
}

div#maintitle
{
	float: left;
	height:96px;
	width: 500px;
}


div#navigation
{
	float: right;
	width: 570px;
	background-color: transparent;
	padding: 0 0 0 1px;
	margin: 0 0 0 0;
  	position:absolute;
  	right: 0px;
  	bottom: 0px;
}

div#menuitem
{
	font-size: 16px;
	float: left;
	text-align: center;
	color: black;
	width: 110px;
	height: 20px;
	background-color: #C84;
	padding: 2px 0 2px 0;
	margin: 0 2px 0 2px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.twoColFixLtHdr div#menuitem:hover
{
	background: #0AF;
	text-decoration: none;
	float: left;
	display: inline;
	font-weight: 700;
}




div#menuitemcurrent
{
	font-size: 16px;
	float: left;
	text-align: center;
	color: black;
	width: 110px;
	height: 20px;
	background-color: #FF8F00;
	padding: 2px 0 2px 0;
	margin: 0 2px 0 2px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.twoColFixLtHdr div#menuitemcurrent:hover
{
	background: #0AF;
	text-decoration: none;
	float: left;
	display: inline;
	font-weight: 700;
}



img
{
	padding: 7px 7px 7px 7px;
	margin: 0px 5px 5px 0px;
/*	border-color: #CCC;*/
	border-width: 0px;
}

p
{
	color: #743; 
}

img.nopadding
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-width: 0px;
}
