	/* CSS Document */

	#bodyBox{
		width:62.5em;
		padding:0px;
		background-color:#FFFFFF;
	}

	#header{
		min-height:200px;
		height:auto !important;
		height:200px;
		width:62.5em;
		background-color:#476B8F;
	}

	#header div{
    float:right;
    width:753px;
    margin-top:10px;
    background-color:#FB9842;
  }
  
  #header img{
    float:left;
    margin-top:0px;
  }
  
	#navBar{
	  background-color:#FC9843;
/*	background-image:url("navbackt.gif");*/
    min-height:350px;
		height:auto !important;
		height:350px;
		width:190px;
		float:left;
    border-color:#E15226;
    border-style:solid;
    border-width:5px;
	}



#mainContent
{
	  min-height:280px;
		height:auto !important;
		height:280px;
		width:760px;
		float:left;
		padding:10px;
		font-family: Garamond, Arial;
		font-size:1.2em;

}
#mainContent div{
	margin:10.5em 0 0 0;	
}

#forumContent{
    min-height:700px;
		height:auto !important;
		height:700px;
		width:790px;
		float:left;
		padding:5px;
}
#forumTopics{
	min-height:650px;
	height:auto !important;
	height:650px;
	padding-left:6px;
	width:30%;
	float:left;
	border-style:solid;
	border-width:5px;
	border-color:#476B8F;
	padding:5px;
}

#forumPosts{
	min-height:600px;
	height:auto !important;
	height:650px;
	padding-left:10px;
	width:62%;
	float:right;
	border-style:solid;
	border-width:5px;
	border-color:#E15226;
	padding:5px;
}
	/* LISTS */
	#navBar ul{
		list-style-type:none;
		margin:10px 0 0 20px;
		padding:0;
		font-family: Garamond, Arial;
		font-weight: normal;
		font-style: italic;
		color: #ffffff;
		font-size:1.4em;
	}
	#navBar ul li{
	margin-top:2px;
	}

/* LINKS */
#navBar ul a{
  text-decoration:none;
  color:#ffffff;
  padding:2px;
}

#navBar ul a:hover{
  background-color:#ffffff;
  padding:2px;
  color:#F04109;
}
#navBar ul a#disabled{
  color:#333333;
 /* background-color:#FB7722;*/
}

	/*TEXT */
	#header h1{
	  float:left;
	  display:inline;
		margin:0 0 0 5px;
		font-family: Garamond, Arial;
		font-weight: normal;
		font-style: italic;
		color: #ffffff;
		font-size: 5em;
	}
	
#header h3{
		margin:5px 0 5px 10px;
		font-family: Garamond, Arial;
		font-weight: normal;
		font-style: italic;
		color: #476B8F;
		font-size: 2em;
	}
	
span#legal{
		font-family: Garamond, Arial;
		font-weight: normal;
		font-style: italic;
		color: #476B8F;
		font-size: 0.9em;
}
