body
{
	margin: auto 0;
}

#table2
{
	width:80%;
	height: 100%;      
}

.roundBoxContent
{
	font-family: Verdana;
	font-size:1em
}

b.roundBoxTop, 
b.roundBoxBottom
{
	display:block;
} 

/* change the background here to change the corners color */
b.roundBoxTop b, 
b.roundBoxBottom b
{
	display: block;
	height: 1px;
	overflow: hidden;
}

b.roundBox1
{
	margin: 0 5px
}

b.roundBox2
{
	margin: 0 3px
}
b.roundBox3
{
	margin: 0 2px
}

b.roundBoxTop .roundBox4, 
b.roundBoxBottom .roundBox4
{
	margin: 0 1px;
	height: 2px
}
/* End For Rounded Corners */

.training
{
    font-family: Arial;
    font-size: 2.5em;
    margin-bottom:0px;
    color: Black;
}

#header
{
    top:0px;
    left:0px;
    width: 100%;
    height: 100px;
    background-image: url("images/banner.jpg");
    
}

#shield
{
    position: absolute;
    right: 20px;  
    top: 18px;
    width: 64px;
    height: 64px;
    color: White;
}

#form1
{
    margin-top:20px;
    margin-left: 10%;
    height:500px;
}

#table1,
#table3
{
    margin-top:25px;
}

.hyper
{
    color:#3FF400;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    font-weight: bolder;
}




         


