/* Body & Tag Settings */

html
{
	scrollbar-face-color: #FFFFFF;  
	scrollbar-shadow-color: #181818;
	scrollbar-highlight-color: #A3A1A7;
	scrollbar-3dlight-color: #EBEBEB;
	scrollbar-darkshadow-color: #EBEBEB;
	scrollbar-track-color: #EBEBEB;
	scrollbar-arrow-color: #68BA26;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body,html
{ 
scrollbar-face-background-image: url(../images/scroller.gif); 
scrollbar-track-background-image: url(../images/scroller.gif); 
}
/*
scrollbar-arrow-background-image:url('../images/scroller.gif'); 
scrollbar-3dlight-background-image:url('YOUR IMAGE HERE'); 
scrollbar-darkshadow-background-image:url('YOUR IMAGE HERE'); 
*/
/*
scrollbar-highlight-background-image:url('YOUR IMAGE HERE'); 
scrollbar-shadow-background-image:url('YOUR IMAGE HERE'); 
*/
.sidetext {
	font-size: 11px;
	color: #999999;
}
.sidetextawards {
	font-size: 10px;
	color: #999999;
	text-indent: -10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 4px 0px;
}
.maintext {
	font-size: 11px;
	color: #000000;
	text-align: justify;
	width: 390px;
}
.mainandscroll {
    overflow-y: scroll; width: 420; height: 308; border: 0 #000000 solid; text-align: left;  padding: 2px;
}
body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smalllinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6E6D72;
}
.smalllinks2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	color: #6E6D72;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #EBEBEB;
	height: 100%;
}

/* Link Settings */
.linksplash {
	color: #6E6D72;
	padding-top: 5px;
/*	border: 1px solid;*/
}
a:link,a:active,a:visited {
	text-decoration: none;
	color: #6E6D72;
}
a:hover {
	text-decoration: none;
	color: #61B627;
}
a:link.alt,a:active.alt,a:visited.alt,div.alt {
	text-decoration: none;
	color: #6E6D72;
}
a:hover.alt {
	text-decoration: underline overline;
	color: #61B627;
}
a:link.textlinks,a:active.textlinks,a:visited.textlinks {
	text-decoration: none;
	color: #ffffff;
	line-height: 1.4px;
}
a:hover.textlinks {
	text-decoration: underline;
	color: #ffffff;
	font-size: 10px;
}
.textlinks {
	color: #ffffff;
	font-size: 10px;
}

/* Main Settings */
.base {
	width: 100%;
	height: 100%;
}
.main {
	width: 1024;
	height: 100%;
}
.mainsplash {
	width: 1024;
	height: 100%;
}
.header {
	color: #5D5B60;
	font-size: 18px;
	font-weight: bold;
}
.headerpf {
	color: #5D5B60;
	font-size: 16px;
	font-weight: bold;
}
.footer {
	background-color: #111111;
	color: #EEEEEE;
	text-align: center;
	height: 50px;
	line-height: 1.5;
	background-image: url(../images/footergraphic.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Element Properties */
.height100pc {
	height: 100%;
}
.width100pc {
	width: 100%;
}
.h100pcw1024 {
	width: 1024;
	height: 100%;
}
.elementtop {
    vertical-align: top;
}
.elementctr {
	text-align: center;
}
n

