/* ________________ Layout ________________ */

#container {
	max-width: 700px;
	width: 700px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: default;
}

#subContainer {
	max-width: 100%;
	width: 100%;
	height: 91%;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	margin-top: 25px;
	margin-bottom: 3px;
	float: left;
}

#logo {
	min-width: 100%;
	width: 100%;
	height: 75px;
	float: left;
}
	#logo h1 {
		color: #808080;
		font-family: verdana, sans-serif;
		font-weight: normal;
		font-size: 23px;
		text-align: center;
		margin-top: 23px;
	}
	#logo h2 {
		display: none;
	}
	

#banner {
	min-width: 100%;
	width: 100%;
	height: 40px;
	background-position: top left;
	background-image: url('layout/banner.jpg');
    	background-repeat: no-repeat;
	float: left;
}

#menu {
	width: 115px;
	color: black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #e3e3e3;
	background-position: top left;
	background-image: url('layout/menu.jpg');
    	background-repeat: no-repeat;
	margin-bottom: -1px;
	float: left;
}

#content {
	max-width: 565px;
	width: 565px;	
	min-height: 0px;
	text-align: left;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	float: left;
}

#footer {
	max-width: 285px;
	width: 285px;
	margin-left: 110px;
	float: left;
}
	#footer p {
		color: white;
		font-family: verdana, sans-serif;
		font-size: 10px;
		margin-top: -3px;
	}

#ebound {
	margin: 0px;
	margin-top: -7px;
	padding: 0px;
	float: right;
}
	#ebound a {
		font-family: verdana,sans-serif;
		font-size: 7px;
		font-weight: bold;
		color: white;
		text-decoration: none;
	}
	#ebound a:hover {
		font-size: 7px;
		font-weight: bold;
		color: black;
		text-decoration: none;
	}
	#ebound a span {
		font-family: "trebuchet ms", sans-serif;
		font-size: 14px;
	}


/* ________________ Generic styles ________________ */


body {
	height: 100%;
	background-color: #9C9A9C;
	font-family: arial,"microsoft sans serif", tahoma, verdana, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left; 
	background-position: top left;
	background-image: url('layout/');
    	background-repeat: no-repeat;
      	margin: 0px;
}


h1 {
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: black;
	text-align: center;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
}

	
p {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: black;
	text-indent: 0;
	text-align: center;
	line-height: 120%;
	margin: 0 0 10px 0;
}

a
{
	color: black;
	text-decoration: underline;
}

	a:hover
	{
		color: #FF6600;
		text-decoration: none;
	}


img {
	border: 0px;
	margin: 0px;
}



span.hide {
	display: none;
	visibility: hidden;
}


/* ________________ Specific styles ________________ */

/****************************************/
/*		Menu			*/
/****************************************/
#menu ul {
	max-width: 100%;
	width: 100%;
	margin: 0px;
	margin-bottom: 5px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	float: left;
}

#menu li {
	min-width: 100%;
	width: 100%;
	text-align: left;
	display: list-item;
	line-height: 120%;
	cursor: default;
	padding-top: 7px;
	float: left;
}


#menu li a {
	min-width: 100%;
	width: 100%;
	color: black;
	text-decoration: none;
	padding-left: 4px;
	float: left;
}

#menu li a:hover {
	color: #660066;
	text-decoration: underline;
}


/****************************************/
/*		Default			*/
/****************************************/
#text {
	max-width: 405px;
	width: 405px;
	float: left;
}

#image {
	max-width: 120px;
	width: 120px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: -1px;
	float: right;
}
	#image img {
		max-width: 120px;
		width: 120px;
		border: 1px solid black;
		margin-bottom: 15px;
		float: right;
	}