/* GLOBAL
-------------------------------------------------------------------- */
body { 
	margin: 0;
	padding: 0;
	text-align: left;
	background: #ffffff url(/csdocs/theme/gywa/imgs/bg.gif) repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}

a:link {
	color: #0033cc;
	text-decoration: underline;
	}
a:hover {
	color: #0033cc;
	text-decoration: none;
	}

.req {
	font-size: 11px;
	color: #ec9a10;
	font-weight: normal;
	}

img {
	border: 0
	}

form {
	padding: 0;
	margin: 0;
	}

fieldset, legend {
	border: none;
	}
	
th {
	background: #e5e5f7;
	font-weight: bold;
	}	

/* STRUCTURE
-------------------------------------------------------------------- */
#wrapper {
	width: 780px;
	text-align: left;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}

#head {
	width: 780px;
	height: 105px;
	text-align: left;
	background-color: #2c956c;
	position: relative;
	margin: 0;
	padding: 0;
	}

#content {
	text-align: left;
	margin: 0;
	padding: 15px;
	}

#footer {
	width: 780px;
	height: 30px;
	text-align: center;
	margin: 0;
	padding: 0;
	}


/* Util Nav and Title
-------------------------------------------------------------------- */
#head #util {
	position: absolute;
	top: 0;
	right: 10px;
	height: 30px;
	margin: 0;
	padding: 0;
	}
#head #util #left {
	width: 2px;
	height: 30px;
	background: url(/csdocs/theme/gywa/imgs/util_left.gif) no-repeat left top;
	float: left;
	}
#head #util #right {
	width: 2px;
	height: 30px;
	background: url(/csdocs/theme/gywa/imgs/util_right.gif) no-repeat right top;
	float: left;
	}
#head #util #middle {
	height: 30px;
	background-color: #2b674d;
	margin: 0;
	padding: 0;
	float: left;
	}
#head #util #middle ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 7px 0 10px;
	}
#head #util #middle ul li {
	font-size: 11px;
	line-height: 25px;
	display: inline;
	padding: 0 5px 0 0;
	}
	#head #util #middle ul li a {
	color: #ffffff;
	text-decoration: underline;
	}
	#head #util #middle ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	}

#head #title {
	font-size: 19px;
	color: #fff;
	margin: 0;
	padding: 40px 0 0 10px;
	}
#head #titleIMG {
	position: absolute;
	top: 30px;
	left: 10px;
	background: url(/csdocs/theme/gywa/imgs/header.gif) no-repeat left top;
	width: 648px;
	height: 37px;
	}


/* Nav
-------------------------------------------------------------------- */
#head #easytabs {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 780px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 10px 0 0 4px;
	padding: 0 0 0 5px;
	}
* html #head #easytabs { /* IE6 */
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 780px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 10px 0 0 4px;
	padding: 0 0 0 5px;
	}
#head #easytabs ul {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#head #easytabs li {
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	}
#head #easytabs a {
	float: left;
	background: #ffe054 url(/csdocs/theme/gywa/imgs/tab_left.gif) no-repeat left top; /* tab color */
	color: #2b674d; /* text color */
	text-decoration: none;
	letter-spacing: 1px;
	margin: 0 3px 0 0;
	padding: 0 0 1px 3px;
	}
#head #easytabs a span {
	float: left;
	display: block;
	background: transparent url(/csdocs/theme/gywa/imgs/tab_right.gif) no-repeat right top;
	padding: 5px 14px 3px 11px;
	}
#head #easytabs a span {
	float: none;
	}
#head #easytabs a:hover { /* text hover */
	background-color: #ffffff;
	}
#head #easytabs a:hover span { /* text hover */
	background-color: #ffffff;
	}
#head #easytabs #on a, #head #easytabs #on span { /*currently selected tab*/
	background-color: #ffffff;
	}


/* Sitewide
-------------------------------------------------------------------- */
#content h1 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #2b674d;
	margin: 25px 0 5px 0;
	padding: 0;
	}
#content h2 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #2b674d;
	margin: 20px 0 10px 0;
	padding: 0;
	}
#content h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #666666;
	margin: 10px 0 0 0;
	padding: 0;
	}
#content p {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 10px 0;
	padding: 0;
	}
	#content p a {
	color: #0033cc;
	text-decoration: underline;
	}
	#content p a:hover {
	color: #0033cc;
	text-decoration: none;
	}
#content ul {
	list-style-type: disc;
	margin: 10px 0 0 40px;
	padding: 0;
	}
#content ul li {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0 0 5px 0;
	padding: 0;
	}
	#content ul li a {
	color: #0033cc;
	text-decoration: underline;
	}
	#content ul li a:hover {
	color: #0033cc;
	text-decoration: none;
	}
