html
{
	overflow-y:scroll;
}

img
{
	display: block;
}

body
{
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color: #e1e1e1;
}

#body-0
{
	width: 968px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;	
	text-align: left;
	background-image: url(../img/bottombg.jpg);
	background-repat: repeat-x;
}

#header
{
	height: 105px;
	width: 968px;
}
	#header #searchfield
	{
		position: absolute;
		margin-left: 778px;
		margin-top: 70px;
	}
	
		#header #searchfield .submit
		{
			border: none;
			color: #019EE3;
			font-weight: bold;
			background-color: #D5ECFA;
			width: 45px;
		}
		
		#header #searchfield .input
		{
			border: none;
			font-size: 11px;
			color: #999;
			padding: 3px;
			width: 120px;
		}
	
#sectionpicture
{
	height: 152px;
}

	#sectionpicture #picture
	{
		padding: 0px;
		margin: 0px;
	}
	
	#sectionpicture .slogan
	{
		float: left;
	}	
	
	#sectionpicture .sectionpicture
	{
		float: left;
	}


#bottom
{
	width: 928px;
	margin-left: 20px;
	margin-top: 20px;
}

	#bottom #menu
	{
		float: left;
		width: 160px;
	}
		
		#menu .main,
		#menu .mainactive
		{
			display: block;
			color: #019EE3;
			text-decoration: none;
			font-size: 13px;
			font-weight: bold;
			margin-bottom: 10px;
			background-image: url(../img/bullet_blue.gif);
			background-repeat: no-repeat;
			padding-left: 13px;
		}
		
		#menu .main:hover,
		#menu .mainactive
		{
			color: #000;
			background-image: url(../img/bullet_black.gif);
			background-repeat: no-repeat;
			padding-left: 13px;			
		}	
		
		#menu .sub,
		#menu .subactive
		{
			display: block;
			color: #019EE3;
			text-decoration: none;
			font-size: 12px;
			margin-left: 20px;	
			margin-bottom: 10px;
			padding-left: 10px;
			background-color: #fff;
						
		}
		
		#menu .sub:hover,
		#menu .subactive
		{
			background-image: url(../img/subbullet.gif);
			background-repeat: no-repeat;
			padding-left: 10px;			
		}
		
		
		#menu .subsub,
		#menu .subsubactive
		{
			display: block;
			color: #019EE3;
			text-decoration: none;
			font-size: 12px;
			margin-left: 40px;	
			margin-bottom: 10px;
			padding-left: 10px;
			background-color: #fff;
						
		}
		
		#menu .subsub:hover,
		#menu .subsubactive
		{
			background-image: url(../img/subbullet.gif);
			background-repeat: no-repeat;
			padding-left: 10px;			
		}

	
	#bottom #content
	{
		width: 530px;
		float: left;
		margin-left: 30px;
		line-height: 1.5;
		color: #666;
		padding-bottom: 25px;
	}
	
	#bottom #content table,
	#bottom #sidebar table
	{
		font-size: 11px;
		margin-top: 15px;
	}
	
	#bottom #content img,
	#bottom #sidebar img
	{
		padding-bottom: 5px;
	}
	
	#bottom #content a,
	#bottom #sidebar a
	{
		color: #019EE3;
	}
	
	#bottom #content a:hover,
	#bottom #sidebar a:hover
	{
		color: #000;
	}	
	
		#content h1
		{
			font-size: 22px;
			color: #019EE3;		
			margin-bottom: 10px;
		}

		#content h2
		{
			font-size: 18px;
			color: #019EE3;
			margin-bottom: 5px;
		}
				
		#content h3
		{
			font-size: 15px;
			color: #019EE3;
			font-weight: bold;
			margin-bottom: 5px;
		}		
		
		/* List Style Types */
				
		#content ul li
		{
			list-style-image: url(../img/li_grey.gif);
		}
		
		#sidebar ul li
		{
			list-style-image: url(../img/li_blue.gif);
		}		
		

	
	#bottom #sidebar
	{
		width: 160px;
		float: right;
		font-size: 11px;
		color: #009EDF;
	}
	
		#sidebar h3
		{
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 8px;
		}


#footer
{
	width: 968px;	
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-top: 10px;
	height: 50px;
	color: #666;
}		

	#footer a
	{
		color: #009EDF;
		text-decoration: none;
	}
	
	#footer a:hover
	{
		color: #000;
	}
		

/* Filemanager */
.filemanager .title
{
	background-color: #D5ECFA;
	font-weight: bold !important;
	color: #019EE3;
	padding: 5px;
}

	.filemanager td
	{
		padding-left: 5px;
		padding-top: 4px;
		padding-bottom: 4px;
	}

