* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #663300;
	background-color: #D3C096;
	background-image: url(images/brown-background.jpg);
	background-repeat: repeat-x;
	line-height: 20px;	
		}

p{
	line-height: 20px;

}
img { border: none; }

a { color: #993300; }

a:hover { text-decoration: none; color : #444; }

#wrap {
background: #FAF9F4;
width: 940px;
margin: 0px auto 0 auto;
padding: 0 10px;
}

#header {
	height: 84px;
	width: 960px;
	margin: auto;
	background-image: url(images/temp2.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #993300;
}

#header h1 a {
color: #993300;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
.headerleft {
float: left;
}
.headerright {
float: right;
font-weight: 600;
color: #000;
}




#content {
margin-top: 0px;
}

.right {
float: right;
width: 698px;
margin-right: 20px;
}

.right p{
	color: #663300;
	line-height: 25px;	
	
}

#right ul {
	margin: 0;
	line-height: 25px;		
}

#right li {
	margin-bottom: 1em;
	color: #DBDBDB;
	line-height: 25px;	

}

#right li li {
	margin-bottom: 0;
	padding-left: 1em;
	line-height: 25px;
	
}



.right h2 {
color: #993300;
font-size: 14px;
font-weight: 100;
}
.right h2 a {
color: #993300;
}
.right h2 a:hover {
color: #993300;
}


.leftbox {
	width: 180px;
	background-color:#9fecff;
	background-image: url(images/middle.png);
	background-repeat: repeat-y;


}

.leftbox p {
	padding-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFFFFF;
}


.leftboxtop {
	background-image: url(images/boxtop.jpg);
	background-repeat: no-repeat;
	height: 17px;

}

.leftboxbottom{
	background-image: url(images/bottombox.jpg);
	background-repeat: no-repeat;
	height: 37px;
}


.left {


float: left;
margin-left: 25px;

width: 180px;

background: #FAF9F4;
}
.left h2 { color: #993300; padding: 15px 0 5px 10px; font-size: 20px; letter-spacing: -1px; font-weight: 100;}
.left ul { padding: 10px 0 10px 30px;  }
.left ul li {
	padding-bottom: 5px;
	font-size: 11px;
}
.left ul li a { color: #333333; text-decoration: none;  }
.left ul li a:hover { color: #993300; }

#footer {

margin: auto;
height: 30px;
width: 960px;
	background-image: url(images/curvedfooter.jpg);
	background-repeat: no-repeat;
}


#curvedmenu {
	width: 960px;
	margin: 0px auto 0px auto;
	height: 70px;
	text-align: left;
	background-image: url(images/curves.jpg);
	background-repeat: no-repeat;
}

#topmenu {
	width: 960px;
	margin: 0px auto 0px auto;
	height: 84px;
	text-align:right;
	background-repeat: no-repeat;
	background-image: url(images/logo7.jpg);
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.whitetext a {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}

#botm {
	width: 960px;
	margin: 0px auto 0px auto;
	text-align: left;
	
}

.submitbutton {
	background-image: url(images/roundedge-gray-right2.png);
	background-repeat: no-repeat;
	color: #333333;
	height: 30px;
	width: 125px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align:center;
	background-color: #0099CC;
	margin-left: 10px;
	font-weight: bold;
	text-transform: none;
}


.textboxcolor {
	background-color: #ebe8db;
}



.underlinemenu2{
font-weight: bold;
width: 100%;
}

.underlinemenu2 ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; 
}

.underlinemenu2 ul li{
display: inline;
}

.underlinemenu2 ul li a{
color: #993300;
padding: 8px 3px 4px 3px; /*top padding is 12px, bottom padding is 4px*/
margin-right: 15px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #993300; /*bottom border is 3px*/
}

.underlinemenu2 ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

ul {
	padding-left: 15px;
	list-style-type: square;
}
p {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

.img1 {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}

.img2 {
	
   	background: #FAFAFA;
   border: 1px solid #FAFAFA;
	padding: 5px;
	padding: 0px;
}

.img3 {
	
   	background: none;
   border: 0px ;
	padding: 5px;
	padding: 0px;
}


