/* CSS Document */

body{
text-align:center;
background-color:#5B8BBA;

}

#page{
text-align:left;
width:850px;
margin:0 auto 0 auto;
border:black 2px solid;

}

#banner{
width:850px;
height:100px;
background-color:white;
}

.before {
	margin-bottom: 0px;
}

.after {
	margin-top: 2px;
}


#left{
width:100px;
height:400px;
border-top:black 2px solid;
text-align:right;
float:left;
background-color:#ED0B1A;
}

#main{
height:400px;
overflow:auto;
text-align:left;
background-color:#251380;
padding-left:10px;
padding-right:10px;
border-top:black 2px solid;
border-left:black 2px solid;
color:white;
}



a:link, a:visited{color:white;
text-decoration:overline underline;
font-size:18px;}
a:hover {color:#5B8BBA;
text-decoration:overline underline;
font-size:18px;} }


/* link is white on blue background   */	
		a.reg:link {
			color: #ffffff;
			background-color: #251380;
			font-size: 1em;
			text-decoration:underline;
		}

	/* visited is white on blue background   */	
		a.reg:visited {
			color: #ffffff;
			background-color: #251380;
			font-size: 1em;
			text-decoration:underline;
		}

	/* hover is light blue on blue background    */
		a.reg:hover {
			color: #5B8BBA;
			background-color: #251380;
			font-size: 1em;
			text-decoration: underline;
		}

	/* active is white on blue background    */
		a.reg:active {
			color: #ffffff;
			background-color: #251380;
			font-size: 1em;
			text-decoration:underline;
		}


/*  End Links Information */	
