/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	behavior:url("csshover.htc");
}

div#shadow{
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/shadow.jpg) center repeat-y;
}

div#wrapper{
	width: 600px;
	margin-left: 15px;
	background: url(images/bkg.jpg) repeat-y;
}

div#container{
	width: 565px;
	margin-left: auto;
	margin-right: auto;
}

div#top{
	/*background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 58px;*/
}

div#middle{
	width: 565px;
	min-height: 700px;
}

*html div#middle{
	height: 700px;
}

div#banner{
	/*background: url(images/banner.jpg) center no-repeat;
	width: 527px;
	height: 341px;
	margin: 10px auto 0 auto;*/
}


div#content{
	width: 375px;
	margin-left: 185px;
	padding: 0;
	text-align: justify;
}

div#bottom{
	text-align: right;
	clear: both;
	padding: 0 0 3px 0;
	margin-top: 10px;;
	height: 25px;
}

div#shadow_bottom{
	background-image: url(images/shadow_bottom.jpg);
	background-repeat: no-repeat;
	width: 630px;
	height: 10px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}


/*---------------- Nav --------------------*/
div#nav_wrapper{
	float: left;
	width: 180px;
	margin-top: 20px;	
	padding: 0;
}

ul#nav{
	list-style: none outside;
	margin: 0 0 0 0;
	padding: 0;
}

ul#nav li{
	padding: 0 0 7px 0;
}

#nav a{
	color: #000000;
	text-decoration: none;
}

#nav a:hover{
	font-weight: bold;
	color: #D76235;
}

#nav li.current a{
	font-weight: bold;
	color: #D76235;
}	


/*---------- a and img Config --------------*/
img{
	padding: 0;
	margin: 0;
	border: none;
}

a{text-decoration: none;}


/*----------------- Type -------------------*/
.leftAlign{
	text-align: left;
}

h1 {
	color: #D76235;
	font-size: 110%;
	font-weight: bold;
	border-bottom: #D76235 solid 1px;
	text-indent: 0;
	padding: 20px 0 7px 0;
	margin: 0;
}

h2 {
	color: #8B3514;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 3px 0 7px 0;
}

#bottom p{
	font-size: 80%;
}