@import url(../../rsc/css/basic.css);   /* Import basic styles */
@import url(../../rsc/css/img.css);     /* Import standard image styles */
@import url(../../rsc/css/blog_elements.css);   /* Import standard blog elements styles */
@import url(../../rsc/css/forms.css);   /* Import default form styles */
@import url(../../rsc/css/comments.css);        /* Import default comment styles */body {
  scrollbar-base-color: #7F78A7;
}

  a:link { 
	color: #467B51;
	text-decoration: none;
}

 a:visited { 
 	color: #467B51; 
  	text-decoration: none;
}

 a:active { color: #467B51; 
 	text-decoration: underline; 
 }
 
 a:hover { 
 	color: #F96A39; 
 	text-decoration: none; 
}

 td { 
 	font-family: arial, helvetica, sans-serif; 
 	color: #000000; 
  	font-size: 11px; 	
}

body {
	background-color: #061C8E;
	margin-top: 0px;
	padding-top: 0px;
}
a:link { 
	color: #467B51;
	text-decoration: none;
}

a:visited { 
color: #467B51; 
 text-decoration: none;
}

a:active { 
	color: #467B51; 
	text-decoration: underline; 
}

a:hover { 
	color: #F96A39; 
	text-decoration: none; 
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.contenttbl {
	width: 600px;
	float: none;
	align: center;
	
}

.flash {
	background-position: center top;
	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: 5;
	height: 308px;
	width: 100%;
}
.buttonbar {
	background-position: center top;
	position: relative;
	visibility: visible;
	z-index: 10;
	height: 45px;
	width: 100%;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
}
.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.footertxtbld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.footer {
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 2;
	width: 100%;
	top: 0px;
}
.content {
	background-image: url(img/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 3;
	width: 100%;
	top: 0px;
}
.contentbot {
	background-image: url(img/bottom_bar.gif);
	background-repeat: no-repeat;
	overflow: visible;
	visibility: visible;
	height: 6px;
	width: 100%;
	background-position: center top;
	z-index: 10;
	clear: both;
	position: relative;
}

.bgtbl {
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.style10 {
	font-size: 14px;
	color: #061C8E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}

div.pageHeader {
	padding: 1ex;
	margin: 0 1px 1ex 1px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	background: #78a;
}
