body{
	background: #003d27 url(../images/background_1x600.jpg) repeat-x center top;
	padding: 0px;
	height: 100%;
}

.edge{
	margin:0px 0px 0px 0px;
	padding :0px 0px 0px 0px;
	display:block;
}

.main_edge_top_left_white{
	width:10px;
	height:10px;
	float:left;
	background-image:url(../images/rounded_top_left_white.png);
	background-repeat: no-repeat;
}

.main_edge_top_left_green{
	width:10px;
	height:10px;
	float:left;
	background-image:url(../images/rounded_top_left_green.png);
	background-repeat: no-repeat;
}

.main_edge_right_green{
	width:18px;
	height:100%;
	float:right;
	background-image:url(../images/right_bar_drop_green.png);
	background-repeat: repeat-y;
}

.main_edge_right_white{
	width:18px;
	height:100%;
	float:right;
	background-image:url(../images/right_bar_drop_white.png);
	background-repeat: repeat-y;
}

.main_edge_left{
	width:10px;
	height:100%;
	float:left;
}


.main_edge_top{
	width:740px;
	height:10px;
	float:left;
}

.main_edge_bottom_green{
	width:740px;
	height:18px;
	float:left;
	background-image:url(../images/bottom_bar_drop_green.png);
	background-repeat: repeat-x;
}

.main_edge_bottom_white{
	width:740px;
	height:18px;
	float:left;
	background-image:url(../images/bottom_bar_drop_white.png);
	background-repeat: repeat-x;
}

.main_edge_top_right_white{
	width:18px;
	height:10px;
	float:right;
	background-image:url(../images/rounded_top_right_white_drop.png);
	background-repeat: no-repeat;
}

.main_edge_top_right_green{
	width:18px;
	height:10px;
	float:right;
	background-image:url(../images/rounded_top_right_green_drop.png);
	background-repeat: no-repeat;
}

.main_edge_bottom_left_white{
	width:10px;
	height:18px;
	float:left;
	background-image:url(../images/rounded_bottom_left_white_drop.png);
	background-repeat: no-repeat;
}

.main_edge_bottom_left_green{
	width:10px;
	height:18px;
	float:left;
	clear:left;
	background-image:url(../images/rounded_bottom_left_green_drop.png);
	background-repeat: no-repeat;
}

.main_edge_bottom_right_white{
	width:18px;
	height:18px;
	float:right;
	background-image:url(../images/rounded_bottom_right_white_drop.png);
	background-repeat: no-repeat;
}

.main_edge_bottom_right_green{
	width:18px;
	height:18px;
	float:right;
	background-image:url(../images/rounded_bottom_right_green_drop.png);
	background-repeat: no-repeat;
}

.container{
	width: 768px;
	height: 420px;
	margin: 0 auto;
	padding :0px 0px 0px 0px;
	display:block;
	/*font-family: "Palatino", "Times New Roman", serif;*/
	font-family: arial, "lucida console", sans-serif;
	font-size: 70%;
	line-height: 12pt;
	color: #1a3e2f;
}

.extra_line_height{
	line-height: 14pt;
}

.italicize{
	font-style: italic;
}

.green{
	background-color: #d0ebce;
}

.white{
	background-color: #fdfefc;
}

.editor{
	width:96%;
	height:160px;
}

.form_error ul li{
	color:red;
}

.submit_another_button img{
	display:block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

.story_submit_table{
	height:100%;
}

.story_submit_table * ul{
	list-style-type: none;
}

.story_submit_table td:even{
	color:red;
}

.story_submit_right_col{
	width:60%;
}

.main {
	display:block;
	padding: 20px 40px 20px 40px;
	width:660px;
	height:380px;
	overflow:auto;
	float:left;
}

.signature{
	float:right;
	text-align:right;
}

.intro_main{
	clear:both;
	display:block;
	height:500px;
}

.intro_main span{
	color: #9ce1bf;
	display:none;
}

.researcher_photo{
	float:right;
	margin: 20px 80px 0px 0px;
}

.buttons{
	margin: 30px 0px 0px 0px;
	width: 100%
}

.buttons A:link, .buttons A:visited, .buttons A:active, .buttons A:hover, .buttons a img{
	text-decoration:none;
	border: 0;
	margin: 0px 6px 0px 6px;
}

.home_button{
	float:left;
}
.print_consent_button{
	float:left;
}
.rational_button{
	float:left;
}
.methodology_button{
	float:left;
}
.researcher_button{
	float:left;
}
.submit_story_button{
	float:right;
}
.enter_button{
	float:right;
}

.pagetitle{
	text-align:center;
	margin-top:0px;
}

.clickable{
	cursor:pointer;
}

.emailcelltop{
	border-top: 2px dotted #003d27;
	border-left: 2px dotted #003d27;
	border-right: 2px dotted #003d27;
}

.emailcellbottomleft{
	border-bottom: 2px dotted #003d27;
	border-left: 2px dotted #003d27;
}

.emailcellbottomright{
	border-bottom: 2px dotted #003d27;
	border-right: 2px dotted #003d27;
}

