/* Tag Redifinitions */

body {
	background-image: none;
	font-family: arial;
	font-size: 9pt;
	background-color: #E0E0E0;
}

html,body{
      margin:0px;
      padding:0px;
      height:100%;
      border:none;
			text-align: left;
}

h1{
	color: #C4273C;
	font-weight: bold;
	font-size: 17pt;
	margin-top: 0px;
}

h2{
	color: #6C92C1;
	font-weight: bold;
	font-size: 12pt;
}	

h3 {
}

h4 {
}
/*li{
	margin: 0px;
	padding: 0px;
}
ul{
	margin: 0px;
	padding: 0px;
}*/



/* General Layout Styles */

div.main{
	position:relative;
	width: 600px;
	border: none;
	margin: 15px;
}
		div.main img{
			vertical-align:top;
		}
		div.main .navHolder{
			position: relative;
			margin: 20px;
			
		}
		
		div.main .titleText{
			position: absolute;
			text-align: right;
			top:231px;
			left: 0px;
			width: 950px;
			height: 21px;
			background-color: transparent;
			font-family: 'arial';
			color: #6B6C6E;
			font-size: 8pt;
			font-weight: bold;
			padding-top: 3px;
		}
				div.main .titleText a{
					float:left;
					color: #888888; 
					margin-left: 30px;
					text-decoration: none;
					color: #777777;
				}
				div.main .titleText a:hover{
					color: #C4273C;
				}
				div.main .titleText a.bgmsb{
					float:left;
					margin-left: 41px; 
					color: #6B6C6E; 
					font-size: 7pt; 
					position:relative; 
					top: 2px;
				 }
				div.main .titleText a.bgmsb:hover{
					color: #C4273C; 
				 }
				 
				 
		div.main .middle{
			width: 980px;
			background-color: transparent;
			background-image:  url(../images/page-bckgrd.png);
			background-repeat: repeat-y;
			text-align: left;	
		}
				div.content{
					background-image: none;
					margin: 0px 50px 0px 45px;
					padding: 1px;
					font-size: 9pt;
					color: #777777;
				}
				div.content p{
					line-height: 16pt;
				}
		
		div.footerText{
			font-weight: normal;
			font-size: 7pt;
			color: #777777;
			position:relative;
			margin-left: 180px;
			top: -58px;
			margin-bottom: -20px;
			line-height: 15px;
		}
				div.footerText a{
					text-decoration:none;
					color: #555555;
				}
				div.footerText a:hover{
					text-decoration:underline;
					color: #C4273C;
				}

/* Admin Style - Nav Bar */

.editPanel{
	position:fixed;
}
.editPanel a{
	text-decoration:none;
	font-weight: normal;
	border: none;
	filter:none;
}
.editPanel a:hover{
	text-decoration:underline;
	color: #AA0000;
	border: none;
}
.colHeader td{
	padding: 2px;
	background-color: #CCCCCC;
	color:black;
}
.colHeader td a{
	text-decoration:none;
	color: black;
	font-weight: bold;
}
.colHeader td a:visited{
	color:black;
}
.sorter{
	border: 1px outset;
	color: #DDDDDD
}
/* Classes and ID'd Elements */

.storeScreen{
	position:fixed; 
	top: 0px; 
	left: 0px; 
	filter: alpha(opacity=60);
	opacity: 0.60;
	width: 100%; 
	height: 100%; 
	background-color: 
	black; 
	z-index: 10000000000
}


/*Modular Navigation Styles*/

ul#nav{
	float: left;
	position:relative;
	top: 17px;
	margin-left: 10px;
	line-height: 36px;
	z-index: 600;
	font-size: 12pt;
	font-weight: bold;
	font-family: arial;
	border-bottom: 5px solid rgb(50,50,200);
			padding: 0px;
			margin-top: 0px;
}

ul#nav li{
	float: left; /* ---ENABLE FOR HORIZONTAL NAV--- */
	width: auto;  /*---MUST BE 'auto' FOR 'float:left', OTHERWISE SET WIDTH OF VERTICAL NAV HERE------*/
	padding: 0px; /*---add padding for full borders if needed---*/
			position: relative;
			top: 0px;
			left: 0px;
			list-style-type: none;
	   	vertical-align: top;  /*MUST BE PRESENT TO PREVENT VERT SPACES IN IE WHEN DISPLAY:BLOCK FOR <A> TAG*/
}

ul#nav li a{
	padding: 2px 15px 0px 15px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	background-image: none;
	background-color: rgb(175,175,250);
	border: none;
	border-radius: 8px 8px 0px 0px;
	border-color: rgb(50,50,200);
	border-style: solid;
	border-width: 1px 1px 0px 1px;
			display: block;
}
ul#nav li a:hover, ul#nav li a.selected{
	color: #FFFFFF;
}

ul#nav li ul{
	position: absolute;  /* 	change for no javascript  */
			top: 0px;
			left: 0px;
			clip: rect(auto 2500px 2500px 2500px);
			margin: 0px;
			padding: 0px;
			/*visibility: hidden;  ALLOWS OPERA LINKS TO FUNCTION (v<9) */
}

ul#nav li ul li a{
	padding: 0px 10px;
	color: #6B6C6E;
	font-family: arial;
	font-size: 7.5pt;
	font-weight: bold;
	text-align: left;
	letter-spacing:1px;
	margin: 0px;
	background-image: none;
	background-color: #E5E5E5;
	border: 1px solid #330000;
	border-width: 1px 1px 1px 1px;
			position: relative;
			display:inline;
}

ul#nav li ul li a:hover{
	background-color: #C4273C;
	color:white;
}

.shadowIE {
			filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3', MakeShadow='true', ShadowOpacity='0.30');
			position: absolute;
			top: 2px;
			left: 2px;
}

.shadowOther{
			border-right: 1px solid #777777;
			border-bottom: 1px solid #777777;
			position: absolute;
			opacity: 0.7;
			-moz-opacity: 0.7;
			-khtml-opacity: 0.7;
}


/* ----------------------------PRINT STYLES ---------------------*/

@media print {
	#noPrint   {display: none;}
	.noPrint{display: none}
}
