/* reset browser default styles 
--------------------------------------------- */
* { margin: 0; padding: 0; font-size: 1em; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, address { margin: 1em 0 1em 0 ; }
li, dd { margin-left:5%; }
select option { padding: 0 10px 0 2px; }

/* structure styles 
--------------------------------------------- */

body {
	behavior:url("csshover.htc");
	background-color: #EDEEF3;
	font-family: arial, helvetica, verdana, sans-serif;
	padding: 10px 0 0 0;
}

#content_top {
	background: url(images/top_bg.jpg) top left no-repeat;
	width: 770px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/middle_bg.jpg) top left repeat-y;
}

#content_bottom {
	background: url(images/bottom_bg.jpg) top left no-repeat;
	width: 770px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	margin: 0 8px 0 6px;
	background-color: #D2D2D2;
	height: 120px;
}

#top .logo {
	margin: 15px 0 0 0;
}

#top .top_images {
	float: right;
	margin: 5px 10px 0 0;
}

#top .top_images img {
	border-style: solid;
	border-width: 5px;
	border-color: #EDEEF3;
	margin: 0 10px 0 10px;
}

#middle {
	margin: 0 8px 0 8px;
	overflow: hidden;
}

#middle_left {
	width: 210px;
	min-height: 300px;
	float: left;
	overflow-x: hidden;
}

#middle_right {
	float: right;
	margin: 0 8px 0 0;
	padding: 10px 0 0 0;
	width: 500px;
	min-height: 400px;
	overflow: hidden;
}

#clearboth {
	clear: both;
}

#bottom {
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #5E5E5E;
	font-weight: bold;
	clear: both;
}

#bottom a {
	font-size: 11px;
	color: #766CA8;
	text-decoration: none;
	font-weight: bold;
}

#bottom a:hover {
	color: #5E5E5E;
}



