html, body {
margin: 0px;
padding: 0px;
}
hr {
	display: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrap {
	background-repeat: repeat-y;
	width: 776px;
	height: auto;
	background-image: url(images/bg_columns.gif);
}
#header {
	clear:both;
	background-color: #FFFFFF;
}
#nav {
	background-color: #AD9F82;
	width: 165px;
	margin-right: 7px;	
	float:left;
}
#nav p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-bottom: 12px;
}
#nav p a:link,
#nav p a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav p a:hover {
	text-decoration: underline;
}
#nav ul {
	padding: 0px;
	margin: 0px 0px 12px 0px;

}
#nav li {
	list-style-type: none;
}
#nav li a:link, 
#nav li a:visited {
	display:block;
	width: 160px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-top: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #CDC199;
}
#nav li a:hover {
	/* Change this color */
	background-color: #4B57C5;
}
#content {
	width: 604px;
	float: left;
	background-color: #FFF6CB;
	padding-bottom: 10px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content p,
{
	padding-left: 10px;
	padding-right: 10px;
}
#content h1 {
	font-size: 18px;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	/* Change this color */
	color: #4B57C5;
}
#content h2 {
	font-size: 14px;
	text-transform: uppercase;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content a:link, 
#content a:visited {
	color: #000000;
}
#content a:hover {
	/* Change this color */
	color: #4B57C5;
}
#content #breadcrumbs {
	margin-top: 10px;
	margin-left:0px;
	padding-left: 10px;
	font-weight:bold;
	font-size: 10px;
	color: #AD9F82;
	text-decoration: none;
}
#content #breadcrumbs a:link,
#content #breadcrumbs a:visited {
	font-weight:normal;
	font-size: 10px;
	color: #AD9F82;
	text-decoration: none;
}
#content #breadcrumbs a:hover {
	font-weight:normal;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
#content #breadcrumbs li {
	font-size: 10px;
	list-style-type: none;
	display:inline;
}
#content #breadcrumbs li a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AD9F82;
	margin-right: 3px;
	padding-right: 4px;
}
#footer {
	padding-top: 7px;
	clear: both;
	width: 776px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#FFFFFF;
}
#footer ul {
	clear: both;
}
#footer ul li {
	display: inline;
	padding: 5px;
}
#footer p {
	color: #999999;
}
#footernav {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	width: 776px;
	/* Change this color */
	background-color: #4B57C5;
}
#footernav a:link,
#footernav a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#footernav a:hover {
	text-decoration:underline;
}
#extralinks {
	margin: 7px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	width: 776px;
	background-color: #AD9F82;
}
#extralinks a:link,
#extralinks a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#extralinks a:hover {
	text-decoration:underline;
}

.alignright{
float: right;
border: 1px solid #000000;
margin: 3px 20px 10px 10px;

}


.alignleft{

float: left;
border: 1px solid #000000;
margin: 3px 20px 10px 20px;

}