#content ul li ul {
	margin: 0;
	padding: 10px 0 0 18px;
	}
#content ul li ul li {
	margin: 0;
	padding: 0;
	}
#content ul li span.new {	
	background-color: #7575d0;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	margin-left: 4px;
	padding: 1px 2px 1px 2px;
	}
#content ul.arrows {
	list-style-type: none;
	margin: 10px 0 0 5px;
	padding: 0;
	}
#content ul.arrows li {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background: url(/csdocs/theme/gywa/imgs/arrow_blue.gif) no-repeat 0 50%;
	margin: 0 0 5px 0;
	padding: 0 0 0 12px;
	}
	#content ul.arrows li a {
	color: #0033cc;
	text-decoration: underline;
	}
	#content ul.arrows li a:hover {
	color: #0033cc;
	text-decoration: none;
	}

#content span.action {
	font-size: 11px;
	font-weight: normal;
	}
	#content span.action a {
	color: #0033cc;
	text-decoration: underline;
	}
	#content span.action a:hover {
	color: #0033cc;
	text-decoration: none;
	}

#content #footer p {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	margin: 10px 0 10px 0;
	padding: 0;
	}
	#content #footer p a {
	color: #0033cc;
	text-decoration: underline;
	}
	#content #footer p a:hover {
	color: #0033cc;
	text-decoration: none;
	}


/* Home
-------------------------------------------------------------------- */
#content #left {
	width: 490px;
	float: left;
	margin: 15px 0 0 0;
	padding: 0 0 20px 0;
	}
#content #left p.date {
	font-size: 13px;
	line-height: 15px;
	color: #666666;
	margin: 0 0 10px 0;
	padding: 0;
	}
#content #left .logos {
	width: 482px;
	height: 94px;
	background: url(/csdocs/theme/gywa/imgs/logos.gif) no-repeat top left;
	margin: 0 0 10px 0;
	padding: 0;
	}
#content #left p.logosText {
	font-size: 14px;
	line-height: 15px;
	color: #2b674d;
	margin: 5px 0 20px 0;
	padding: 0;
	}
#content #left h2 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #2b674d;
	margin: 25px 0 10px 0;
	padding: 0;
	}
#content #left ul {
	list-style-type: disc;
	margin: 10px 0 0 30px;
	padding: 0;
	}
#content #left ul li {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0 0 5px 0;
	padding: 0;
	}
	#content #left ul li a {
	color: #0033cc;
	text-decoration: underline;
	}
	#content #left ul li a:hover {
	color: #0033cc;
	text-decoration: none;
	}

#content #right {
	width: 215px;
	float: right;
	margin: 15px 0 0 0;
	padding: 0 0 20px 0;
	}
#content #right .box {
	width: 215px;
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	margin: 0 0 15px 0;
	padding: 0;
	}
#content #right .box h4 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin: 10px;
	padding: 0;
	}
#content #right .box p {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	margin: 0 10px 10px 10px;
	padding: 0;
	}
#content #right .box .date {
	background-color: #e2e2e2;
	color: #666666;
	font-size: 12px;
	margin-bottom: 15px;
	padding: 10px;
	}
#content #right .box .graphic {
	width: 173px;
	height: 140px;
	border: 1px solid #999999;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
#content #right .box ul {
	list-style-type: none;
	margin: 5px 0 0 10px;
	padding: 0;
	}
#content #right .box ul li {
	background: url(/csdocs/theme/gywa/imgs/bullet_red.gif) no-repeat 0 40%;
	padding-left: 13px;
	}
#content #right .box hr {
	border: none 0;
	border-top: 1px dotted #999999;
	width: 100%;
	height: 1px;
	padding-top: 5px;
	margin-bottom: 5px;
	}


/* Agenda
-------------------------------------------------------------------- */
#content .box {
	width: 738px;
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	margin: 0 0 15px 0;
	padding: 0;
	}
* html #content .box { /* IE6 */
	width: 733px;
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	margin: 0 0 15px 0;
	padding: 0;
	}
#content .box .left {
	float: left;
	width: 590px;
	border-right: 1px dotted #cccccc;
	margin: 0;
	padding: 10px;
	}
#content .box .left p {
	margin: 0 0 10px 0;
	padding: 0;
	}
#content .box .left h2 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #333333;
	background: url(/csdocs/theme/gywa/imgs/arrow_blue.gif) no-repeat 0 50%;
	margin: 0 0 10px 0;
	padding: 0 0 0 12px;
	}
