body {
	font-family: verdana, sans-serif;
	font-size: 74%;
	margin: 0px auto 0px auto;
	padding:0px 0px 20px 0px;
	text-align:center;
	background: #E1DBDB;
	}
	
#wrapper {
	width:760px;
	margin:0px auto;
	padding-bottom: 20px;
	text-align:left;
	background: #E1DBDB;
	}
#box {
	background: #FFF;
	border-bottom: 1px solid #FFF;
}
#content_box {
	padding: 15px 15px 20px 25px;
}
.header {
	margin-bottom: 4px;
}

h1 {
	font-size: 115%;
	padding: 0;
	color: #ED6225;
}
h2 {
	font-size: 105%;
	padding: 0;
	color: #333;
	margin-bottom: 0;
	color: #792C56;
}

h3 {
	font-size: 105%;
	padding: 0;
	margin-top: 0;
}
h4 {
	font-size: 105%;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	color: #792C56;
}
p {
	margin-top: 0;
	padding-top: 0;
}
ul {
	margin-top: 6px;
}

.title {
	float: left;
}

.indent {
	padding-left: 10px;
}
table {
	font-family: verdana, sans-serif;
	color: #666;
}
td.content {
	font-size: 70%;
	color: #666;
}
		
#content {
	color: #666;
	padding-bottom: 20px;
}

#content a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #792C56;
	}
#content a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #792C56;
	}
#content a:hover, a:active {  
	font-weight: normal; 
	text-decoration: underline; 
	color: #792C56;
	}	

#copyright {
	font-size: 80%;
	font-family:verdana, arial, sans-serif;
	color: #666;
	padding:5px 0px 0px 0px;
	text-align: left;
}
#copyright a:link { 
	text-decoration: none; 
	color: #666;
	}
#copyright a:visited { 
	text-decoration: none; 
	color: #666;
	}
#copyright a:hover, a:active {  
	text-decoration: underline; 
	color: #666;
	}	

/* main navigation */
#navTable {
	background:#ED6225;
}
#navTable td {
	font-family:verdana, arial, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}
#navTable td.home {
	height:30px;
	line-height: 30px;
}

#navTable a {
	padding:0px;
}	
.fullCell {
	width:100%;
	cursor:pointer;
	margin:0px;
	display:block;
}
.navUnderline {
	background:#900;
	height:4px;
}
a img {
	border:0px;
}
#navTable a {
	color:#fff;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration:none;
}
#navTable .home a {
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
#navTable td.on a {
	color:#FFF;
}
#navTable td.home a:hover {
	font-weight: bold;
	background: #B2AF7B;
	color: #68652A;
}
/* /main navigation */
#navTable td.secNav {
	font-weight: normal;
	background:#F8C0A8;
	color: #792C56;
	font-size: 70%;
	line-height: 2.0em;
	text-align: right;
	padding-right: 20px;
}
#navTable .secNav a {
	color:#792C56;
	text-decoration:none;
}
#navTable td.secNav a:hover {
	color: #792C56;
	font-weight:bold;	
}
hr {
display: block;
position: relative;
padding: 0;
margin: 10px auto;
height: 0;
max-height: 0;
width: 100%;
clear: both;
border: none;
border-bottom: 1px solid #666;
font-size: 1px;
line-height: 0;
}
textarea {
	font-family: verdana, sans-serif;
	font-size: 100%;
}

.purple {
	color: #792C56;
}