body {
	background-image: url(../images/bg_grass.gif);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	text-align:center;
	margin:auto;
	scrollbar-face-color: #000000; 
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #000000; 
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color:#000000;
	scrollbar-base-color: #000000; 
	scrollbar-darkshadow-Color: #000000; 
}
#page {
	text-align: left;
	width: 750px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#header {
	width:712px;
	margin-top: 5px;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-left: 20px;
	
}
#content {
	width:710px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#leftCol {
	width:390px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:left;
}
#welcome {
	padding: 10px;
	color:#FFFFFF;
}
#break {
	padding: 10px;
}
#login {
	padding: 10px;
	color:#FFFFFF;
}
#rightCol {
	width:320px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:right;
}
#footer {
	width:690px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	clear:both;
	color:#FFFFFF;
}
a:link  {
	background-attachment: fixed;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
	color: #000000;
	background-position: 1px 5px;
	padding-left:9px;
	text-decoration:none;
}
a:visited {
	background-attachment: fixed;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
	color: #000000;
	background-position: 1px 5px;
	padding-left:9px;
	text-decoration:none;
}
a:hover {
	background-attachment: fixed;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
	color: #000000;
	background-position: 1px 5px;
	padding-left:9px;
	text-decoration:underline;
}
a.white:link {
	/*background-attachment: fixed;*/
	background-image: url(../images/link_arrow_white.gif);
	background-repeat: no-repeat;
	color: #e3e3e3;
	background-position: 1px 5px;
	/*padding-left:9px;*/
	text-decoration:none;
}
a.white:visited {
	/*background-attachment: fixed;*/
	background-image: url(../images/link_arrow_white.gif);
	background-repeat: no-repeat;
	color: #e3e3e3;
	background-position: 1px 5px;
	/*padding-left:9px;*/
	text-decoration:none;
}
a.white:hover {
	background-attachment: fixed;
	background-image: url(../images/link_arrow_white.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-position: 1px 5px;
	padding-left:9px;
	text-decoration:underline;
}
a.plain:link {
	background-attachment: fixed;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
	color: #000000;
	padding-left:0px;
	text-decoration:none;
}
a.plain:visited {
	background-attachment: fixed;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
	color: #000000;
	padding-left:0px;
	text-decoration:none;
}
a.plain:hover {
	background-attachment: fixed;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
	color: #000000;
	padding-left:0px;
	text-decoration:underline;
}
a.news:link {
	background-attachment: fixed;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
	color: #FFFF99;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:0px;
	text-decoration:none;
}
a.news:visited {
	background-attachment: fixed;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
	color: #FFFF99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:0px;
	text-decoration:none;
}
a.news:hover {
	background-attachment: fixed;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
	color: #FFFF99;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:0px;
	text-decoration:underline;
}
.stdInput {
	width:85px;
	height:18px;
	border:#999999 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#FFFFFF;
}
