/**
 * Standards
 */

body {
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	background-repeat: repeat-y;
	text-align: center;
}

img {
	display: block;
}

a {
	color: #000;
	text-decoration: underline;
}

a img {
	border: 0px;
}

h1, h2, h3, h4 {
	font-size: 1em;
}

h2 {
	margin: 0px 0px 12px 0px;
}

h4 {
	padding: 0 0 1.5em 0;
	border: 0 solid #fff;
	border-width: 0 0 1px 0;
	margin: 1em 0 1.5em 0;
	display: block;
	font-style: italic;
	font-weight: normal;
}

p {
	margin: 0px 0px 15px 0px;
}

/**
 * Center
 */

.center {
	width: 1024px;
	height: auto;
	margin: auto;
	text-align: left;
	overflow: hidden;
}

.center.blank {
	background-color: #fff;
	background-image: none;
}

/**
 * Header
 */

.header {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 145px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0px 0px 3px 0px;
	background-color: #ffffff;
	overflow: hidden;
}

.header .content {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
}

.header img {
	float: left;
}

/**
 * Content
 */

.content {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 100%;
	overflow: hidden;
	clear: both;
}

.content .side {
	position: relative;
	top: 0px;
	left: 0px;
	width: 512px;
	height: auto;
	overflow: hidden;
	display: block;
}

.content .active {
	width: 620px;
}


.content .inactive {
	width: 400px;
}

.content .left {
	float: left;
}

.content .left.index {
	width: 509px;
	padding: 0 0 10em 0;
	border: 0 solid #fff;
	border-width: 0 3px 0 0;
	background-color: #ff0060;
	background-image: url("../img/standards/left_bg.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.content .right {
	float: right;
}

.content .right.index {
	padding: 0 0 10em 0;
	background-color: #ff7e00;
	background-image: url("../img/standards/right_bg.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
}

/**
 * Head
 */

.content .side .head {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 80px;
	padding: 0px 0px 0px 10px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0px;
}

.content .active .head {
	border-width: 0px 0px 1px 0px;
}

/**
 * Navigation
 */

.content .side .navigation {
	position: relative;
	top: 0px;
	left: 0px;
	width: 150px;
	height: auto;
	overflow: hidden;
	float: left;
}

.content .side .navigation ul {
	padding: 0px;
	margin: 35px auto 20px 10px;
	list-style: none;
}

.content .side .navigation ul.index {
	margin-left: 40px;
}

.content .side .navigation ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
	
}

.content .side .navigation ul li img {
	display: block;
}

/**
 * Copy
 */

.content .side .copy {
	position: relative;
	top: 0px;
	left: 0px;
	width: 469px;
	margin: 0px 0px 20px 1px;
	overflow: hidden;
}

*html .content .side .copy {
	width: 467px;
	margin: 0px 0px 0px 150px;
}

.content .side .copy img {
	border: 0 solid #fff;
	border-width: 1px 3px 3px 1px;
	margin: 0 0.8em 0.5em 0;
	float: left;
}

.content .side .copy ul {
	padding: 0 0 0 1.2em;
	margin: 1em 0 2em 0;
}

.content .side .copy .inner {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	padding: 10px;
}
