/* primary layout styles */
body {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family:arial,helvetica,sans-serif;
	
	}
	
		
a:link, a:visited,a:active{
	text-decoration:none;
	
	
	}
		
a:hover{
	text-decoration:underline;
	}	
	
#fader {
	position:absolute;
	width:220px; 
	height:154px;  
	z-index:1; 
	left: 565px;       
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fader.png');
	}


#banner {
	
	
	background-position:top right;
	background-repeat: no-repeat;
	
	clear:both;
	}
	
#banner-img {
	height:154px;
	background:#fff;
	background:url(images/watermark.gif);
	
	background-repeat:no-repeat;
	background-position: right;
	clear:both;
	}
	
#banner-nav {
	padding:3px;
	background: #DBA50E;
	font-size:12px;
	color:white;
	clear:both;
	height:20px;

	}
	
#banner-nav a:link,#banner-nav a:hover,#banner-nav a:visited,#banner-nav a:active{
	text-decoration:none;
	color:white;
	
	}
		
#banner-nav a:hover{
	text-decoration:underline;
	}
	
#banner-grey {
	background:#EAEAEA;
	border-bottom:1px solid #a2a2a2;
	padding:3px;
	font-size:10px;
	color:black;
	clear:both;
	height:18px;
		}
		
#banner-grey a:link,#banner-grey a:hover,#banner-grey a:visited,#banner-grey a:active{
	text-decoration:none;
	color:#A41B17;
	}
		
#banner-grey a:hover{
	text-decoration:underline;
	}
		
		
input {
	font-size:10px;
	border:1px solid #CCCCCC;
	}

#leftcontent {
	
	float:left;
	width:15%;
	
	}
  
 ul {
 	margin-left:25px;
  	padding-left:0px;
	}
#leftcontent li {
	list-style: url(images/arrow-points.jpg);
	font-size:11px;
	padding:2px;
	}

#centercontent {
	float:left;
	
	border-left:2px dashed #DBA50E;
	border-right:2px dashed #DBA50E;
	padding:5px;
	width:55%;
	}
	
	
#rightcontent {
	
	float:left;
	margin-left:10px;
	width:26%;
	background:#fff;
	
	}
	
#rightcontent .headerGS{
	padding:5px;
	font-size:12px;
	font-weight:bold;
	
	
	text-align:center;
}

#rightcontent .contentGS{
	font-size:12px;
	padding:10px;
	text-align:center;
	
}
		
#content {
	font-size:11px;
	}
	

	
#content H1{
	font-size:13px;
	font-weight:bold;
	}		
	
#footer {
	margin-top:25px;
	clear:both;
	font-size:11px;
	color:#6D6D6D;
	background-color:#EAEAEA;
	padding:3px;
	text-align:center;
	height:100px;
	}
	
/* design styles */

#adminStuff {
font-size:11px;
border:1px solid #DBA50E;
background-color:white;
width:100%;
}




#adminStuff .header {
padding:5px;
background-color: #DBA50E;
color:white;
font-weight:bold;
}

#adminStuff td {
	
	padding:2px;
}

#adminStuff .pCell {
background-color: white;
}

#adminStuff .sCell {
background-color: #EAEAEA;
}


.adminMenuHeader {

background-color: #EAEAEA;
font-size:11px;
font-weight:bold;
color:black;
padding:3px;	
	
}

.adminMenuPadder {
	
	padding:10px;
	font-size:11px;
	
}


.smallText {
font-size:11px;
}


.redText {
font-family: arial,helvetica,sans-serif;
font-size:12px;
font-weight:bold;
color: red;
}



#content-title {
float:left; font-size:14px; font-weight:bold; text-transform : capitalize;

}



#crumbs {
	width:100%;
	text-align:left;
	margin-bottom:10px;
	
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: gray;
	}
	


#content-main {
	
	text-align:left;
	}

#content-options {
	font-size: 11px;
	text-align:right;
	float:right;
	}







	