/* textured background
body {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", "Lucida Grande", Arial;
	background: #ab6100 url(../images/background-texture-blur.jpg) repeat-x;
}*/
 /*brown background
body {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", "Lucida Grande", Arial;
	background: #ab6100 url(../images/background-texture-blur.jpg) repeat-x;
}*/

body {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", "Lucida Grande", Arial;
	background: #b4c6fe;
	font-size:11pt;
	color:#020201;
}


A {
	color: #0d0082;
	font-weight: bold;
	text-decoration: none;
	background-repeat: repeat-x;
}

IMG {
	border: none;
}

.topborder {
	background-color: #efeee1;
	border-bottom:solid 3px ;
	border-color: #0d0082;
	color: #0d0082;
	font-weight: bold;
	font-size: small;
	padding: 4px;
	text-align: left;
	padding-left: 8px	;
}

#welcome_header {
	height: 155px;
	background-image: url(../images/gslp_banner.png);
}