﻿body {
    background-color:Black;
    /* background-image:url(background2.jpg); */
    /* background-repeat:repeat-y; */
    /* x is side to side y is up and down */
    /* background-position:center top; */
    margin: 0;
    padding: 0;
    text-align:center; /* to auto center in IE (must be in parent) */
    font-family: Arial, Helvetica, sans-serif;
    color: #7979cc; /* font color */
}
.container
{
	width: 801px;
	margin: 0 auto; /* centers this child */
}
hr
{
    color:#7979cc;
}
h1, h2, h3, h4, h5
{
    margin:0px 0px 0px 0px;
}
.menucol
{
    float:left;
    width:240px;
    padding:100px 100px 0 0;
}
.maincol
{
    float:right;
    width:430px;
    padding:20px 15px 0px 15px;
}
.maintitle
{
    text-align:right;
}
.mainpic
{
    margin:10px auto;
    width:380px;
}
.maintext
{
    text-align:left;
    color:White;
}
.footer
{
    clear:both;
    margin:10px auto;
}
.menubuttons
{
    height:24px;
    width:110px;
    border: solid 1px #7979cc;
    margin: 10px auto 0px auto;
    text-align:center;
    font-size: 12px;
    font-weight: bold;
    line-height:24px;
    background-color: #000033;
    color:#7979cc;
}
.menubuttons a:link { 
	color: #7979cc;
    background-color: #000033;
    text-decoration:none;
	}
.menubuttons a:visited { 
	color: #7979cc;
    background-color: #000033;
    text-decoration:none;
	}
.menubuttons a:hover { 
	color:black;
	background-color: #7979cc;
    text-decoration:none;
	}
.menubuttons a:active { 
	color: #7979cc;
    background-color: #000033;
    text-decoration:none;
	} 
.footerlinks
{
    padding:0 15px;
    text-decoration:none;
}	
a:link { 
	color: #7979cc;
	}
a:visited { 
	color: #7979cc;
	}
a:hover { 
	color:white;
	}
a:active { 
	color: #7979cc;
	} 
img
{
    border: none; /*get rid of border if img used for a link */
}
.col1
{
    float:left;
    width:301px;
    margin:0 auto;
}
.col2
{
    float:right;
    margin:5px auto;
    width:120px;
}
.einput
{
    margin:0px 0px 10px 0px;
}
.nolinkbuttons
{
    height:24px;
    width:110px;
    border: solid 1px #7979cc;
    margin: 10px auto 0px auto;
    text-align:center;
    font-size: 12px;
    font-weight: bold;
    line-height:24px;
    background-color: #7979cc;
    color:#000033;
}
