/* css by Dustin Gannon */

a:link {color:#0c1a43;}
a:visited {color:#0c1a43;}
a:hover {color:#2d427f;}
a:active {
	color:#fffab2;
	text-align: center;
}

h1, h2, h3, h4, h5, p {font-family: calibri;
}

h1	{
	color:#fff;
}

h2	{font-size:24px;
	background-color: #464646;
	color:#fff;
	text-indent:3px;
	text-transform: uppercase;
	line-height: 140%;
}

h3	{font-size:22px;
	color:#fff;
	text-indent:3px;
	line-height: 140%;
}

body {
  background-image:url('blackwebbackground.gif');
  width: auto;
  margin: auto;
  margin-top: 20px;
  color: #0c1a43;
  font-family: calibri;
	font-size: 100%;
}

#container {margin-left: auto;
		    margin-right: auto;
		    width: 90%;
		    min-width: 960;
		    min-height: auto;
			float:center;
		    padding-left: 5px;
		    background-color: #fff;
			border: 4px solid #8eaafa;
}

/* table {
	background-color: #b0b063;
}  */

/* img {box-shadow: 3px 3px 3px #00a8ec;
	border-color: #6f559d;
}  */

#copyright {font-family: Calibri, Verdana, Arial, Tahoma, sans-serif;
			 font-size:12px;
			 text-align:center;
			 text-indent: 3px;
			 font-weight:200;
			 font-style:italic;
}
.CenterButtonInTableCell {
	text-align: center;
	top: auto;
}
#container header table caption {
	font-weight: bold;
}
.biggestTitle {
	font-size: 150%;
}
alignCenter {
	text-align: center;
}
