body {
	margin: 0px;
	background: #FFFFE5;
	background-image: url('../global_images/shadow_nosidebar.gif');
	background-position: center;
	background-repeat: repeat-y;
}

body#sidebar {
	margin: 0px;
	background: #FFFFE5;
	background-image: url('../global_images/shadow.gif');
	background-position: center;
	background-repeat: repeat-y
	}

a {
	color: #203695;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	font-style: italic;
	color: #203695;
	margin-top: 15px;
	margin-bottom: 0px;
}

h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: normal;
	font-style: italic;
	color: #203695;
	
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	margin-bottom: 0px;
	
	text-align: center;
	text-transform: uppercase;
}

img {
	border: 0px;
}

#master_container{
	position: relative;
	width: 788px;
	height: 100%;
	margin: auto;
}

#container {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 788px;
	z-index: 2;
}

#component_container {
	position: absolute;
	left: 35px;
	width: 723px;
}

#body_container {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 788px;
	z-index: 1;
}

#background_container {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 788px;
	margin: auto;
	height: 100%;
	z-index: 0;
}

#background {
	position: fixed;
	top: 0px;
	width: 788px;
	height: 100%;
	background: url("../global_images/shadow.gif");
}

#background_nosidebar {
	position: fixed;
	top: 0px;
	width: 788px;
	height: 100%;
	background: url("../global_images/shadow_nosidebar.gif");
}

#title_container {
	position: fixed;
	top: 0px;
	width: 723px;
	height: 72px;
	cursor: hand;
	cursor: pointer;
	background: url("../global_images/title.gif");
}

#title_mask_left {
	position: absolute;
	left: -35px;
	top: 0px;
	width: 35px;
	height: 83px;
	background: url("../global_images/title_mask_left.gif");
}

#title_mask_right {
	position: absolute;
	left: 723px;
	top: 0px;
	width: 24px;
	height: 83px;
	background: url("../global_images/title_mask_right.gif");
}

#footer_container {
	position: fixed;
	width: 723px;
	visibility: hidden;
	height: 32px;
	bottom: 0px;
	background: #E70A11 url("../global_images/footer.gif") no-repeat;
}

#footer_container_nojs {
	position: fixed;
	width: 723px;
	visibility: visible;
	height: 32px;
	bottom: 0px;
	background: #E70A11 url("../global_images/footer.gif") no-repeat;
}

#footer_mask_left {
	position: absolute;
	left: -35px;
	top: -11px;
	width: 35px;
	height: 43px;
	background: url("../global_images/footer_mask_left.gif");
}

#footer_mask_right {
	position: absolute;
	left: 723px;
	top: -11px;
	width: 24px;
	height: 43px;
	background: url("../global_images/footer_mask_right.gif");
}

#left_column {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 541px;
	text-align: left;
}

#left_column_nosidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 780px;
	text-align: left;
}

#left_column_nosidebar .pullquote {
	color: #E70A11;
	font-family: georgia;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	width: 200px;
	text-align: center;
	float: right;
	margin-right: -58px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border: 1px solid #E70A11;
	padding: 10px;
	background-color: #FFFFFF;
}

#left_column_nosidebar .issue_nav {
	color: #D24B1E;
	font-family: georgia;
	font-size: 12;
	line-height: 14px;
	width: 200px;
	float: right;
	margin-right: -58px;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	background-color: #FFF1E3;
}

#left_column_text {
	padding-top: 88px;
	padding-left: 55px;
	padding-right: 59px;
	padding-bottom: 60px;
	
	color: #000000;
	font-family: georgia;
	font-size: 14px;
	line-height: 21px;
}

#left_column_text_nav {
	padding-top: 88px;
	padding-left: 135px;
	padding-right: 59px;
	padding-bottom: 60px;
	
	color: #000000;
	font-family: georgia;
	font-size: 14px;
	line-height: 21px;
}

#left_column_text img {
	float: left;
	margin-left: -55px;
	margin-right: 7px;
}

