/* Document-wide settings */
html
{
	
}

body
{
	color: black;
	background-color: #ffffff;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;	
}

/* Containers and content */
#container
{

}

	#content
	{
		margin: 0px 25px 0px 26px;
	}


		#masthead
		{
		    
		}

			#logo
			{
				width: 207px;
				height: 60px;
				float: left;
			}

			#login
			{
				display: none;
			}  

            #head, #inside-head
            {
				display: none;
            }

			#head
			{
				display: none;
			}

			/* Inside = Not Index */
			#inside-head
			{
				display: none;
			}
			
				#head a, #inside-head a
				{
					display: none;
				}

					#head a:hover, #inside-head a:hover
					{
						display: none;
					}
			
					#head a:active, #inside-head a:active, #head a.selected, #inside-head a.selected
					{
						display: none;
					}			


		#navcontainer
		{
			display: none;
		}
		
			#nav
			{
				display: none;
			}
			
				#nav li
				{
					display: none;
				
				}
				
					#nav li a
					{
						display: none;
					}
			
						#nav li a span
						{
							display: none;
						}

		#maincontent
		{
		    clear: both;
			font-size: 11px;
		}
	
			#sidenav-container
			{
				display: none;
			}
			
				#sidenav-container ul
				{
					display: none;
				}
			
					#sidenav-container ul li
					{
						display: none;
					}
			
						#sidenav-container ul li a
						{
							display: none;
						}
						
			#breadcrumbs
			{
				height: 16px;
				text-align: right;
				color: #999999;
				padding-right: 0px;		
			}
			
				#breadcrumbs a
				{
					font-size: 10px;
					color: #999999;
					text-decoration: none;
				}
	
				#breadcrumbs a:hover
				{
					text-decoration: underline;
				}
	
			#maincontent-content
			{
				background-image: url('/images/nav-border.png');
				background-position: left;
				background-repeat: repeat-y;
				margin-left: -1px;
				padding-left: 10px;
			}

			/* Min-height hack */
			div[id] #maincontent-content
			{
			}
			
				#front-main
				{
				    clear: both;
					float: left;
				}
				
				#front-side
				{
					width: 368px;
					float: left;
				}		

	#footer
	{
		height: 50px;
		padding: 19px 0px 0px 0px;
		clear: both;
		background-image: none;
		background-position: top;
		background-repeat: no-repeat;
		color: black;	
		background-color: white;
		margin: 0px 25px 0px 26px;
	}
	
		#footer-content
		{
			padding: 0px 5px 0px 5px;
		}
		
			#footer-text
			{
				width: 450px;
				text-align: center;
				float: left;
				padding-top: 6px;
				font-size: 11px;
			}