body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background:   url("../purple.gif") repeat;
}
#holder {
	width: 760px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto 0 auto;
}
#header {
	background: #FFFFFF;
	height: 108px;
	border-bottom: 1px solid #877D6C;
}
#nav {
	width: 70px;
	float: left;
	padding: 22px 10px;
}

#sidebar {
	width: 80px;
	float: right;
	padding: 15px 10px 0 10px;
	
	
}
#content {
	margin: 0 90px 0 110px;
	padding: 0px 15px 0px 15px;
	
}
#footer {
	padding: 0px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #736B5E;
	text-align: center;
}
.callout {
	font: bold 130% Verdana, Arial, Times;
	color: #333;
	margin: 0;
	padding: 20px 10px;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.afcimage { 
     padding: 10px; 
}
.contentimage { 
     padding: 10px 10px 0px 0px; 
}
.rtcontentimage { 
     padding: 10px 0px 0px 10px; 
}
.caption { 
     font-style: italic;
	 font-size: 70%; 
	 color: #736B5E;	
}
.nextprev { 
     font-style: bold;
	 font-size: 70%; 
	 color: #003366;	
	 text-align: center;
}
p {
	font-size: 80%;
}
h1 {
	font-size: 90%;
	font-weight: bold; color: #003366;
}
h2 {
	font-size: 80%;
	font-weight: bold; color: #003366;
}
h3 {
	font-style: italic;
	font-size: 80%;
	font-weight: normal; color: #736B5E;
}
li {
list-style-type: square;
font-size: 80%;

}
#content p {
	line-height: 140%;
}
#content li {
	line-height: 140%;

}
#nav p {
line-height: 90%;
font-size: 70%;
}

a {
text-decoration: none;
	font-weight: bold;
	}
#nav a:link { 
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	
}

#nav a:visited { 
	color: #003366;
}

#nav a:hover, #nav a:active, #nav a:focus {  
	color: #003366;
	background: #CCCCFF;
}

#content a:hover {  
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
	
}
#content a:link { 
	color: #003366;
	font-weight: bold;
	
}

#content a:visited {
	color: #660066;
	font-weight: bold;
}
#footer a:hover {  
	color: #736B5E;
	text-decoration: underline;
	font-weight: bold;
	
}
#footer a:link { 
	color: #736B5E;
	font-weight: bold;
	
}

#footer a:visited { 
	color: #736B5E;
	font-weight: bold;
}
#logotext {
	margin: 8px 0px 8px 0px;
}
#logo {
	float: left;
	margin: 8px;

}