#content .box .right {
	float: right;
	width: 122px;
	text-align: center;
	background: url(/csdocs/theme/gywa/imgs/icon_arrow_orange.gif) no-repeat 49% 25%;
	margin: 0;
	padding: 0;
	}
* html #content .box .right { /* IE6 */
	float: right;
	width: 112px;
	text-align: center;
	background: url(/csdocs/theme/gywa/imgs/icon_arrow_orange.gif) no-repeat 49% 25%;
	margin: 0;
	padding: 0;
	}
#content .box .right p {
	margin: 35px 0 0 0;
	padding: 0 2px 0 0;
	}

#content .agendDetail {
	width: 740px;
	margin: 7px 0 10px 0;	
	padding: 0;
	}
* html #content .agendDetail { /* IE6 */
	width: 740px;
	margin: 0;	
	padding: 10px 0 0 0;
	}
*:first-child+html #content .agendDetail { /* IE7 */
	width: 740px;
	margin: 0;	
	padding: 10px 0 0 0;
	}
#content .agendDetail .left {
	float: left;
	width: 375px;
	margin: 0;
	padding: 0;
	}
#content .agendDetail p.date {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #666666;
	margin: 0;
	padding: 0;
	}
#content .agendDetail h1 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #2b674d;
	margin: 0;
	padding: 0;
	}
#content .agendDetail .right {
	float: right;
	width: 360px;
	text-align: right;
	margin: 0;
	padding: 0;
	}
#content .agendDetail .right p {
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	margin: 0;
	padding: 0;
	}

#content .toc {
	width: 740px;
	height: 25px;
	background: #e5e5f7;
	margin: 0 0 20px 0;
	padding: 0;
	}
#content .toc ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 7px 0 10px;
	}
#content .toc ul li {
	font-size: 11px;
	line-height: 23px;
	display: inline;
	padding: 0 7px 0 0;
	}

#content .box h2 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #333333;
	background: url(/csdocs/theme/gywa/imgs/arrow_blue.gif) no-repeat 0 50%;
	margin: 10px 10px 5px 10px;
	padding: 0 0 0 12px;
	}
#content .box h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 0;
	}
#content .box p {
	margin: 0;
	padding: 0 10px 10px 10px;
	}
#content .box p.note {
	font-size: 11px;
	color: #666666;
	margin: 0 10px 5px 10px;
	padding: 0;
	}
#content .box hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	width: 95%;
	height: 1px;
	padding-top: 5px;
	margin-bottom: 5px;
	}


/* Discussion
-------------------------------------------------------------------- */
#content #subUtil {
	float: right;
	margin: 0 10px 0 0;
	padding: 0;
	}
#content #subUtil p {
	display: inline;
	margin: 0;
	padding: 0;
	}
	#content #subUtil p a {
	font-size: 11px;
	color: #0033cc;
	text-decoration: underline;
	}
	#content #subUtil p a:hover {
	font-size: 11px;
	color: #0033cc;
	text-decoration: none;
	}
#content #subUtil p.print {
	background: url(/csdocs/theme/gywa/imgs/icon_print.gif) no-repeat 0 50%;
	padding-left: 18px;
	}
#content #subUtil p.tips {
	background: url(/csdocs/theme/gywa/imgs/icon_tips.gif) no-repeat 0 40%;
	margin-left: 10px;
	padding-left: 18px;
	}

#content #subH1 {
	margin: 0 0 20px 0;
	padding: 0;
	}
#content #subH1 p {
	display: inline;
	margin: 0;
	padding: 0;
	}
	#content #subH1 p a {
	font-size: 11px;
	color: #0033cc;
	text-decoration: underline;
	}
	#content #subH1 p a:hover {
	font-size: 11px;
	color: #0033cc;
	text-decoration: none;
	}
#content #subH1 p.comment {
	background: url(/csdocs/theme/gywa/imgs/icon_comment.gif) no-repeat 0 50%;
	margin-left: 15px;
	padding-left: 18px;
	}


/* Discussion / Modules
-------------------------------------------------------------------- */
#content .mod {
	width: 745px;
	background: #e5e5f7 url(/csdocs/theme/gywa/imgs/mod_745_bottom.gif) no-repeat bottom left;
	margin: 0 0 2px 0;
	padding: 0;
	}
#content .mod .top {
	background: #e5e5f7 url(/csdocs/theme/gywa/imgs/mod_745_top.gif) no-repeat top left;
	margin: 0;
	padding: 3px 0 3px 0;
	}
#content .mod p {
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0 8px 10px 8px;
	}
	#content .mod p a {
	color: #0033cc;
	text-decoration: underline;
	}
	#content .mod p a:hover {
	color: #0033cc;
	text-decoration: none;
	}
