/* Global Properties */
body {
	background-image: url(assets/images/waterfall.jpg);
	background-repeat:repeat;

	background-color: #ffffff;
	font-size: 90%;
	font-family: Arial;
	text-decoration:none;
	padding:10px;
}
#wrap {
	background-color:#ffffff;
	margin:0px auto;
	width:98%;
	border: 2px solid #2A343D;
	overflow:hidden;
}

/* Top mini-navigation */
#topnav {

	background-color:#0504d4; 
	padding-top: 3px;
	padding-bottom:10px;
	border-bottom: 2px solid #2A343D;
	color: #E7E9DC;
	text-align: right;
	font-size:12px;
	padding-right: 20px;
	font-weight:600;
}
#topnav a {
	color: #E7E9DC;
	text-decoration:none;
}
#topnav a:hover {
	text-decoration:none;
	background-color:#2F4F4F;
}



/* The entire left column */
#left {
	width:265px;
	float: left;
	font-size: 120%;
	border-right:0px solid #BBBEAB;
	border-bottom:0px solid #BBBEAB;
	padding-top:0px;
	color: #ffffff;
	text-align:left;
}
/* The links on the left side */
#leftnav a {
	padding-top:5px;
	padding-bottom:5px;
	display: block;
	padding-left:20px;
	border-bottom:0px solid #BBBEAB;
	border-top:0px solid #D2D3C6;
	color:#060ac3;
	text-align:left;
	font-size:100%;
	text-decoration:none;
	font-weight:600;
}
#leftnav a:hover {color:#00ffff;
	/*background-color: #D1D3C3;*/
	background-color:#0504d4;
	text-decoration:none;
	font-weight:600;
}

#leftnav a:active {color: #0000ff;
	background-color: #D1D3C3;
	text-decoration:none;
	font-weight:600;
	
}


/* The entire center column */
#center {
	float:right;
	width:68%;
	margin-right:10px;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:50px;
	color: #65675D;
	background-color: #ffffff;
	
}
/* Center column headers */
#center h1 {
	margin: 3px;
	font-size: 175%;
	color: #000000;
}
#center h2 {
	margin: 3px;
	font-size:150%;
	color: #000000;
	}
#center h3 {
	margin: 3px;
	font-size:125%;
	color: #000000;
}
#center h4 {
	margin: 3px;
	font-size:110%;
	color: #000000;
}

/* Center paragraphs */
#center p {
	padding-left:16px;
	margin: 0px;
	margin-bottom:0px;
	padding-right:15px;
	color: #000000;
}
/* Center images */
#center img {
	float:left;
	border: 1px solid #979A84;
	margin:5px;
	margin-right:15px;
	margin-left:15px;
	padding:5px;
	
} 
/* 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;
}

#center a {	color: #A52A2A;
	text-decoration:none;
	font-weight:600;
	
}




/* Footer */
#footer {
	margin:0px auto;
	background-color:#0504d4; 
	padding-top:10px;
	padding-bottom: 3px;
	border-top: 2px solid #2A343D;
	color: #E7E9DC;
	text-align:center;
	float: right;
	width: 100%;
}
#footer p {
	padding-right: 100px;
	margin: 0px;
}
#footer a {
	color: #E7E9DC;
	border-bottom: 0px dashed #E7E9DC;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 0px;
}