#left_column_text .right {
	float: right;
	margin-right: -59px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#right_column {
	position: absolute;
	top: 0px;
	left: 534px;
	z-index: 0;
	width: 248px;
	height: 472px;
	overflow: visible;
	text-align: left;
	background-position: 0px 73px;
	background: url("../global_images/right_column_background.gif");
	background-repeat: no-repeat;
	
}

#right_column_text {
	padding-top: 80px;
	padding-left: 30px;
	padding-right: 54px;
	padding-bottom: 60px;
	
	color: #D24B1E;
	font-family: helvetica;
	font-size: 12;
	line-height: 18px;
}

#right_column_text img {
	float: right;
	margin-right: -54px;
	margin-left: 7px;
}


#right_column_text .center {
	float: none;
	margin-right: 7px;
	margin-left: 7px;
}






#text_bigger, #text_smaller, #contact {
	position: absolute;
	top: 12px;
	height: 8px;
}

#text_bigger {
	left: 585px;
	width: 36px;
}


#text_smaller {
	left: 629px;
	width: 45px;
}

#contact {
	left: 44px;
	width: 48px;
}

#print_email{
	position: absolute;
	left: 400px;
	top: 83px;
}


#nav_left
{
	position: absolute;
	left: -68px;
	top: 72px;
	background-color: #FFFFFF;
	border: 1px solid #E70A11;
	padding: 5px;
}

#nav_left_option_container
{
	width: 136px;
	display: table;
	background-color: #003366;
	padding-top: 8px;
	padding-bottom: 8px;
}

.nav_left_option_box {
	display: table-row;
	
}

.nav_left_option, .nav_left_option_on
{
	display: table-cell;
	padding-left: 24px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom:3px;
	height: 14px;
	font-family: helvetica;
	font-size: 9px;
	text-transform: uppercase;
	text-align: left;
}

.nav_left_option {
	color: #FFFFFF;
	background: url("../global_images/nav_left.gif");
	background-repeat: no-repeat;
	background-color: #003366;
}

.nav_left_option a {
	text-decoration: none;
	color: #FFFFFF;
}

.nav_left_option a:hover {
	color: #FFFF33;
}

.nav_left_option_on {
	color: #000000;
	background: url("../global_images/nav_left_on.gif");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#print_title {
	display: none;
}

.pullquote {
	color: #E70A11;
	font-family: georgia;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	width: 200px;
	text-align: center;
	float: right;
	margin-right: -59px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border: 1px solid #E70A11;
	padding: 10px;
	background-color: #FFFFFF;
}

.issue_nav {
	color: #D24B1E;
	font-family: georgia;
	font-size: 12;
	line-height: 14px;
	width: 200px;
	float: right;
	margin-right: -59px;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	background-color: #FFF1E3;
}

.blogphoto {
	color: #E70A11;
	text-align: center;
	float: right;
	margin-right: -59px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border: 1px solid #E70A11;
	padding: 10px;
	background-color: #FFFFFF;
}

.biophoto {
	color: #E70A11;
	text-align: center;
	float: right;
	margin-right: -59px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 120px;
	border: 1px solid #E70A11;
	padding: 10px;
	background-color: #FFFFFF;
}

.center
{
	float: left;
	clear: both;
	position: static;
	display: inline;
}

.hand {
	background: url("../global_images/hand_blue.gif");
	height: 39px;
	width: 214px;
}

.hand_left {
	background: url("../global_images/hand_blue_left.gif");
	height: 39px;
	width: 214px;
}

.hand_text {
	
	color: #D24B1E;
	font-family: georgia;
	font-size: 12;
	line-height: 18px;
	padding-top: 9px;
	padding-left: 59px;
}

.hand_text_off {
	
	color: #666666;
	font-family: georgia;
	font-size: 12;
	line-height: 18px;
	padding-top: 9px;
	padding-left: 59px;
}

.hand_text a {
	font-weight: normal;
	color: #D24B1E;