/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../assets/interface/bg_grad.jpg) fixed;
	overflow:hidden;

}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/***********************************************/
/* Layer styles                             */
/***********************************************/
#interface {
	position:relative;
	width:955px;
	height:600px;
	z-index:1;
	background-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-top-color: #666666;
	border-top-width: 2px;
	border-left-color: #666666;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-style: none;
	top: 15px;
	margin: 0;
	padding: 0;
}
#head{
	background: url(../assets/interface/head.jpg) no-repeat scroll;
	position:absolute;
	left:0px;
	width:100%;
	height:240px;
	z-index:2;
	margin:0px;
	padding: 0;
	float: right;
}
/************** utility styles *****************/

#utility{
	width:250px;
	font: 66% Verdana,sans-serif;
	position: absolute;
	top: 75px;
	left:600px;
	color: #000000;
	z-index:99;
}

#utility a{
	color: #000000;
}

#utility a:hover{
	text-decoration: underline;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	z-index: 4;
	top: 3px;
}

#globalLink{
	top:170px;
	position: relative;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	text-align:left;
	font-size: 85%;
	left: 85px;
}


a.glink, a.glink:visited{
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px;
	border-right: 1px solid #8FB8BC;
	font-size: 12px;
}

a.glink:hover{
	color: #000000;
	text-decoration: none;
	background-color: #CED4E4;
}

/************ subglobalNav styles **************/

.subglobalNav{
	z-index:5;
	position: absolute;
	top:192px;
	left:80px;
	width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #000000;
	text-align:left;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 75%;
	color: #000000;
}

.subglobalNav a:hover{
	text-decoration: underline;
}


#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	z-index: 91;
	position: relative;
	font-variant: normal;
	text-align: center;
	width: 100%;
	bottom: -20px;

}
#copyright a{
	color: #000000;
	text-align: center;
	left: 50%;
}

#copyright a:hover{
	text-decoration: underline;
}
#news {
	background-color: #D0D3E4;
	z-index: 97;
	position: absolute;
	height: 45%;
	width: 200px;
	left: 741px;
	top: 250px;
}
#content{
	width:625px;
	height:320px;
	font: 66% Verdana,sans-serif;
	position: relative;
	top: 233px;
	left:-77px;
	color: #000000;
	z-index:6;

}
.noscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #006699;
	width: 200px;
}
