/* CSS Document */
/* defaults */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #633100;
	}
	
a {color:#633100; text-decoration: none;}
a.white:hover {color: #FFFFFF; text-decoration: underline;}

a:hover  {color: #633100;
	text-decoration: underline; }
	
	
/* page layout components */
.container {
	width: 780px;
	background-color:#633100;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	border-style: solid;
	border-width: thin;
	border-color:#000000;
	}

.logo{
	background-color:#633100;
	float: left;
	padding-left: 40px;	
	padding-top: 40px;
	height: 100px;
}

.header{
	float: right;
	margin-right: 50px;
	}
	
.title {
	float: right;
	margin-right: 38px;
	margin-top: 20px;
	}
	
html>body .title {margin-right: 70px;}
	
.text_box{
	background-image:url(images/bg_window_03.gif);
	background-repeat: repeat-y;
	width: 708px;
	border-style: solid;
	border-width: thin;
	border-color:#000000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 36px;
	}

.text_box_home{
	background-image:url(images/bg_window_03.gif);
	background-repeat: repeat-y;
	height: 400px;
	width: 708px;
	border-style: solid;
	border-width: thin;
	border-color:#000000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 36px;
	}
	
.nav{
	padding-top: 55px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	line-height: 12px;
}

.rest_of_body{
	float: left;
	width: 350px;
	padding: 50px;
	font-size:10px;
	line-height: 24px;
	}

.nav_home{
	float: left;
	width: 146px;
	height: 300px;
	padding-top: 55px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	line-height: 12px;
}
.rest_of_body_home{
	float: right;
	width: 410px;
	padding: 50px;
	font-size:10px;
	line-height: 24px;
	}
	
html>body .rest_of_body_home {
	padding-left: 47px;
	padding-top: 50px;
	padding-right: 53px;
	padding-bottom: 50px;
	}

/* type specs */

.kicker{
	float: left;
	width: 280px;
	padding-top: 0px;
	padding-left: 25px;
	line-height: 12px;
	margin-top: -5px;
	color: #FFFFFF;
	}

html>body .kicker {margin-top: -10px;}
	
span.white, a.white{
	color: #FFFFFF; 
	text-decoration: none;
	letter-spacing: 0.13em;
	text-align: justify;
	font-size: 10px;
	line-height: 12px;
	}

span.white {
	margin-top: 18px;
}
	
.body_text{
	text-align: justify;
}

.caption
	{
	line-height: 12px;
	text-align: center;
	}
.body_table
	{
	width: 450px;
	vertical-align: top;
	text-align: left;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	}
	
.thumb_table
	{
	vertical-align:top;
	text-align: center;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	}
.thumb_table tr {
	vertical-align:top;
	}
	
.title_text
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #633100;
	text-align: right;
	}
ul li ul
	{
	padding-right: 10px;
	}
