/*---------------------  BASIC  HTML  ---------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	color: #000000;
	text-align:center;
	/*background-color: #f1f2e6;*/
	background-image:url('/graphics/bgtile.jpg')

}

a {
	color: #556f75;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
	
a:hover {
	text-decoration: none;
	color:#89a360;
	font-weight: bold;
	font-size: 14px;
}


/*---------------------  LAYOUT  ---------------------*/
#wrapper {
	text-align: left;
	border: 2px solid #628088;
	margin-left: 10%;
	margin-right: 15%;
	border-bottom: 1px solid #628088;
	border-left: 1px solid #628088;
	border-right: 1px solid #628088;
	border-top: 1px solid #628088;
	width: 750px;
	background-color: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;

}


#container {
	text-align:left;
	background-color: #ffffff;
	padding: 10px;
	width: 700px;
}

#footer {
	text-align:center;
	background-color: #ffffff;
	padding: 10px;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size:9px;
	font-weight:normal;
	color: #000000;
	
}

#main {
	/*border:2px solid #FFA716;
	border-top: 1px solid #611D00;*/
	width: 550px;
	/*line-height:1.4em;*/
	display:block;
	background-color: #ffffff;
	vertical-align: top;
	padding:4px 10px;
	/*border-left: 1px solid #628088;*/
}

/*---------------------  Top Banner  ---------------------*/

#banner {
	width: 700px;
	height: 150px;
	text-align:center;
	background-color: #89a360;
}

/*---------------------  Nav Bar  ---------------------*/


#navbar {
	width: 700px;
	height: 12px;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #ffffff;
}

/*--------------------- Right Side Blocks -----------------------------*/

#right {
	width: 15%;
	padding: 0px 0px 5px 0px;
	/*margin:0px;*/
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:1.2em;
	display:inline;
	text-align:left;
	float:left;
}

#right .block {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	height:100%;
	/*border-right: 1px solid #628088;*/

	
}

#right .block .blocktitle {
	font-weight: bold;
	font-size: 12px;
	background-color: #efdfb5;
	/*display: block;*/
	margin:0px 0px;
	padding:4px 10px;
}
#right .block .imgblock {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	/*display: block;*/
	margin:0px 0px;
	text-align:center;
	border: 0px;
}
	
