body {
	margin: 0;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

a {
	color: #77757a;
	text-decoration: none;
}

a:hover {
	color: #0063ad;
}

a img {
	border: 0;
}

/*
 * Center content
 */

#center {
	width: 950px;
	margin: 8px auto auto auto;
	text-align: left;
	overflow: hidden;
}
/*
 * Left-sided content
 */

.left {
	width: 262px;
	margin: 0 3px 0 0;
	float: left;
}
#sectionImage {
	visibility: hidden;
	height: 448px;
}

#facebook {
	margin-top: 50px;
}

/*
 * Right-sided content
 */

.right {
	width: 685px;
	float: right;
}

.right h2 {
	margin: 1em 0 1em 0;
	color: #0063ad;
	line-height: 1.5em;
	font-size: 1.3em;
	font-weight: normal;
}

.right h4 {
	margin: 1em 0 0 0;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}

.right .index{
	width: 645px;
	padding: 0 0 40px 40px;
	margin: 30px 0 0 0;
}

.right .index .split {
	height: 1px;
}

.right .index .box{
	width: 195px;
	margin: 0 20px 25px 0;
	float: right;
}

.right .index .box a,
.right .article a {
	padding: 0 0 0 12px;
	display: block;
	vertical-align: bottom;
	color: #0063ad;
	background-image: url("../img/standards/arrow_right-a.gif");
	background-position: bottom left;
	background-repeat: no-repeat;	
}

.right .box h2 {
	margin: 0;
}

#navigation a {
	text-transform: capitalize;
	font-weight: bold;
}

#navigation a, 
#subnavigation a {
	padding: 0 0 0 17px;
	display: block;
	background-image: url("../img/standards/arrow_right.gif");
	background-repeat: no-repeat;
/*	font-weight: normal;	*/
}

#navigation a.current,
#subnavigation a.current {
	color: #0063ad;
	background-image: url("../img/standards/arrow_right-a.gif");	
}

#navigation a:hover, 
#subnavigation a:hover {
	background-image: url("../img/standards/arrow_right-a.gif");
}

#subnavigation a {
	font-size: 0.8em;
}

/*
 * Logo
 */

#logo img {
	display: block;
}

/*
 * Navigation (main)
 */

#navigation {
	width: auto;
	height: 35px;
	padding: 45px 15px 0 15px;
	background-color: #edeced;
	font-weight: bold;
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation ul li {
	float: left;
	margin: 0 15px 0 0;
}

/*
 * Navigation (sub)
 */

#subnavigation {
	width: 165px;
	height: auto;
	padding: 50px 15px 30px 15px;
	background-color: #f7f7f7;
	background-image: url("../img/navigation/navigation_sub_background.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	font-weight: bold;
	float: left;
}

#subnavigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#subnavigation ul li {
	padding: 0;
	margin: 5px 0 0 0;
}

#subnavigation ul ul {
	padding: 0;
	margin: 0 0 0 17px;
}

#subnavigation ul li a {
	display: inline;
}

/*
 * Copy-text
 */

#copy {
	width: 440px;
	padding: 15px 15px 25px 15px;
	line-height: 1.6em;
	float: right;
}

#copy blockquote {
	padding: 10px;
	border-style: solid;
	border-color: #0063ad;
	border-width: 2px 0 2px 0;
	background-color: #cce0ef;
	margin: 1.5em 0 2em 0;
}

#copy blockquote p {
	margin: 0;
}

/*
 * Showing path to current page
 */
 
#tweets {
	height: 4em;
} 
#tweets ul {
	list-style: none;
	text-align: left;
	font-size: 10px;
	background: url(../img/icons/twitter.gif) no-repeat left top;
	margin-bottom: 0.5em;
}
#tweets ul li {
	padding-top: 3px;
	margin-bottom: 0;
	} 

#tweets .rrt-meta a {
	margin-left: 5px;
	color: #7d7d7d;
	font-weight: normal;
} 
 

#path {
	margin: 0 0 15px 0;
	color: #858388;
	font-size: 0.8em;
	font-weight: bold;
}

#path a {
	color: #858388;
}

#path a.last {
	color: #0063ad;
}

/*
 * Splitting boxes
 */

.split {
	width: auto;
	height: 8px;
	margin: 3px 0 3px 0;
	clear: both;
	overflow: hidden;
}

.blue {
	background-color: #74abd3;
}

.fontblue {
	color: #0063ad;
}

.grey {
	background-color: #bbbabc;
}

/*
 * Footer
 */

#footer {
	clear: both;
	font-size: 0.8em;
}

#footer .split {
	height: 1px;
}

#footer p {
	padding: 0 10px 0 10px;
}