/* CSS Document */

a:hover
{
	text-decoration:underline;
}

.body
{
	margin: 10px; 
	padding: 10px;
	background-color: #000000;
	text-align: center;
}

.mainBG
{	
	background-image: url(images/mainBG.jpg);	
	background-repeat: no-repeat;
	background-position: top;
}

.mainBluBG
{	
	border: 2px solid #000000;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='scale',src='images/bg.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.mainBluBG[class] {
	background-image: url(images/bg.png);
	
}

.topBar
{	
	background-image: url(images/barBG.jpg);
	background-repeat: repeat-x;
	background-position: center middle;
	background-color: #000000;
}

.topBar span {
	background-color: #000000;
	border: 1px solid black;
	border-bottom-width: 2px
}

.topBar a {
	border: 1px solid black;
	line-height: 17px;
	font-family: "arial black", arial;
	color: #88A2B1;	
	font-size: 12px;
	background-color: black;
	text-decoration: none;
	padding: 0 25px;
	position: relative;
	top: -3px;
}


.bottomBar
{	
	background-image: url(images/bottomBG.jpg);	
	background-repeat: repeat-x;
	background-position: top;
}

.borderBlk
{
	border: 2px solid #000000;
}

.borderBlu
{
	border: 2px solid #8CA3B3;
}

.photoHolder
{
	font-family: arial, verdana;
	font-size: 18px;
	text-align:center; 
	color: #FFFFFF;
}

.topNav
{
	font-family: arial, verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 12px;
	text-decoration: none;
}
.mainhead{
	font-family: arial, verdana;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.sideHead
{
	font-family: arial, verdana;
	font-size: 11px;
	color: #FFFFFF;
	margin: 10px 15px;
	text-align: left;
	font-weight: bold;
}

.mainText, .mainText a
{
	font-family: arial, verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}.indexText {
	font-family: arial, verdana;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	width:800px;
}
.mainText {
	text-align: left;
	margin: 15px 15px;
}

#mainContent {
	overflow: auto; 
	height: 700px;
}
#mainContent[id] {
	padding-top: 10;
}

img.bordered {
	border: 2px solid #8CA3B3;	
}

/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align:center;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
}

