﻿/*
 * Changes the default link coloring
 */
a:link
{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	color: #F4C41B;
}
a:visited 
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	color: #F4C41B;
}
a:hover 
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	color: #F4C41B;

}
a:active 
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	color: #F4C41B;
}

/*
 * Sets up the centered page view
 */
body 
{
	padding: 0px;
	margin: 0px;
	background-color: #1E3E75;
}

#page
{
	width: 1024px;

	margin-left: auto;
	margin-right: auto;
}






/*
 *  Header Styles
 */
 
#header-wrapper
{
    background-image: url(../Images/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 175px;
    border: 4px;
    border-color: white;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}

#loginstat
{
    float: right;   
    margin: 15px; 
}



/*
 * Login Form Styles
 */
  
 #login-wrapper
 {
     background-image: url(../Images/loginbg.png);
     background-repeat: no-repeat;
     background-position: center;
     width: 500px;
     height: 200px;
     clear: both;
     margin-left: 262px;
     margin-right: 262px;
     text-align: center;
 }
 
 #logincol
 {
     width: 250px;     
     margin-right: auto;
     margin-left: auto;
     padding: 25px;
 }

 
/*
 * User Signup Styles
 */
 
 #newuser-wrapper
 {
     background-image: url(../Images/newuserbg.png);
     background-repeat: no-repeat;
     background-position: center;
     width: 500px;
     height: 400px;
     clear: both;
     margin-left: 262px;
     margin-right: 262px;
     text-align: center;
 }
 
 #newusercol
 {
     width: 300px;     
     margin-right: auto;
     margin-left: auto;
     padding: 25px;
 }


/*
 * Content Styles
 */

#content-wrapper
{
    min-height: 500px;
    margin-top: 30px;
	margin-bottom: 30px;
    background-color: #FFFFFF;
    overflow: hidden;
    padding: 0px;
	border: 4px;
    border-color: white;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.imgtop
{
   
}

.imgbottom
{
    bottom: 0px;
    position: relative;
}

#maincontent
{
    margin: 10px 15px 10px 15px;
}

/*
 * Footer Styles
 */
 
#footer
{
	height: 100px;
	z-index: 2;
	text-align: center;
	font-size: x-small;
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
    background-color: #FFFFFF;
	border: 4px;
    border-color: white;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#frontpage-info
{
    font-size: medium;
    padding: 50px;
    text-align: center;
}

#bylaws
{
	font-size: medium;
    padding: 50px;	
}

.iframe
{
    width: 100%;
    height: 600px;
}
