/*body {
	font-family: verdana, arial, helvetica, sans-serif;
}*/
#prompt{
	display:none;
	width: 100%; 
	height: 30px;
	padding-left:10px;
	font-size:12px;
	border: 1px solid #333333; 
}
#close_prompt{
	position:fixed;
	font-size:15px;
	right:14px;
	top:5px;
}
#close_prompt:hover{
	cursor:pointer;
	color:blue;
}
#main_body {
	font-family: verdana, arial, helvetica, sans-serif;
	/*color:#EEE8CD;*/
	/*word-spacing: 12px;*/
	background-color:#F6F4F0;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}
#body_center {
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	width: 1100px;
}

#head_img {
	width: 1100px;
	height: 80px;
	border-color: #00CDCD;
	border-bottom: 1px solid #53868B;
	background-image:url("../Gsds_images/head_img.gif");
/*
	background: #00CDCD;
	background: -webkit-linear-gradient(top,#00CDCD 0,#98F5FF 100%);
	background: -moz-linear-gradient(top,#00CDCD 0,#98F5FF 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#00CDCD),color-stop(100%,#98F5FF));
	background: -o-linear-gradient(top,#00CDCD 0,#98F5FF 100%);
	background: -ms-linear-gradient(top,#00CDCD 0,#98F5FF 100%);
	background: linear-gradient(to bottom,#00CDCD 0,#98F5FF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CDCD',endColorstr='#98F5FF',GradientType=0);
	background-size:100% 100%;
	background-repeat: no-repeat;
*/
	box-shadow: 0px 2px 2px 2px lightGrey;
}
#logo{
	float:left;
	position:relative;
	top:25px;
	left:25px;
	height:40px;
	width:130px;
	background-image:url("../Gsds_images/logo1.gif");
	background-size:100% 100%;
	background-repeat: no-repeat;
}
#logo_name{
	float:left;
	position:relative;
	top:25px;
	left:55px;
	height:60px;
	width:700px;
	font-style:italic;
	font-size:40px;
	color:#2299DD;
}
#logo_struct{
	position:relative;
	left:600px;
	height:80px;
	width:450px;
	background-image:url("../Gsds_images/logo_struct.gif");
	background-size:100% 100%;
	background-repeat: no-repeat;
}
/*
	font-size:60px;
	color:#2299DD;
*/
#topnavLine {
	height: 30px;
	border-color: #DFDFDF;
	border-bottom: 1px solid #53868B;
	background: #DFDFDF;
	background: -webkit-linear-gradient(top,#DFDFDF 0,#DFEDED 100%);
	background: -moz-linear-gradient(top,#DFDFDF 0,#DFEDED 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#DFDFDF),color-stop(100%,#DFEDED));
	background: -o-linear-gradient(top,#DFDFDF 0,#DFEDED 100%);
	background: -ms-linear-gradient(top,#DFDFDF 0,#DFEDED 100%);
	background: linear-gradient(to bottom,#DFDFDF 0,#DFEDED 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF',endColorstr='#DFEDED',GradientType=0);

	box-shadow: 0px 2px 2px 1px lightGrey;
	border-radius: 2px;

}
#topnavMenu {
	float: right;
	margin-top:auto;
	margin-bottom:auto;
	width: 500px;
	height:30px;
	line-height:28px;
	font-size: 100%;
	word-spacing: 2px;
	white-space: nowrap;
	border-collapse: collapse;
}
a.topnav {
	display:inline-block;
	width: 50px;
	height:30px;
	text-align:center;
	vertical-align:middle;
	color: #363636;
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {
	text-decoration:none;
	color:#00C6FB;
}
a:active {text-decoration:none;}
.emphasized {
	color:#F09D1E;
}
.question_mark {
	float: left;
	width: 17px;
	height: 18px;
	margin-left:3px;
	margin-right:3px;
	background-image: url("../Gsds_images/question_mark.gif");
	background-size:100% 100%;
	background-repeat: no-repeat;
}