#content .mod h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 5px 8px 3px 8px;
	}
#content .mod h3 {
	font-size: 13px;
	font-weight: bold;
	color: #2b674d;
	margin: 0;
	padding: 5px 8px 3px 8px;
	}
#content .mod p.messages {
	font-size: 11px;
	color: #000000;
	text-align: right;
	margin: 0;
	padding: 3px 8px 10px 8px;
	}
	#content .mod p.messages a {
	color: #0033cc;
	text-decoration: underline;
	}
	#content .mod p.messages a:hover {
	color: #0033cc;
	text-decoration: none;
	}
#content .mod div.agree {
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background: url(/csdocs/theme/gywa/imgs/icon_check.gif) no-repeat left top;
	margin: 0 0 0 10px;
	padding: 3px 0 0 30px;
	}

#content .mod div.disagree {
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background: url(/csdocs/theme/gywa/imgs/icon_nocheck.gif) no-repeat left top;
	margin: 0 0 0 10px;
	padding: 3px 0 0 30px;
	}

#content .mod div.agree span.what, #content .mod div.disagree span.what {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	}
	#content .mod div.agree span.what a, #content .mod div.disagree span.what a {
	color: #0033cc;
	text-decoration: underline;
	}
	#content .mod div.agree span.what a:hover, #content .mod div.disagree span.what a:hover {
	color: #0033cc;
	text-decoration: none;
	}
#content .mod .date {
	float: right;
	text-align: right;
	margin: 5px 8px 0 0;
	}
* html #content .mod .date { /* IE6 */
	float: right;
	text-align: right;
	margin: 5px 4px 0 0;
	}
#content .mod .date p {
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0 0 2px 0;
	}
	#content .mod .date p a {
	color: #0033cc;
	text-decoration: underline;
	}
	#content .mod .date p a:hover {
	color: #0033cc;
	text-decoration: none;
	}
#content .mod .prev {
	width: 133px;
	height: 20px;
	background: #ffffff;
	border-bottom: 2px solid #ffe054; 
	border-right: 2px solid #ffe054; 
	float: left;
	margin: 2px 0 10px 8px;
	padding: 0;
	}
	#content .mod .prev a {
	color: #0033cc;
	text-decoration: none;
	line-height: 19px;
	padding-left: 5px;
	}
	#content .mod .prev:hover {
	background: #f2f2f2;
	}
#content .mod .next {
	width: 133px;
	height: 20px;
	background: #ffffff;
	border-bottom: 2px solid #ffe054; 
	border-right: 2px solid #ffe054; 
	float: left;
	margin: 2px 0 10px 8px;
	padding: 0;
	}
	#content .mod .next a {
	color: #0033cc;
	text-decoration: none;
	line-height: 19px;
	padding-left: 18px;
	}
	#content .mod .next:hover {
	background: #f2f2f2;
	}
#content .mod .reply {
	width: 133px;
	height: 20px;
	background: #ffffff;
	border-bottom: 2px solid #ffe054; 
	border-right: 2px solid #ffe054; 
	float: right;
	margin: 2px 8px 10px 8px;
	padding: 0;
	}
	#content .mod .reply a {
	color: #0033cc;
	text-decoration: none;
	line-height: 19px;
	background: url(/csdocs/theme/gywa/imgs/icon_reply.gif) no-repeat 5px 2px;
	padding-left: 20px;
	}
	#content .mod .reply:hover {
	background: url(/csdocs/theme/gywa/imgs/icon_reply.gif) no-repeat 5px 2px;
	background: #f2f2f2;
	}
#content .mod .showComments {
	float: right;
	font-size: 11px;
	margin: 5px 8px 0 0;
	}
	#content .mod .showComments a {
	color: #0033cc;
	text-decoration: underline;
	}
	#content .mod .showComments a:hover {
	color: #0033cc;
	text-decoration: none;
	}

#content .mgr {
	margin: 0 8px 12px 8px;
	padding: 0;
	}
#content .mgr h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0 0 0;
	padding: 0;
	}
#content .mgr p {
	font-size: 12px;
	color: #000000;
	margin: 3px 0 10px 0;
	padding: 0;
	}
	#content .mgr p a {
	color: #0033cc;
	text-decoration: underline;
	}
	#content .mgr p a:hover {
	color: #0033cc;
	text-decoration: none;
	}

#content .discForm {
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 10px;
	padding: 10px 10px 0 0;
	}
#content .discForm .date {
	float: right;
	width: 200px;
	text-align: right;
	margin: 0;
	padding: 0;
	}