

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
	background-color: #8CA2B3;
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	background-image: url(background.gif);
	background-repeat: repeat-x;
}
#container {
   margin: 0px auto 0px auto;
   visibility: visible;
   width: 908px;
   position: relative;
}

#top {
	float:none;
	height: 52px;
	width: 908px;
	background-image: url(top.gif);
	background-repeat: no-repeat;
	text-align: center;
	
	
}
#content {
	float:none;
	height: 451px;
	width: 908px;
	background-image: url(bg.gif);
	background-repeat: no-repeat;	
}
#logo {
   visibility: visible;
   position: absolute;
   left: 15px;
   top: 50px;
   z-index: 1;
   width: 171;
   height: 60;
}
#pic {
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 50px;
   z-index: 2;
   width: 908;
   height: 451;
}

#columns {
   visibility: visible;
   position: absolute;
   left: 116px;
   top: 157px;
   z-index: 3;
   width: 215;
   height: 260;
}

#footer {
	float:none;
	height: 72px;
	width: 908px;
	background-image: url(footer.gif);
	background-repeat: no-repeat;	
}

.navlink a:link, .navlink a:visited, .navlink a:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-family: Tahoma, Verdana;
	font-weight: bold;
}
.navlink a:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma, Verdana;
	font-weight: bold;	
}
.redlink a:link, .redlink a:visited, .redlink a:active {
	color: #AF0000;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma, Verdana;
	font-weight: bold;
}
.redlink a:hover {
	color: #AF0000;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma, Verdana;
	font-weight: bold;	
}
.footerlink a:link, .footerlink a:visited, .footerlink a:active {
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #254258;
}
.footerlink a:hover {
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #254258;
}
#box1 {
	opacity:0.7;
	/* for IE */
  filter:alpha(opacity=70);
	/* CSS3 standard */
  opacity:0.7;
	background-image: url(box.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 208px;
	visibility: visible;
	position: absolute;
	left: 99px;
	top: 141px;
	z-index: 99;
	padding: 10px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}

#box2 {
	opacity:0.7;
	/* for IE */
  filter:alpha(opacity=70);
	/* CSS3 standard */
  opacity:0.7;
	background-image: url(box.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 208px;
	visibility: visible;
	position: absolute;
	left: 99px;
	top: 230px;
	z-index: 99;
	padding: 10px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
#box3 {
	opacity:0.7;
	/* for IE */
  filter:alpha(opacity=70);
	/* CSS3 standard */
  opacity:0.7;
	background-image: url(box.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 208px;
	visibility: visible;
	position: absolute;
	left: 99px;
	top: 320px;
	z-index: 99;
	padding: 10px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}

#button {
	background-image: url(buttonbg.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 130px;
	visibility: visible;
	position: absolute;
	left: 689px;
	top: 402px;
	z-index: 99;
	text-align: center;
	padding-top: 10px;
}
.footer {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #254258;
}
#login {
	float:none;
	width: 908px;
}
#login1 {
	float:left;
	width: 250px;
	padding-left: 50px;
}
#login2 {
	float:right;
	width: 550px;
	text-align: right;
	padding-right: 50px;
	padding-top: 10px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

.alert
{
	font-family: 'Times New Roman' , Times, serif;
	font-size: small;
	font-weight: lighter;
	font-style: italic;
	font-variant: normal;
	color: #FF0000;
	text-transform: none;
}