@charset "utf-8";
/* CSS Document */

#Container_UgandaHomePage {
	height: 2025px;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	border: thick solid #000;
}

/* Style Rule for the Div of the SchoolCelebrations_Header of the schoolCelebration.html page */
#SchoolCelebrations_HeaderLinks {
	float: left;
	height: 200px;
	width: 800px;
	border: thin solid #b23e4b;
}

#MainFull {
	float: right;
	height: 2000px;
	width: 800px;
}

#footer {
	height: 27px;
	width: 1000px;
	float: left;
}

/* Style Rules for the Divs of the Uganda Ministry Home Page */
#Uganda_LeftMenuBar {
	background-color: #FF9;
	float: left;
	height: 2000px;
	width: 200px;
}
#Uganda_TopMenuBar {
	float: right;
	height: 100px;
	width: 800px;
}

#Uganda_Menu1 {
	float: left;
	height: 100px;
	width: 133px;
	margin-left:-15px;
}
#Uganda_Menu2 {
	float: left;
	height: 100px;
	width: 133px;;
}
#Uganda_Menu3 {
	float: left;
	height: 100px;
	width: 133px;
}
#Uganda_Menu4 {
	float: left;
	height: 100px;
	width: 133px;
}
#Uganda_Menu5 {
	float: left;
	height: 100px;
	width: 133px;
}
#Uganda_Menu6 {
	float: right;
	height: 100px;
	width: 133px;
	margin-left: -665px;
	margin-right:15px;
}





/* Style Classes for the LeftMenuBar and TopMenuBar Divs of the TravelsToUganda Home Page*/
/* Uganda_LeftMenuBar Style Class */
.headingStyle {
	color:#903; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
}

/* Style Class for all menus of the LeftMenuBar and TopMenuBar Divs except for the
   menu of the Uganda Ministry Home Page */
.Uganda_menu {
	text-align:center;
	color: #FFF;
	font-weight:bold;
	list-style:none;
}
.Uganda_menu_li{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.Uganda_menu_a{
	color:#FFF;
	font-size: 20px;
	display:block;
	margin-left:15px;
	margin-bottom:2px;
	width:75%;
	padding:10px;
	background: #060;
	text-decoration:none;
	border-radius:30px;
	border: thick solid #903;
}

/*  Style Class for ONLY the menu of the Uganda Ministry Home Page
    of the LeftMenuBar Div */
.UgandaMinistry_menu {
	text-align:center;
	color: #FFF;
	font-weight:bold;
	list-style:none;
}
.UgandaMinistry_menu_li{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.UgandaMinistry_menu_a{
	color:#FFF;
	font-size:20px;
	display:block;
	margin-left:15px;
	margin-bottom:2px;
	width:75%;
	padding:10px;
	background: #680102;
	text-decoration:none;
	border-radius:30px;
	border: thick solid #fd9b02;
}
