
html   {height:100%; font-size:100.01%}

body {
    margin:0; 
    background: #ffffff url(images/bg_site.gif) repeat-y;
    font: 11px Verdana, Arial, sans-serif;
    color: #0000;
    }
/*________________________Ground Rules__________________________________*/

body, p, ul, li, h1, h2, h3, h4, form, html, input, img, a {
    margin:0; 
    padding:0; 
    }

table, td { margin:0; padding:0; border-spacing: 0px; border-collapse:collapse; text-align:left; }

img, a img,:link img,:visited img {border:none;} /* remove border from image links */

h3 {
font-size: 12px;
}

/*_________ Site Styles_________ */
   
div#logo {
    position:absolute; 
    top: 35px; 
    width:100%; 
    text-align:center;
 }

table#top {
    width:100%;
    background: transparent url(images/bg_yellow.gif) bottom left repeat-x;
    }


/*_________ Navigation Area_________ */

#nav {
    position:absolute;
    left:0px;
    width:293px;
    background: transparent url(images/bg_navtop.jpg) top left no-repeat;
    padding: 0 0 0 0;
}

#nav ul {
    margin: 70px 0 0 11px;
    padding: 0;
    list-style: none;
    text-align:left;
}

#nav ul li {
    display: block;
    width: 138px;
    padding:7px 30px 7px 0;
    border-bottom: 1px solid #ffffff;
    text-align:right;
    font-weight:bold;
}

#nav a:link {
    text-decoration: none;
	color: #000000;
	}

#nav a:visited {
    text-decoration: none;
	color: #000000;
	}
    
#nav a:hover, a:active, a:visited:hover {
	text-decoration: none;
	color: #cc0000;
	} 

/*_________ Content Area_________ */

div#content {
    background: #ffffff url(images/bg_content.jpg) top left no-repeat;
    margin:0 50px 0 293px;
}

/*main paragraph styles right here*/

div#content h3 {
    color:#006699;
    font-weight:bold;
}

div#content p {
    margin-bottom:14px;
    line-height: 1.4em;
    }

div#content a:link {
	text-decoration: none;
	color: #cc0000;
	border-bottom: 1px dotted #cc0000;
	}

div#content a:visited {
    text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted #cc0000;
	}
    
div#content a:hover, a:active, a:visited:hover {
	text-decoration: none;
	color: #006699;
	border-bottom: none;
	}    

#content ul {
    margin: 0 0 0 15px;
    padding: 1em;
    list-style: square;
    }    

#breadcrumb { 
    text-align:right;
    font-weight:bold;
    color: #cc0000;
    padding-top: 5px; 
    }

#breadcrumb ul {
	margin: 0;
	padding: 0;
	display: inline;
	} 

#breadcrumb ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	} 

#breadcrumb ul li {
	margin-left: 0;
	padding: 1px 4px;
	border-left: 1px dotted #000000;
	list-style: none;
	display: inline;
	}

/*_________ Copyright_________ */
    
#copyright {
    float:right;
    padding-top: 2px;
    font-size: 9px;
    color: #006699;
    }
 
/*_________________________________ form styles _______________________ */
    
