/************* CONTAINER **********************/
#container {
	position:relative;
}
#header {
	background:url(Images/break.jpg) no-repeat center bottom;
	width:758px;
	height:273px;
	margin:auto;
}
#main {
	width:758px;
	margin:auto;
	position:relative;
}
#contentarea {
	float:left;
	text-align:left;
	background:#FFF url(Images/seal_bg.jpg) no-repeat bottom right;
	border:#AAAAAA 1px solid;
	width:554px;
	margin:20px 0px 4px 2px;
	padding-top:15px;
}
#isite_content {
	margin:10px;
	padding-top:10px;
}
#contentheader {
	position:absolute;
	background:url(Images/Header_01.jpg) no-repeat top left;
	width:550px;
	height:37px;
	left: 8px;
	top: -1px;
}
#contentheader h3 {
	display:none;
}
/*** SIDEBAR ***/
#sidebar {
	float:right;
	width:190px;
	margin-right:2px;
}
#spacer {
	height:117px;
	margin-top:8px;
}
#logospace {
	margin-top:8px;
}
#special {
	background:#FFF;
	border:#443266 1px solid;
	padding:1px;
	position:absolute;
	/*left: 564px;*/
	left:575px;
	top: 54px;
	width: 211px;
	height: 110px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#35264E', Direction=135, Strength=2);
}
#search {
	background:#FFF url(Images/search_bg.jpg) no-repeat;
	border:#7B7B92 1px solid;
	margin-left:1px;
	padding:10px 0px 8px 0px;
}
#search form {
	margin:0px;
	padding-bottom:5px;
}
#search input {
	color:#443266;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:125px;
	margin-right:3px;
	padding:3px;
}
#search select {
	font-size:11px;
	color:#443266;
	width:160px;
}