/* Main tags */
body {
	margin:0;
	padding:0;
	color:#404040;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.72em;
	background-color: #E2E8EE;
	background-image: url(img/760shadoebg.gif);
	background-position: left top;
	background-repeat: repeat;
}
ul {margin:5px 0 16px 5px; padding:0;}
li {margin:0 0 8px 15px; padding:0; }
img {margin:10px auto 16px auto; padding:1px; background:#ffffff; border:1px solid #d0d0d0;}
a {
	color:#787C9D;
	font-weight:bold;
	text-decoration:none;
}
a:hover {color:#505050; text-decoration:underline;}
a img {border-color:#d85d5d;}
a img:hover {background:#d85d5d; border-color:#d85d5d;}

/* Wrap */
#wrap {width: 990px;}

/* Left sidebar */
#leftside {
	width:220px;
	text-align:right;
	float:left;
	background-image: url(img/sidebarbg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#leftside h1 {
	margin:20px 18px 0 5px;
	color:#069;
	font-size:1.4em;
	text-align:right;
}
#leftside h2, #leftside h3 {margin:0 20px 18px 5px; color:#808080; font-size:1.1em; font-weight:bold; letter-spacing:-1px; text-align:right;}
#leftside h3 {margin:20px 18px 4px 5px; color:#606060;}
#leftside p {margin:0 20px 18px 5px; color:#606060; font-size:0.8em;}
#leftside a {color:#808080}

/* Navigation menu */
#menu a {
	display:block;
	width:202px;
	padding:5px 18px 5px 0;
	color:#606060;
	font-size:.9em;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:-1px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
#menu a:hover {
	color:#303030;
	background-color: #f0f0f0;
}
#menu a.active {
	padding:5px 18px 5px 0;
	background:#fafafa;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A8B7C4;
	border-bottom-color: #A8B7C4;
}
#menu a.active:hover {
	color:#505050;
	background:#fafafa;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A8B7C4;
	border-bottom-color: #A8B7C4;
}

/* Right sidebar */
#extras {
	width:200px;
	float:right;
	color:#666;
	font-size: 90%;
}
#extras h2, #extras h3 {
	color:#606060;
	font-size:1.6em;
	font-weight:400;
	letter-spacing:-1px;
	text-align:left;
	border-bottom:2px solid #b0b0b0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
#extras p {line-height:1.4em; margin: 0 0 15px 0;}

/* Content area */
#content {
	width:525px;
	background:#fafafa;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#content p {margin:0 0 16px 0; line-height:1.5em;}
#content h1 {
	margin:0;
	color:#369;
	font-size:3.6em;
	text-align:center;
	letter-spacing: -1px;
}
#content h2 {
	color:#808080;
	font-weight:normal;
	font-size:2em;
	text-align:right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CED6DC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0;
}
#content h3 {
	margin:20px 0 10px 0;
	color:#369;
	font-weight:normal;
	font-size: 2em;
	letter-spacing:-2px;
}
.imgNoBorder {
	margin:10px auto 16px auto;
	padding:1px;
	background:#ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content h4 {
	color:#369;
	font-weight:bold;
	font-size: 1.3em;
	letter-spacing:-2px;
	float: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

