/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
td {
	vertical-align: top;
}
a {
	color: #4D93CA;
	text-decoration: none;
}

#container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	position: relative;
}
#header{
	height: 106px;
	background-color: #000000;
	width: 860px;
}
#logo {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
}

#content_header{
	height: 46px;
	background-color: #B0B8BF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width: 100%;
}
#header_menu_wrapper {
	margin-right: 20px;
	text-align: right;
	float: right;
	height: 42px;
	padding: 2px;
}
#content_header a {
	background-image: url(images/gzam_arrow.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	font-size: 110%;
	margin: 10px;
	padding-left: 23px;
	background-position: 0px 2px;
}
#content_header a:hover {
	color: #000000;
}

#ltgray_bar{
	background-color: #D5D8DA;
	float: left;
	height: 46px;
	width: 250px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	z-index: 2;
}
#content_wrapper{
	background-image: url(images/content_gray_fade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
#textual_revolution {
	position: absolute;
	left: 20px;
	top: 127px;
	z-index: 10;
}

#content{
	padding-bottom: 70px;
}
#textbox{
	background-color: #FFFFFF;
	margin-left: 20px;
	padding: 20px;
	line-height: 22px;
}
#textbox p{
	display: block;
	margin-top: 0px;
}

#textbox strong {
	color: #4D93CA;
	font-weight: normal;
}
#process_chart{
	width: 368px;
	height: 399px;
	background-image: url(images/process_chart.jpg);
	background-repeat: no-repeat;
	position: fixed;
}
#process_chart #1 {
	position: absolute;
	left: 50px;
	top: 135px;
	font-style: italic;
	font-size: 10px;
	width: 120px;
	line-height: 10px;
	z-index: 10;
	height: auto;
	overflow: visible;
}
#process_chart #2 {
	position: absolute;
	left: 240px;
	top: 135px;
	font-style: italic;
	font-size: 8pt;
	width: 120px;
	line-height: 8pt;
}



#email_link{
	float: left;
	margin-top: 13px;
	margin-left: 20px;
	font-size: 115%;
}

#email_link a:hover{
	color: #000000;
}
