@charset "utf-8";

.pagebackground {
	float: none;
	height: auto;
	min-height:900px;
	width: auto;
	background-color:#000033;
	/*
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(vert_gradient_back_blue.png); 
	overflow:auto;  /*  Need this for chrome to show background image  */
	}


.maincontainer_flyer {
	
	/* background-color:#000033;   */
	background-color:#9999AA;
	float: none;
	height: auto;	
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	overflow:auto;  /*  Need this for chrome to show background image  */
}

.pagecontent_flyer {
	margin: 0px;
	float: left;
	height: 935px;
	width: 720px;
	text-align: left;
	vertical-align: top;
	clear: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	overflow: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	padding: 0px;
}

.maincontainer {
	
	background-image:url(oscbackground1_850wide_50screen.jpg); 
	background-size:100% 100%;
	background-position:bottom;
	background-repeat:no-repeat;
	float: none;
	height: auto;	
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	overflow:auto;  /*  Need this for chrome to show background image  */
}


.header {
	background-color: #0054A6;
	width: 850px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	display: inline;
	float: left;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-indent: 130px;
	
	
}

.leftnav {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 130px;
	/*  background-color: #44F189;   */
	border-right-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 120%;
	*/
	display: inline;
}
.pagecontent {
	margin: 0px;
	float: left;
	height: auto;
	width: 680px;
	text-align: left;
	vertical-align: top;
	clear: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	/* background-color: #FFFFFF;  */
	overflow: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	padding: 20px;
}

.footer {
	padding: 0px;
	clear: both;
	width: 850px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #0054A6;
	height: 25px;
	float: left;
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* pagelink class is for links within running text on pages.  */
a:link.pagelink { color:#0054A6; font-weight: bold; text-decoration: none;  }
a:visited.pagelink { color:#0054A6; font-weight: bold; text-decoration: none; }
a:hover.pagelink {
	color:#0054A6;
	font-weight: bold;  
	text-decoration: underline;
} 

#registerbutton {
  width: 200px;
  height: 10px;
  background-color: #4AF189;
  -moz-border-radius: 5px;		/* for chrome */
  -webkit-border-radius: 5px;	/* forFirefox */
  border-radius: 5px;           /* for IE 9+ */
  border: 1px solid #4AF189;   /*Use green border same as button to appear borderless, but not vertical 
                                    shift for hover border   */
  padding: 5px;
  color:#000000; 
  font-weight:bold; 
  text-decoration: none;
  text-align:center;
  text-align:
}

#registerbutton:hover {
  border: 1px solid #0054A6;     /* blue border for button as link when mouseover */
}


td {
 -moz-box-shadow: -5px -5px 5px #888;
 -webkit-box-shadow: -5px -5px 5px #888;
 box-shadow: -5px -5px 5px #888;
 }
 

 