#logo_container
{
 border-bottom: 		1px solid black;
 background-color: 	#006699;
 height: 				115px;
 color: 				#ffffff;
 font-family: 			Arial, Helvetica, sans-serif;
}




#menu_container
{
 border-bottom: 		1px solid #888888;
 height: 				20px;
 background-image: 		url('../images/menu.gif');
 text-align:			center;
}

.menu_entry
{
 width: 				80px;
 padding-right: 		4px;
 padding-left: 			3px;
 text-align: 			center;
 font-family: 			Arial, Helvetica, sans-serif;
 font-size: 			12px;
}

.menu_spacer
{
 width: 				1px;
 border-left: 			1px dotted #888888;
}



.content_title
{
 font-size: 			20px;
 color: 				#006699;
 font-weight: 			bold;
 margin-left: 			0px;
 margin-bottom: 		15px;
 text-align:                    left;
 border-bottom: 		1px dotted #006699;
}

.content_subtitle
{
 font-size: 			16px;
 color: 				#000000;
 font-weight: 			bold;
 margin-left: 			17px;
 margin-bottom: 		5px;
}

.content_text
{
 font-size: 			14px;
 text-align: 			justify;
 margin-left: 			17px;
 margin-bottom: 		5px;
}

#submenu_container
{
 border: 				1px dotted #888888;
 width: 				150px;
 background-color: 		#f7f7f7;
 margin: 				0px auto 10px auto;
 padding-left: 			5px;
 padding-right: 		5px;
 padding-top: 			3px;
 padding-bottom: 		5px;
 font-size: 			12px;
}
