@charset "utf-8";
body {
	scrollbar-base-color: black;
	scrollbar-arrow-color: white;
	scrollbar-DarkShadow-Color: blue;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color:#000000;
	overflow: hidden;
}
#divbg {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
	/*visibility: hidden; */
}
#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 1;
	position:absolute;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 43%; 
	padding: 25px 0; /* top and bottom padding create visual space within this div  */
	margin-right: 20px;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#newsBtn1 {
	float: left;
	width: 20%;
 	background-color: #131e14;
	margin-right: 5px;
}
#blogBtn1 {
	float: left;
	width: 20%; 
	background-color: #131e14;
	margin-right: 5px;
}
#newsBtn2 {
	float: left;
	width: 20%; 
	background-color: #131e14;
	margin-right: 5px;
}
#blogBtn2 {
	float: left;
	width: 20%; 
	background-color: #131e14;
	margin-right: 5px;
}
#mainContent { 
	margin: 0 45% 0 0; /* the left margin can be given in percentages or pixels. It creates the space down the left side of the page. */
	color: #FFF;
}
#email { 
	margin: 0; /* the left margin can be given in percentages or pixels. It creates the space down the left side of the page. */
}
#mainContent1 {
	margin: 20% 20% 0 20%; /* the left margin can be given in percentages or pixels. It creates the space down the left side of the page. */
	color: #FFF;
	text-align: center;
}
.small1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.medium1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00CCFF;
}
.smallForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.medium2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	border: #666666;
	background-color: #000000;
}
.smallblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00CCFF;
}
.mediumWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.largeWhite {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}
.largeBlue {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00CCFF;
}
.mediumGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.exsmallWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.medium3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
}
.smallBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FF0000;
}
.mediumWhiteBG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}
.style1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.verticaltext {
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
writing-mode: tb-rl;
filter: flipv fliph;
color: #777777;
}
#geno {
position: absolute; 
bottom: 0;
right: 0;
}
#pageTitle {
	bottom: 15px;
	left: 15px;
	position: absolute;
	z-index: 2;
}
#news2 {
z-index:2;
width: 100%;
height: 100%;
background-color:#000000;
filter:alpha(opacity=72);
}
#news2a {
z-index:2;
width: 100%;
height: 100%;
background-color:#000000;
background-image:url(../images/bg_crow.gif);
background-position:top;
background-repeat:no-repeat;
filter:alpha(opacity=72);
}
#news2b {
filter:alpha(opacity=100);
overflow: auto;
height: 400px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
