/*STANDARD STUFF - this section defines body attributes and link text behviour*/
BODY {
	font-family: Gotham, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color:#C8C8C8;
	

}
H1{
align: center;
color: #0A112E;
font-family: Gotham, Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

A {
	color: #0A112E;
	font-weight:bolder;
	font-size:12px;
	
align: center;
}

A:HOVER {
	color: #FFFFFF;
	background-color:#0A112E;
}

TABLE {
border: 0;
outline:thin;
cellpadding: 10px;
cellspacing:10px;
align: center;

}
/*
TH {
background-color: #66cc66;
color: #000000;
text-transform : uppercase;
letter-spacing : 0.25em;
align: center;
height: 20px;
	
}

TD{
align: center;
}




H5{
text-transform : uppercase;
letter-spacing : 0.125em;

}*/
IMG{

border:0px;

}

/*HR{
color:#000000;
noshade: true;
align: left;
width:100%;
height: 1 px;
}*/

/*LAYOUT - this is the fluid layout itself, composed of 5 boxes, and uses ID selectors*/

/*container - outer limit of content - 900px*/

div#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	padding: 0px;
	height: 100%;
	border-color: #000000;
	border: solid thin;
	float: center;


}

/*banner container*/

div#banner {
	margin: 0 auto;
	position: relative;
	background-color:#FFFFFF;
	height: 150px;
}


div#main {
	width:900px;
	float: center;
	background-color:#FFFFFF;
	padding: 0px;
	margin:0px;
 height: 100%;
 	border: 0px;

}






/*copyright info, bottom of screen*/

div#bottombar {
	margin: 0 auto;
	position: relative;
	height:30px;
	clear: both;
	background-color:#828AAA;
	
	border: 0px;
	
	font-size:12px;
	color: #FFFFFF
}


	

/*


.subhead {
font-family : "Trebuchet MS", Verdana, Helvetics, Arial, sans-serif;
font-weight: bold;
font-size: 12px;
color: #B1946C;
text-transform : uppercase;
letter-spacing : 0.25em;
}

*/.bold {
	font-weight: bold;
}

