/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#c0c0c0;
	font-size:.8em;
}
.float_right
{
	float:right;
}
.float_left
{
	float:left;
}
.large
{
	font-size:1.2em;
}
h1
{
	font-size:1.3em;
}
h2
{
	font-size:1.4em;
}
h3
{
	font-size:1.2em;
}
h4
{
	font-size:1em;
}
a
{
	text-decoration:none;
	font-weight:bold;
	color:#336666;
}
a:hover
{
	color:#b59174;
	text-decoration:underline;
}
a img
{
	border: none;
}
ul
{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	padding:0px;
	list-style-image:url(../images/site/bullet_arrow01.gif);
}
li
{
	margin-top:5px;
	margin-left:17px;
}
table
{
	border-collapse: collapse;
	margin:0px;
	padding:0px;
}
td
{
	margin:0px;
	padding:0px;
}
#body_container
{
	margin-left:auto;
	margin-right:auto;
	width:751px;
	border:1px solid #000000;
}
#emb_top
{
	display: block;
	height: 20px;
	background: url(../images/site/emb_top.gif) top left repeat-x;
}
#emb_bottom
{
	display: block;
	height: 20px;
	background: url(../images/site/emb_bottom.gif) top left repeat-x;
}
#main_content
{
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	color:#330000;
	background-color:#ebeef5;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
#left_nav
{
	width:159px;
	padding:15px;
	color:#ffffff;
	background-color:#275051;
	border-right:1px solid #ffffff;
}
#left_nav h4
{
	text-align:center;
	margin:5px;
}
#left_nav p
{
	margin:5px;
	text-align:center;
	font-size:.9em;
}
.altfont, #left_nav ul
{
	font-family: "Copperplate Gothic Light", Arial, Helvetica, sans-serif;
}
#left_nav ul
{
	font-size:.9em;
	font-weight:bold;
	width:160px;
}
#left_nav ul a
{
	text-transform:uppercase;
	text-decoration:none;
	color:#ffffff;
}
#left_nav ul a:hover
{
	color:#b59174;
}
#main_right
{
	width:560px;
}
#main_right p, #main_right h1, #main_right h2, #main_right h3, #main_right h4, #main_right ul, #main_right table
{
	text-align:justify;
	margin: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main_right #image
{
	margin-right:20px;
	margin-left:20px;
}
#main_right div#image
{
	margin-right:30px;
	margin-left:30px;
	margin:10px;
}
#main_right table#image td
{
	text-align:center;
	padding:10px;
}
#main_right #image img
{
	border: 2px solid #614342;
}
#main_right #image.float_right
{
	margin:10px;
	margin-right:30px;
	margin-left:20px;
}
#main_right #image.top_right
{
	float:right;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:0px;
	margin-top:0px;
}
#main_right #image.float_left, #main_right h4 #image.float_left
{
	margin:10px;
	margin-left:30px;
	margin-right:20px;
}
.noborder, #main_right #image.top_right img, #main_right #image img.noborder
{
	border: none;
}
#section
{
	display:table-row;
}
.pad30
{
	padding:30px;
}
.pad_default
{
	padding:30px;
	padding-top:10px;
	padding-bottom:10px;
}
.bottomborder
{
	border-bottom:1px solid #000000;
}
#image
{
	text-align:center;
}
#image p, #image h4
{
	text-align:center;
	margin:0px;
}
#image p
{
	font-size:.8em;
}
.full_width
{
	width:100%;
}
.text_center
{
	text-align:center;
}