/* MAIN CSS - Styles common to ALL pages on this site */

/* Page Layout - common to all pages */
#wrapper{
	width:1000px;
	margin: 0 auto;
}
body{
	background-color:#2B547E;
}
#banner{
	width:100%;
	height: 233px;
}
#banner img{
	-webkit-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
}
footer{
	padding:10px;
	font-family: arial;
	font-size:10px;
	color:#000;
	text-align:center;
	-webkit-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
	border-top: solid 3px #999;
	border-bottom: solid 3px #999;
}

/* Default images - note directory */
#nav{
	background-image: url(images/navBar.jpg);
}
#footer{
	background-image: url(images/footer.jpg);
	color: #808080;
}

/* Generic default for main content area */
#main{
	background-color:#FFFFFF;
	padding:15px;
	color:#000;
	font-family: arial;
}
main{
	background-color:#FFFFFF;
	padding:15px;
	color:#000;
	font-family: arial;
}

/* Text defaults */
h2{
	font-size:35px;
}
h1{
	font-size:50px;
	text-align:center;
}

/* These are generic - may use a different one on each page */
/* Link blue, Hover cyan, Visited violet                    */
.Link:link{
	color: #0000E0;
	text-decoration:none;
}
.Link:visited{
	color: #A000A0;
	text-decoration:underline;
}
.Link:hover{
	color: #00C0C0;
	text-decoration:underline;
}

/* Generic definition of pictures */
.Left{
	float:left;
	margin-right: 10px;
}
.Right{
	float:right;
	margin-left: 10px;
}

.LinkRight{
	float:right;
	margin-left:10px;
	border: solid 5px #2b60de;
	clear:both;
}
.LinkRight:hover{
	float:right;
	border:solid 5px #eac117;
	margin-left:10px;
	clear:both;
}
.LinkLeft{
	float:left;
	margin-right: 10px;
	border: solid 5px #2b60de;
	clear:both;
}
.LinkLeft:hover{
	float:left;
	border:solid 5px #eac117;
	margin-right: 10px;
	clear:both;
}
.Right{
	float:right;
	border:solid 5px #157dec;
	margin-left:10px;
	clear:both;
}
.Left{
	float:left;
	border:solid 5px #157dec;
	margin-right:10px;
	clear:both;
}
.Mid{
	border:solid 5px #157dec;
}
.RightNoBorder{
	float:right;
	margin-left:10px;
	clear:both;
}
.LeftNoBorder{
	float:left;
	margin-right:10px;
	clear:both;
}
.MidNoBorder{
}


