/*******
******** COMMON 1 STYLES FOR LAYOUT */

#body {
	width: 954px; margin: 0px auto; text-align: left;
}

/* QUICK NAVIGATION */
#quick-navigation {
	height: 103px; padding-top: 20px;
	font-size: .7em;
}
#quick-navigation select {
	width: 200px;
}

/* LEFT CONTENT */
#left {
	float: left; width: 455px; height: 455px; margin-right: 15px;
	font-size: .75em; overflow: hidden;
}
#left table {
	border-collapse: collapse; width: 455px; height: 455px;
}
#left table td {
	width: 142px; height: 140px; vertical-align: top; 
	padding-top: 11px; padding-left: 9px;
}
#left table td a {
	font-size: 90%;
}
#left table td * {
	vertical-align: text-bottom;
}


/* RIGHT CONTENT */
#right {
	position: relative; float: left; width: 464px; height: 420px; background-color: white; padding: 31px 10px 4px 10px;
	font-size: .75em; overflow: auto;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #fffbff;
	scrollbar-highlight-color: #adaaad;
	scrollbar-shadow-color: #424142;
	scrollbar-track-color: #efefef;
}

/* CONTENT */
#right h1, #right h2, #left h1 {
	font-size: 170%; font-family: "Century Gothic", serif; font-weight: normal; color: #808275; margin-bottom: 14px;
}
#left h1 {
	font-size: 160%; color: #fff;
}
#right h3 {
	font-size: 100%; padding-top: 1px; margin-bottom: 15px;
}
#right p {
	margin-bottom: 14px; line-height: 1.2em;
}
#right ul {
	position: relative; list-style-type: none;
}
#right ul li {
	padding-left: 14px; background: white url(../images/anchor.gif) 2px 4px no-repeat; margin-bottom: 7px;
}

/* HEADER LOGO */
#logo {
	clear: both; height: 64px;
}
#logo h2 {
	float: right; width: 204px; height: 64px; background: transparent url(../images/logo.jpg) right bottom no-repeat; text-indent: -5000px;
}
