/*CSS Document*/

#container_title
{
	width: 100%;
	background: #fff;
}
#container_title_content
{
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 10px;
}
#container_pane
{
	width: 100%;
	height: 100%;
}
#container_pane_content
{
	padding-left: 0px;
	padding-top: 5px;
}
#container_toppane_title
{
	width: 100%;
	background: #000080;
}
#container_toppane_title_content
{
	
}
#container_toppane_pane
{
	width: 100%;
	height: 18px;
}
#container_toppane_pane_content, #container_toppane_pane_content span
{
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
#container_toppane_pane_content a
{
	font-size: 11px;
	font-weight: bold;
}
#container_notitle_pane_content
{
	padding-bottom: 10px;
}
#container_titlepane
{
	width: 100%;
	padding-top: 2px;
	background: #fff url(images/logo_small.jpg) no-repeat;
}
#container_titlepane_content span
{
	text-align: center; 
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	vertical-align: bottom;
	color: #888;
}


