/* Global Properties */
body {
	margin: 0px;
	background-color: #FFFFFF;
	font-size: 75%;
	font-family: Arial;
}
a {
	color: #4E4F43;
}
a:hover {
	color: #2D2E2A;
}
/* Top mini-navigation */
.nav {
	background-color: #D74040;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 100%;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}
#nav {
	text-align: center;
	width: 100%;
	}	
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #272727;
	/**background-image: url(images/menu2.png);**/
	text-transform: uppercase;
}
.TopBanner {
	background-color: #FFFFFF;
	width: 100%;
	height: 150px;
	}
/* Banner */
#banner {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 6px;
	height: 64px;
	text-align: center;
}
#banner h1 {
	font-family: trebuchet ms;
	color: #E7E9DC;
	font-weight: normal;
	font-size: 250%;
	margin: 0px;	
}

/* The entire center column */
#center {
	float: left;
	width: 58%;
	margin-left: 0.8%;
	color: #65675D;
}
/* Center column headers */
#center h1 {
	margin: 3px;
	font-size: 175%;
	color: #3D3E37;
}
/* Center paragraphs */
#center p {
	padding-left: 6px;
	margin: 0px;
	margin-bottom: 5px;
}
/* Center images */
#center img {
	float: right;
	/*border: 1px solid #979A84;*/
	margin-left: 4px;
	margin-bottom: 4px;
}
/* Use class="left" if you want your image to be on the left */
#center .left {
	float: left;
	margin-left: 5px;
	margin-right: 4px;
	margin-bottom: 0px;
}
/* The entire right column */
#right {
	width: 17%;
	float: left;
	margin-left: 18px;
	margin-top: 5px;
	background-color: #C7C9B8;
	border-left: 1px solid #BBBEAB;
	border-bottom: 1px solid #BBBEAB;
	color: #4E4F43;
}
/* Right headings */
#right h1 {
	background-color: #D0D2C3;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 100%;
	margin: 0px;
	padding-left: 1%;
	border-bottom: 1px solid #BCBEB0;
	border-top: 1px solid #BCBEB0;
}
/* Right paragraphs */
#right p {
	padding: 2px;
	margin: 0px;
	margin-bottom: 3px;
}
/* The full screen */
#full {
	float: left;
	width: 96%;
	margin-left: 1%;
	margin-right: 1%;
        color: #65675D;
}
       