body
{
    background: #996633;
    font-family: Comic Sans MS;
    color: #000000;
}

#body
{
	width: 726px;
	margin-top: 5px;
	margin-left: auto;
	background-color: #CC0000;
	border: solid 1px #111111;
	border-collapse: collapse;
	font-family: Kristen ITC;
	position: relative;
	margin-right: auto;
	}

#poster {
	background-color: #CC0000;
	border:2px solid #000000;
	color:#000000;
	cursor:pointer;
	font-weight:bold;
	margin-bottom:5px;
	padding:2px;
	text-align:center;
	width:140px;
	background-image: url(images/dawgpatchcss/dawgpatch_banner.jpg);
}

/* Picture at the top of the site */
#poster
{
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 139px;
    margin-top: 17px;
}

#poster h1
{
    font-size: 45px;
    font-weight: bold;
    font-family: Cooper Black;
    color: #000000;


}
#poster h2
{
    font-size: 18px;
    font-weight: bold;
    font-family: Cooper Black;
    color: #000000;
}

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 36px;
    font-weight: bold;
   margin: 5px 0 5px 0;
   font-family: Cooper Black;
}

h2
{
    font-size: 36px;
    color: #000000;
}

h3
{
    font-size: 24px;
}

h4
{
    font-size: 18px;
}

p
{
    font-size: 16px;
}

.details
{
    font-size: small;
}



a:link, a:active
{
	text-decoration: none;
	color: #333366;
	font-weight: bold;
}

a:visited, a:hover
{
	text-decoration: none;
	color: #993333;
	font-weight: bold;

}



h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

/* Navigation strips */
#navtop, #navbottom
{
	font-size: 15px;
	font-weight: bold;
	font-family: Comic Sans MS;
	margin-right: auto;
	margin-left: auto;
	width: 726px;
	height: 45px;
	/* border:2px solid #000000; */
	background-image: url(images/dawgpatchcss/background_nav_main.gif);
	text-align: center;
}
#navbottom
{
    margin-top: 15px;
	text-align: center;
}

#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
	margin-left: 20px;
	padding: 0px;
	list-style-type: none;
	height: 19px;
	text-align: center;
}

#navtop ul li, #navbottom ul li
{
	display: inline;
	margin-right: 0px;
	float: left; /*overall menu background color*/
	background-image: url(images/dawgpatchcss/button_small.gif);
	width: 98px;
}

#navtop ul li a, #navbottom ul li a
{
	/*display: block;*/
	/*Width of top level menu link items*/
/*padding: 1px 8px;*/
	color: black;
	/*border: 1px solid black;*/
	text-decoration: none;
	background-image: url(images/dawgpatchcss/button_small.gif);
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
	text-decoration: none;
	font-family: Comic Sans MS;
}
#navtop a:hover, #navbottom a:hover
{
	text-decoration: underline;
	color: white
}
#navtop a:active, #navbottom a:active
{
	text-decoration: none;
	font-family: Comic Sans MS;
	color: black;
}

#navtop .mainfoldericon{
background: url(images/dawgpatchcss/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
#navbottom .subfoldericon{
background: url(images/dawgpatchcss/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* Holly Hack for IE \*/
* html #navtop ul li { float: left; height: 1%; }
* html #navtop ul li a { height: 1%; }
/* End */


.news
{
	width: 700px;
	text-align: center;
	margin: 10px;
	background-color: #C6B167;
	border: 2px solid #000000;
}

#body img
{
    border: solid 2px #000000;
}

.image
{
	text-align: center;
	width: 250px;
}

#leftcolumn
{
	float: left;
	width: 340px;
	margin-left: 10px;
}

.leftblock
{
	background-color: #C6B167;
	border: 1px solid #000000;
	padding: 15px;
	margin-bottom: 10px;
	text-align: center;
	
}

#rightcolumn
{
	margin-left: 370px;
	position:relative;
	padding-right: 7px;
}

.rightblock
{
	border: 1px solid #000000;
	padding: 15px;
	margin-bottom: 10px;
	background-color: #C6B167;
	text-align: center;
	margin-right: 10px;
}

.dashedline
{
    border-bottom: 1px dashed #000000;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}
form {
	background-color:#C6B167;
	margin-left: 20px;
	margin-right: 20px;
}
form label {

}
/* modifications by mom */
.headertext
{
    font-size: 36px;
}#body .form {
	height: auto;
	width: 726px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #000000;
	border-left-color: #000000;
}
#body .form #application {
	padding-left: 10px;
	padding-top: 10px;
	width: 675px;
	border: dotted 2px black;
}
.numberfield {
	background-color: #F5F5F5;
	width: 25px;
	border: thin inset #CCCCCC;
}
.txtfield {
	background-color: #F5F5F5;
	width: 225px;
	border: thin inset #CCCCCC;
}
#rightdetails {
	margin-left: 150px;
	position:relative;
	margin-top: 10px;
}
.leftlist {
	background-color: #C6B167;
	width: 125px;
	margin-left: 10px;
	border: solid 1px #000;
	position: absolute;
	margin-top: 10px;
	color: #000000;
}
.hover {
	color: #000000;
	font-weight: bold;
	background-image: url(images/dawgpatchcss/button_small_hover.gif);
}
.select {
	color: #000000;
	background-image: url(images/dawgpatchcss/button_small.gif);
}
td {
	text-align: center;
}
