body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin: 0;
	background-color: #E9EFF3;
	background-image:url(../picture/interface/bg.png);
	background-repeat:repeat-x;
}

img {
	display: block;
	border-width: 0;
}

a {	
	color: #014C7A;
}
a:focus {
	outline: none; /* firefox dotted border fix */
}

form {
	margin: 0;
}

/* to fix ie6 <a> style over <img> */
.noBorder {
	text-decoration: none;
}

.printImg {
	position: absolute;
	visibility: hidden;
}

#adminTop {
	font-size: 12px;
	line-height: 30px;
	background-color: #CCC;
	text-align:center;
}

#bkgnd {
	width: 960px;
	margin: 0 auto;
}

#global {
	position: relative;
	width: 960px;	
	margin: 0 auto;
	padding: 0;
}

#global #topPub,
#global #skyPub {
	position: relative;	
	margin: 10px 0;
} 

#global #top {
	height: 78px;
	margin-top:10px;
	background-color:#014C7A;
}

#global #navigation {
	height: 25px;
	margin-bottom:10px;
}

#global #rightCol {
	float: right;
	width: 180px;
}

#global #content {
	float: left;
	width: 770px;
	padding-bottom: 5px;
	position: relative;
}

#footer {
	background-color:#003354;
	color:#fff;
	padding:20px 0;
	margin-top:25px;
	border-top:5px solid #014C7A;
}

#footer #footerContent {
	width:960px;
	margin:0 auto;
	text-align:center;
}

#footer #footerContent a{
	color:#fff;
	text-decoration:none;
	font-size:9px;
}

#global #footer #footerContent #madeBy {
	float: right;
}
#global #footer #footerContent #madeBy a {
	font-size: 8px;
	color: #FFF;
	text-decoration: none;
}
#global #footer #footerContent #madeBy a:hover {
	color: #BCCBD3;
}

.clearer{
	clear:both;
}

#global #slideshow_right{
	
	overflow:hidden;
}
#global #slideshow_right h1{
	text-align:center;
}

#global #slideshow_right a{
	text-decoration:none!important;
	border:0!important;
}

.required{
	color:#62051E;
}

